Searched refs:congestion_threshold (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | control.c | 155 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() 296 !fuse_ctl_add_dentry(parent, fc, "congestion_threshold", in fuse_ctl_add_conn()
|
H A D | inode.c | 702 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()
|
H A D | fuse_i.h | 575 unsigned congestion_threshold; member 586 /** Protects: max_background, congestion_threshold, num_background,
|
H A D | dev.c | 318 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-6.6/fs/fuse/ |
H A D | control.c | 155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read() 179 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write() 279 !fuse_ctl_add_dentry(parent, fc, "congestion_threshold", in fuse_ctl_add_conn()
|
H A D | inode.c | 920 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init() 1180 if (arg->congestion_threshold) { in process_init_limits() 1181 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits() 1184 fc->congestion_threshold > max_user_congthresh) in process_init_limits() 1185 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
|
H A D | fuse_i.h | 610 unsigned congestion_threshold; member 621 /** Protects: max_background, congestion_threshold, num_background,
|
H A D | file.c | 984 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead() 2032 fc->num_background >= fc->congestion_threshold) in fuse_writepage() 2289 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fuse.h | 712 uint16_t congestion_threshold; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fuse.h | 874 uint16_t congestion_threshold; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fuse.h | 360 uint16_t congestion_threshold; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fuse.h | 360 uint16_t congestion_threshold; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fuse.h | 334 uint16_t congestion_threshold; member
|
Completed in 25 milliseconds