Searched refs:__dm_get_module_param (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/
H A Ddm-rq.c44 return __dm_get_module_param(&reserved_rq_based_ios,
50 return __dm_get_module_param(&dm_mq_nr_hw_queues, 1, 32);
55 return __dm_get_module_param(&dm_mq_queue_depth,
H A Ddm-core.h333 unsigned int __dm_get_module_param(unsigned int *module_param, unsigned int def, unsigned int max);
H A Ddm-kcopyd.c47 sub_job_size_kb = __dm_get_module_param(&kcopyd_subjob_size_kb,
H A Ddm.c171 unsigned int __dm_get_module_param(unsigned int *module_param, unsigned int def, unsigned int max) function
191 return __dm_get_module_param(&reserved_bio_based_ios,

Completed in 141 milliseconds