Searched refs:tp_mod (Results 1 – 1 of 1) sorted by relevance
590 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local614 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local641 struct tp_module *tp_mod; in tracepoint_module_coming() local656 if (!tp_mod) { in tracepoint_module_coming()660 tp_mod->mod = mod; in tracepoint_module_coming()663 MODULE_STATE_COMING, tp_mod); in tracepoint_module_coming()671 struct tp_module *tp_mod; in tracepoint_module_going() local678 if (tp_mod->mod == mod) { in tracepoint_module_going()680 MODULE_STATE_GOING, tp_mod); in tracepoint_module_going()681 list_del(&tp_mod->list); in tracepoint_module_going()[all …]
Completed in 4 milliseconds