Searched defs:hwt_context (Results 1 – 2 of 2) sorted by relevance
37 struct hwt_context { struct43 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
67 static LIST_HEAD(hwt_contexthash, hwt_context) *hwt_contexthash; in LIST_HEAD() argument