Searched refs:set_global_limit (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | inode.c | 35 static int set_global_limit(const char *val, const struct kernel_param *kp); 38 module_param_call(max_user_bgreq, set_global_limit, param_get_uint, 46 module_param_call(max_user_congthresh, set_global_limit, param_get_uint, 945 static int set_global_limit(const char *val, const struct kernel_param *kp) in set_global_limit() function
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | inode.c | 36 static int set_global_limit(const char *val, const struct kernel_param *kp); 39 module_param_call(max_user_bgreq, set_global_limit, param_get_uint, 47 module_param_call(max_user_congthresh, set_global_limit, param_get_uint, 1150 static int set_global_limit(const char *val, const struct kernel_param *kp) in set_global_limit() function
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 11351 static void set_global_limit(struct hfi1_devdata *dd, u16 limit) in set_global_limit() function 11536 set_global_limit(dd, new_total); in set_buffer_control() 11610 set_global_limit(dd, new_total); in set_buffer_control()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 11312 static void set_global_limit(struct hfi1_devdata *dd, u16 limit) in set_global_limit() function 11497 set_global_limit(dd, new_total); in set_buffer_control() 11571 set_global_limit(dd, new_total); in set_buffer_control()
|
Completed in 49 milliseconds