Home
last modified time | relevance | path

Searched refs:pmc_thread (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/hwpmc/
H A Dhwpmc_mod.c177 static LIST_HEAD(, pmc_thread) pmc_threadfreelist;
179 #define THREADENTRY_SIZE (sizeof(struct pmc_thread) + \
235 static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp,
266 static struct pmc_thread *pmc_thread_descriptor_pool_alloc(void);
268 static void pmc_thread_descriptor_pool_free(struct pmc_thread *pt);
907 struct pmc_thread *pt_td __diagused; in pmc_link_target_process()
973 struct pmc_thread *pt; in pmc_unlink_target_process()
1453 struct pmc_thread *pt; in pmc_process_csw_in()
1610 struct pmc_thread *pt = NULL; in pmc_process_csw_out()
2341 static struct pmc_thread *
[all …]
/src/sys/sys/
H A Dpmc.h824 struct pmc_thread { struct
825 LIST_ENTRY(pmc_thread) pt_next; /* linked list */
851 LIST_HEAD(,pmc_thread) pp_tds; /* list of threads */