Searched refs:hwt_backend_thread_alloc (Results 1 – 5 of 5) sorted by relevance
262 hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *thr) in hwt_backend_thread_alloc() function268 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()
48 int (*hwt_backend_thread_alloc)(struct hwt_thread *); member77 int hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *);
250 error = hwt_backend_thread_alloc(ctx, thr); in hwt_hook_thread_create()
230 error = hwt_backend_thread_alloc(ctx, thr); in hwt_ioctl_alloc_mode_thread()
749 .hwt_backend_thread_alloc = pt_backend_alloc_thread,