Home
last modified time | relevance | path

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

/fs/fuse/
Dcontrol.c133 fc->blocked = fc->num_background >= fc->max_background; in fuse_conn_max_background_write()
180 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
Ddev.c300 if (fc->num_background == fc->max_background) { in fuse_request_end()
314 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_end()
318 fc->num_background--; in fuse_request_end()
527 fc->num_background++; in fuse_request_queue_background()
528 if (fc->num_background == fc->max_background) in fuse_request_queue_background()
530 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_queue_background()
Dfuse_i.h547 unsigned num_background; member