Home
last modified time | relevance | path

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

/linux-2.6.39/fs/fuse/
Dinode.c538 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
786 if (arg->congestion_threshold) { in process_init_limits()
787 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
790 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
791 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
Dcontrol.c153 val = fc->congestion_threshold; in fuse_conn_congestion_threshold_read()
171 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
Dfuse_i.h366 unsigned congestion_threshold; member
Ddev.c305 if (fc->num_background == fc->congestion_threshold && in request_end()
434 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_nowait_locked()
/linux-2.6.39/include/linux/
Dfuse.h484 __u16 congestion_threshold; member