Searched refs:set_global_limit (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/fuse/ |
D | inode.c | 32 static int set_global_limit(const char *val, struct kernel_param *kp); 35 module_param_call(max_user_bgreq, set_global_limit, param_get_uint, 43 module_param_call(max_user_congthresh, set_global_limit, param_get_uint, 817 static int set_global_limit(const char *val, struct kernel_param *kp) in set_global_limit() function
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.c | 7095 static void set_global_limit(struct hfi1_devdata *dd, u16 limit) in set_global_limit() function 7278 set_global_limit(dd, new_total); in set_buffer_control() 7350 set_global_limit(dd, new_total); in set_buffer_control()
|