Searched refs:check_usage (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/objtool/ |
D | builtin-check.c | 34 static const char * const check_usage[] = { variable 51 argc = parse_options(argc, argv, check_options, check_usage, 0); in cmd_check() 54 usage_with_options(check_usage, check_options); in cmd_check()
|
/Linux-v4.19/kernel/locking/ |
D | lockdep.c | 1574 check_usage(struct task_struct *curr, struct held_lock *prev, in check_usage() function 1656 if (!check_usage(curr, prev, next, bit, in check_irq_usage() 1668 if (!check_usage(curr, prev, next, bit, in check_irq_usage()
|