Home
last modified time | relevance | path

Searched refs:max_background (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/fs/fuse/
A Dcontrol.c113 val = READ_ONCE(fc->max_background); in fuse_conn_max_background_read()
132 fc->max_background = val; in fuse_conn_max_background_write()
133 fc->blocked = fc->num_background >= fc->max_background; in fuse_conn_max_background_write()
A Dinode.c844 fc->max_background = FUSE_DEFAULT_MAX_BACKGROUND; in fuse_conn_init()
1099 if (arg->max_background) { in process_init_limits()
1100 fc->max_background = arg->max_background; in process_init_limits()
1102 if (!cap_sys_admin && fc->max_background > max_user_bgreq) in process_init_limits()
1103 fc->max_background = max_user_bgreq; in process_init_limits()
A Ddev.c259 while (fc->active_background < fc->max_background && in flush_bg_queue()
304 if (fc->num_background == fc->max_background) { in fuse_request_end()
539 if (fc->num_background == fc->max_background) in fuse_request_queue_background()
2165 fc->max_background = UINT_MAX; in fuse_abort_conn()
A Dfuse_i.h587 unsigned max_background; member
/linux-6.3-rc2/include/uapi/linux/
A Dfuse.h810 uint16_t max_background; member

Completed in 20 milliseconds