Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_context.h79 int hwt_ctx_alloc(struct hwt_context **ctx0);
H A Dhwt_ioctl.c150 error = hwt_ctx_alloc(&ctx); in hwt_ioctl_alloc_mode_thread()
326 error = hwt_ctx_alloc(&ctx); in hwt_ioctl_alloc_mode_cpu()
H A Dhwt_context.c92 hwt_ctx_alloc(struct hwt_context **ctx0) in hwt_ctx_alloc() function