Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_hook.h45 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);
H A Dhwt_hook.c315 hwt_hook = hwt_hook_handler; in hwt_hook_load()
322 hwt_hook = NULL; in hwt_hook_unload()
/freebsd/sys/modules/hwt/
H A DMakefile13 hwt_hook.c \
/freebsd/sys/kern/
H A Dkern_pmc.c76 void __read_mostly (*hwt_hook)(struct thread *td, int func, void *arg) = NULL; variable
/freebsd/sys/conf/
H A Dfiles1812 dev/hwt/hwt_hook.c optional hwt