Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dprofile.h81 int task_handoff_unregister(struct notifier_block * n);
117 static inline int task_handoff_unregister(struct notifier_block * n) in task_handoff_unregister() function
/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c181 task_handoff_unregister(&task_free_nb); in sync_start()
195 task_handoff_unregister(&task_free_nb); in sync_stop()
/linux-4.4.14/kernel/
Dprofile.c160 int task_handoff_unregister(struct notifier_block *n) in task_handoff_unregister() function
164 EXPORT_SYMBOL_GPL(task_handoff_unregister);