Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtracepoint.c306 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local
313 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in register_tracepoint_module_notifier() local
314 (void) nb->notifier_call(nb, MODULE_STATE_COMING, tp_mod); in register_tracepoint_module_notifier()
330 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local
337 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in unregister_tracepoint_module_notifier() local
338 (void) nb->notifier_call(nb, MODULE_STATE_GOING, tp_mod); in unregister_tracepoint_module_notifier()
363 struct tp_module *tp_mod; in tracepoint_module_coming() local
377 tp_mod = kmalloc(sizeof(struct tp_module), GFP_KERNEL); in tracepoint_module_coming()
378 if (!tp_mod) { in tracepoint_module_coming()
382 tp_mod->mod = mod; in tracepoint_module_coming()
[all …]