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.c177 static LIST_HEAD(, pmc_thread) pmc_threadfreelist;
179 #define THREADENTRY_SIZE (sizeof(struct pmc_thread) + \
229 static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp,
260 static struct pmc_thread *pmc_thread_descriptor_pool_alloc(void);
262 static void pmc_thread_descriptor_pool_free(struct pmc_thread *pt);
901 struct pmc_thread *pt_td __diagused; in pmc_link_target_process()
967 struct pmc_thread *pt; in pmc_unlink_target_process()
1448 struct pmc_thread *pt; in pmc_process_csw_in()
1605 struct pmc_thread *pt = NULL; in pmc_process_csw_out()
2336 static struct pmc_thread *
[all …]
/freebsd/sys/sys/
H A Dpmc.h809 struct pmc_thread { struct
810 LIST_ENTRY(pmc_thread) pt_next; /* linked list */
836 LIST_HEAD(,pmc_thread) pp_tds; /* list of threads */