Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fuse/
Ddev.c389 if (fc->num_background == fc->max_background) in request_end()
396 if (fc->num_background == fc->congestion_threshold && in request_end()
401 fc->num_background--; in request_end()
593 fc->num_background++; in fuse_request_send_nowait_locked()
594 if (fc->num_background == fc->max_background) in fuse_request_send_nowait_locked()
596 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_nowait_locked()
Dfuse_i.h448 unsigned num_background; member