Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Dcontrol.c133 fc->blocked = fc->num_background >= fc->max_background; in fuse_conn_max_background_write()
H A Ddev.c462 if (fc->num_background == fc->max_background) { in fuse_request_end()
476 fc->num_background--; in fuse_request_end()
721 fc->num_background++; in fuse_request_queue_background()
722 if (fc->num_background == fc->max_background) in fuse_request_queue_background()
H A Ddev_uring.c1310 fc->num_background++; in fuse_uring_queue_bq_req()
1311 if (fc->num_background == fc->max_background) in fuse_uring_queue_bq_req()
H A Dfuse_i.h681 unsigned num_background; member
H A Dfile.c1039 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()
2453 fc->num_background >= fc->congestion_threshold) in fuse_writepages()