Home
last modified time | relevance | path

Searched refs:congestion_threshold (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/fuse/
H A 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()
296 !fuse_ctl_add_dentry(parent, fc, "congestion_threshold", in fuse_ctl_add_conn()
H A 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()
H A Dfuse_i.h575 unsigned congestion_threshold; member
586 /** Protects: max_background, congestion_threshold, num_background,
H A 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-6.6/fs/fuse/
H A Dcontrol.c155 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 Dinode.c920 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 Dfuse_i.h610 unsigned congestion_threshold; member
621 /** Protects: max_background, congestion_threshold, num_background,
H A Dfile.c984 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 Dfuse.h712 uint16_t congestion_threshold; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfuse.h874 uint16_t congestion_threshold; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfuse.h360 uint16_t congestion_threshold; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfuse.h360 uint16_t congestion_threshold; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfuse.h334 uint16_t congestion_threshold; member

Completed in 25 milliseconds