Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dcontrol.c147 val = fc->congestion_threshold; in fuse_conn_congestion_threshold_read()
165 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
Dinode.c604 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
846 if (arg->congestion_threshold) { in process_init_limits()
847 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
850 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
851 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
Dfuse_i.h490 unsigned congestion_threshold; member
Ddev.c402 if (fc->num_background == fc->congestion_threshold && in request_end()
595 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_background_locked()
/linux-4.4.14/include/uapi/linux/
Dfuse.h587 uint16_t congestion_threshold; member