Searched refs:hwt_hook (Results 1 – 5 of 5) sorted by relevance
45 if (hwt_hook != NULL) \46 (hwt_hook)((td), (func), (arg)); \49 #define HWT_HOOK_INSTALLED (hwt_hook != NULL)51 extern void (*hwt_hook)(struct thread *td, int func, void *arg);
315 hwt_hook = hwt_hook_handler; in hwt_hook_load()322 hwt_hook = NULL; in hwt_hook_unload()
13 hwt_hook.c \
76 void __read_mostly (*hwt_hook)(struct thread *td, int func, void *arg) = NULL; variable
1812 dev/hwt/hwt_hook.c optional hwt