Home
last modified time | relevance | path

Searched refs:mod_match (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dpll/
H A Ddpll_netlink.c1462 bool cid_match, mod_match, type_match; in dpll_pin_find() local
1468 mod_match = mod_name_attr && module_name(pin->module) ? in dpll_pin_find()
1481 if (cid_match && mod_match && type_match && board_match && in dpll_pin_find()
1667 bool cid_match, mod_match, type_match; in dpll_device_find() local
1672 mod_match = mod_name_attr ? (module_name(dpll->module) ? in dpll_device_find()
1676 if (cid_match && mod_match && type_match) { in dpll_device_find()
/linux/kernel/trace/
H A Dftrace.c4937 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; in match_records()
4968 if (ftrace_match_record(rec, &func_g, mod_match, exclude_mod)) { in match_records()
4934 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; match_records() local