Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufs-mcq.c37 return param_set_uint_minmax(val, kp, UFS_MCQ_MIN_RW_QUEUES, in rw_queue_count_set()
53 return param_set_uint_minmax(val, kp, UFS_MCQ_MIN_READ_QUEUES, in read_queue_count_set()
69 return param_set_uint_minmax(val, kp, UFS_MCQ_MIN_POLL_QUEUES, in poll_queue_count_set()
/openbmc/linux/mm/
H A Dpage_reporting.c23 return param_set_uint_minmax(val, kp, 0, MAX_ORDER); in page_order_update_notify()
/openbmc/linux/net/ipv4/
H A Dtcp_dctcp.c64 return param_set_uint_minmax(val, kp, 0, 10); in dctcp_shift_g_set()
/openbmc/linux/kernel/
H A Dparams.c247 int param_set_uint_minmax(const char *val, const struct kernel_param *kp, in param_set_uint_minmax() function
263 EXPORT_SYMBOL_GPL(param_set_uint_minmax);
/openbmc/linux/include/linux/
H A Dmoduleparam.h434 int param_set_uint_minmax(const char *val, const struct kernel_param *kp,
/openbmc/linux/net/sunrpc/
H A Dxprtsock.c3689 return param_set_uint_minmax(val, kp, in param_set_portnr()
3708 return param_set_uint_minmax(val, kp, in param_set_slot_table_size()
3724 return param_set_uint_minmax(val, kp, in param_set_max_slot_table_size()
/openbmc/linux/drivers/nvme/host/
H A Dpci.c167 return param_set_uint_minmax(val, kp, NVME_PCI_MIN_QUEUE_SIZE, in io_queue_depth_set()