Searched refs:thr_probe_setup (Results 1 – 6 of 6) sorted by relevance
143 #pragma weak thr_probe_setup macro144 extern void thr_probe_setup(void *);177 assert(thr_probe_setup != 0); in __tnf_probe_notify()178 if (thr_probe_setup != 0) thr_probe_setup(tpd); in __tnf_probe_notify()580 assert(thr_probe_setup != 0); in probestart()581 if (thr_probe_setup != 0) thr_probe_setup(&ops); in probestart()619 if (thr_probe_setup != 0) { in tnf_thread_disable()631 thr_probe_setup(NULL); in tnf_thread_disable()657 if (thr_probe_setup != 0) { in tnf_thread_enable()662 thr_probe_setup(ops); in tnf_thread_enable()[all …]
67 extern void thr_probe_setup(void *);68 #pragma weak thr_probe_setup macro
273 thr_probe_setup { TYPE = FUNCTION };
343 thr_probe_setup { TYPE = FUNCTION };
2847 thr_probe_setup(void *data) in thr_probe_setup() function
3098 thr_probe_setup;