Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dcontrol.c134 fc->blocked = fc->num_background >= fc->max_background; in fuse_conn_max_background_write()
H A Ddev_uring.c1331 fc->num_background++; in fuse_uring_queue_bq_req()
1332 if (fc->num_background == fc->max_background) in fuse_uring_queue_bq_req()
H A Ddev.c483 if (fc->num_background == fc->max_background) { in fuse_request_end()
497 fc->num_background--; in fuse_request_end()
742 fc->num_background++; in fuse_request_queue_background()
743 if (fc->num_background == fc->max_background) in fuse_request_queue_background()
H A Dfuse_i.h701 unsigned num_background; member
H A Dfile.c899 if (fc->num_background >= fc->congestion_threshold && in fuse_handle_readahead()
2292 fc->num_background >= fc->congestion_threshold) in fuse_writepages()