Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dcontrol.c155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read()
180 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
189 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
Dinode.c702 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
975 if (arg->congestion_threshold) { in process_init_limits()
976 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
979 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
980 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
Dfuse_i.h575 unsigned congestion_threshold; member
Ddev.c318 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_end()
543 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_queue_background()
/kernel/linux/linux-5.10/include/uapi/linux/
Dfuse.h712 uint16_t congestion_threshold; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfuse.h334 uint16_t congestion_threshold; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfuse.h360 uint16_t congestion_threshold; member