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

/linux-master/drivers/dpll/
H A Ddpll_netlink.c1057 bool cid_match, mod_match, type_match; local
1063 mod_match = mod_name_attr && module_name(pin->module) ?
1076 if (cid_match && mod_match && type_match && board_match &&
1260 bool cid_match, mod_match, type_match; local
1265 mod_match = mod_name_attr ? (module_name(dpll->module) ?
1269 if (cid_match && mod_match && type_match) {
/linux-master/kernel/trace/
H A Dftrace.c4294 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; local
4327 if (ftrace_match_record(rec, &func_g, mod_match, exclude_mod)) {

Completed in 143 milliseconds