Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fuse/
Dinode.c32 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,
773 static int set_global_limit(const char *val, struct kernel_param *kp) in set_global_limit() function