Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_thread.h50 int hwt_thread_alloc(struct hwt_thread **thr0, char *path, size_t bufsize,
H A Dhwt_thread.c113 hwt_thread_alloc(struct hwt_thread **thr0, char *path, size_t bufsize, in hwt_thread_alloc() function
H A Dhwt_hook.c230 error = hwt_thread_alloc(&thr, path, bufsize, kva_req); in hwt_hook_thread_create()
H A Dhwt_ioctl.c222 error = hwt_thread_alloc(&thr, path, ctx->bufsize, in hwt_ioctl_alloc_mode_thread()