Home
last modified time | relevance | path

Searched refs:args_required (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin.c3677 static int check_arg_count(unsigned argc, unsigned args_required) in check_arg_count() argument
3679 if (argc != args_required) { in check_arg_count()
3681 argc, args_required); in check_arg_count()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin.c3682 static int check_arg_count(unsigned int argc, unsigned int args_required) in check_arg_count() argument
3684 if (argc != args_required) { in check_arg_count()
3686 argc, args_required); in check_arg_count()

Completed in 12 milliseconds