Searched refs:tp_mod (Results 1 – 2 of 2) sorted by relevance
591 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local598 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in register_tracepoint_module_notifier() local599 (void) nb->notifier_call(nb, MODULE_STATE_COMING, tp_mod); in register_tracepoint_module_notifier()615 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local622 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in unregister_tracepoint_module_notifier() local623 (void) nb->notifier_call(nb, MODULE_STATE_GOING, tp_mod); in unregister_tracepoint_module_notifier()642 struct tp_module *tp_mod; in tracepoint_module_coming() local655 tp_mod = kmalloc(sizeof(struct tp_module), GFP_KERNEL); in tracepoint_module_coming()656 if (!tp_mod) in tracepoint_module_coming()658 tp_mod->mod = mod; in tracepoint_module_coming()[all …]
851 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb() local860 if (tp_mod->mod == tf->mod) { in __tracepoint_probe_module_cb()