Searched refs:mod_head (Results 1 – 1 of 1) sorted by relevance
1291 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod() local1305 list_add(&ftrace_mod->list, mod_head); in ftrace_add_mod()3889 struct list_head *mod_head; in ftrace_regex_open() local3916 mod_head = tr ? &tr->mod_notrace : NULL; in ftrace_regex_open()3919 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()3922 iter->mod_list = mod_head; in ftrace_regex_open()3929 clear_ftrace_mod_list(mod_head); in ftrace_regex_open()