Symbol: hwt_thread
sys/amd64/pt/pt.c
427
struct hwt_thread *thr;
sys/amd64/pt/pt.c
635
struct hwt_thread *thr;
sys/amd64/pt/pt.c
691
pt_backend_alloc_thread(struct hwt_thread *thr)
sys/amd64/pt/pt.c
712
pt_backend_free_thread(struct hwt_thread *thr)
sys/arm64/spe/arm_spe_backend.c
225
struct hwt_thread *thr;
sys/arm64/spe/arm_spe_backend.c
301
struct hwt_thread *thr = NULL;
sys/arm64/spe/arm_spe_backend.c
589
struct hwt_thread *thr;
sys/arm64/spe/arm_spe_backend.c
640
struct hwt_thread *thr;
sys/arm64/spe/arm_spe_backend.c
735
spe_backend_thread_alloc(struct hwt_thread *thr)
sys/arm64/spe/arm_spe_backend.c
757
spe_backend_thread_free(struct hwt_thread *thr)
sys/dev/hwt/hwt_backend.c
262
hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *thr)
sys/dev/hwt/hwt_backend.c
278
hwt_backend_thread_free(struct hwt_thread *thr)
sys/dev/hwt/hwt_backend.h
48
int (*hwt_backend_thread_alloc)(struct hwt_thread *);
sys/dev/hwt/hwt_backend.h
49
void (*hwt_backend_thread_free)(struct hwt_thread *);
sys/dev/hwt/hwt_backend.h
77
int hwt_backend_thread_alloc(struct hwt_context *ctx, struct hwt_thread *);
sys/dev/hwt/hwt_backend.h
78
void hwt_backend_thread_free(struct hwt_thread *);
sys/dev/hwt/hwt_context.c
141
struct hwt_thread *thr;
sys/dev/hwt/hwt_context.h
56
TAILQ_HEAD(, hwt_thread) threads;
sys/dev/hwt/hwt_hook.c
133
struct hwt_thread *thr;
sys/dev/hwt/hwt_hook.c
166
struct hwt_thread *thr;
sys/dev/hwt/hwt_hook.c
210
struct hwt_thread *thr;
sys/dev/hwt/hwt_hook.c
63
struct hwt_thread *thr;
sys/dev/hwt/hwt_hook.c
99
struct hwt_thread *thr;
sys/dev/hwt/hwt_ioctl.c
136
struct hwt_thread *thr;
sys/dev/hwt/hwt_thread.c
113
hwt_thread_alloc(struct hwt_thread **thr0, char *path, size_t bufsize,
sys/dev/hwt/hwt_thread.c
116
struct hwt_thread *thr;
sys/dev/hwt/hwt_thread.c
124
thr = malloc(sizeof(struct hwt_thread), M_HWT_THREAD,
sys/dev/hwt/hwt_thread.c
140
hwt_thread_free(struct hwt_thread *thr)
sys/dev/hwt/hwt_thread.c
155
hwt_thread_insert(struct hwt_context *ctx, struct hwt_thread *thr,
sys/dev/hwt/hwt_thread.c
71
struct hwt_thread *
sys/dev/hwt/hwt_thread.c
74
struct hwt_thread *thr;
sys/dev/hwt/hwt_thread.c
88
struct hwt_thread *
sys/dev/hwt/hwt_thread.c
91
struct hwt_thread *thr;
sys/dev/hwt/hwt_thread.h
39
TAILQ_ENTRY(hwt_thread) next;
sys/dev/hwt/hwt_thread.h
50
int hwt_thread_alloc(struct hwt_thread **thr0, char *path, size_t bufsize,
sys/dev/hwt/hwt_thread.h
52
void hwt_thread_free(struct hwt_thread *thr);
sys/dev/hwt/hwt_thread.h
55
void hwt_thread_insert(struct hwt_context *ctx, struct hwt_thread *thr, struct hwt_record_entry *entry);
sys/dev/hwt/hwt_thread.h
56
struct hwt_thread * hwt_thread_first(struct hwt_context *ctx);
sys/dev/hwt/hwt_thread.h
57
struct hwt_thread * hwt_thread_lookup(struct hwt_context *ctx,
sys/dev/hwt/hwt_vm.h
41
struct hwt_thread *thr; /* thr mode only. */