Symbol: hwt_owner
sys/dev/hwt/hwt.c
159
struct hwt_owner *ho;
sys/dev/hwt/hwt_context.h
66
struct hwt_owner *hwt_owner;
sys/dev/hwt/hwt_ioctl.c
130
hwt_ioctl_alloc_mode_thread(struct thread *td, struct hwt_owner *ho,
sys/dev/hwt/hwt_ioctl.c
156
ctx->hwt_owner = ho;
sys/dev/hwt/hwt_ioctl.c
287
hwt_ioctl_alloc_mode_cpu(struct thread *td, struct hwt_owner *ho,
sys/dev/hwt/hwt_ioctl.c
331
ctx->hwt_owner = ho;
sys/dev/hwt/hwt_ioctl.c
387
struct hwt_owner *ho;
sys/dev/hwt/hwt_owner.c
102
struct hwt_owner *ho;
sys/dev/hwt/hwt_owner.c
104
ho = malloc(sizeof(struct hwt_owner), M_HWT_OWNER,
sys/dev/hwt/hwt_owner.c
115
hwt_owner_shutdown(struct hwt_owner *ho)
sys/dev/hwt/hwt_owner.c
64
hwt_owner_lookup_ctx(struct hwt_owner *ho, pid_t pid)
sys/dev/hwt/hwt_owner.c
82
hwt_owner_lookup_ctx_by_cpu(struct hwt_owner *ho, int cpu)
sys/dev/hwt/hwt_owner.c
99
struct hwt_owner *
sys/dev/hwt/hwt_owner.h
36
LIST_ENTRY(hwt_owner) next; /* Entry in hwt owner hash. */
sys/dev/hwt/hwt_owner.h
40
struct hwt_context * hwt_owner_lookup_ctx(struct hwt_owner *ho, pid_t pid);
sys/dev/hwt/hwt_owner.h
41
struct hwt_owner * hwt_owner_alloc(struct proc *p);
sys/dev/hwt/hwt_owner.h
42
void hwt_owner_shutdown(struct hwt_owner *ho);
sys/dev/hwt/hwt_owner.h
43
struct hwt_context * hwt_owner_lookup_ctx_by_cpu(struct hwt_owner *ho, int cpu);
sys/dev/hwt/hwt_ownerhash.c
105
hwt_ownerhash_remove(struct hwt_owner *ho)
sys/dev/hwt/hwt_ownerhash.c
127
struct hwt_owner *ho, *tmp;
sys/dev/hwt/hwt_ownerhash.c
66
static LIST_HEAD(hwt_ownerhash, hwt_owner) *hwt_ownerhash;
sys/dev/hwt/hwt_ownerhash.c
68
struct hwt_owner *
sys/dev/hwt/hwt_ownerhash.c
72
struct hwt_owner *ho;
sys/dev/hwt/hwt_ownerhash.c
91
hwt_ownerhash_insert(struct hwt_owner *ho)
sys/dev/hwt/hwt_ownerhash.h
32
struct hwt_owner * hwt_ownerhash_lookup(struct proc *p);
sys/dev/hwt/hwt_ownerhash.h
33
void hwt_ownerhash_insert(struct hwt_owner *ho);
sys/dev/hwt/hwt_ownerhash.h
34
void hwt_ownerhash_remove(struct hwt_owner *ho);
sys/dev/hwt/hwt_vm.c
247
struct hwt_owner *ho;
sys/dev/hwt/hwt_vm.c
267
if (ctx->hwt_owner != ho)