Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c180 static LIST_HEAD(, pmc_thread) pmc_threadfreelist;
182 #define THREADENTRY_SIZE (sizeof(struct pmc_thread) + \
238 static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp,
269 static struct pmc_thread *pmc_thread_descriptor_pool_alloc(void);
271 static void pmc_thread_descriptor_pool_free(struct pmc_thread *pt);
908 struct pmc_thread *pt_td __diagused; in pmc_link_target_process()
974 struct pmc_thread *pt; in pmc_unlink_target_process()
1438 struct pmc_thread *pt; in pmc_process_csw_in()
1668 struct pmc_thread *pt = NULL; in pmc_process_csw_out()
2394 static struct pmc_thread *
[all …]
/freebsd/sys/sys/
H A Dpmc.h829 struct pmc_thread { struct
830 LIST_ENTRY(pmc_thread) pt_next; /* linked list */
856 LIST_HEAD(,pmc_thread) pp_tds; /* list of threads */