Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
H A Dinode.c705 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
977 if (arg->congestion_threshold) { in process_init_limits()
978 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
981 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
982 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
H A Dfuse_i.h587 unsigned congestion_threshold; member
H A Ddev.c322 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_end()
547 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_queue_background()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfuse.h619 uint16_t congestion_threshold; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfuse.h619 uint16_t congestion_threshold; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfuse.h714 uint16_t congestion_threshold; member