Home
last modified time | relevance | path

Searched defs:hwt_context (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hwt/
H A Dhwt_context.h37 struct hwt_context { struct
43 int mode;
44 int ident;
46 int kqueue_fd;
47 struct thread *hwt_td;
50 cpuset_t cpu_map;
54 struct proc *proc; /* Target proc. */
55 pid_t pid; /* Target pid. */
79 int hwt_ctx_alloc(struct hwt_context **ctx0); argument
H A Dhwt_contexthash.c67 static LIST_HEAD(hwt_contexthash, hwt_context) *hwt_contexthash; in LIST_HEAD() argument