Searched refs:expr_print_revdep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.c | 1280 static void expr_print_revdep(struct expr *e, in expr_print_revdep() function 1285 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1286 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.c | 1280 static void expr_print_revdep(struct expr *e, in expr_print_revdep() function 1285 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1286 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
Completed in 3 milliseconds