Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_backend.c262 hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *thr) in hwt_backend_thread_alloc() function
268 if (ctx->hwt_backend->ops->hwt_backend_thread_alloc == NULL) in hwt_backend_thread_alloc()
272 error = ctx->hwt_backend->ops->hwt_backend_thread_alloc(thr); in hwt_backend_thread_alloc()
H A Dhwt_backend.h48 int (*hwt_backend_thread_alloc)(struct hwt_thread *); member
77 int hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *);
H A Dhwt_hook.c250 error = hwt_backend_thread_alloc(ctx, thr); in hwt_hook_thread_create()
H A Dhwt_ioctl.c230 error = hwt_backend_thread_alloc(ctx, thr); in hwt_ioctl_alloc_mode_thread()
/freebsd/sys/amd64/pt/
H A Dpt.c749 .hwt_backend_thread_alloc = pt_backend_alloc_thread,