Lines Matching refs:pmc_thread
177 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 *
2339 struct pmc_thread *pt; in pmc_thread_descriptor_pool_alloc()
2357 pmc_thread_descriptor_pool_free(struct pmc_thread *pt) in pmc_thread_descriptor_pool_free()
2378 struct pmc_thread *pt; in pmc_thread_descriptor_pool_free_task()
2379 LIST_HEAD(, pmc_thread) tmplist; in pmc_thread_descriptor_pool_free_task()
2409 struct pmc_thread *pt, *next; in pmc_thread_descriptor_pool_drain()
2426 static struct pmc_thread *
2430 struct pmc_thread *pt = NULL, *ptnew = NULL; in pmc_find_thread_descriptor()
2482 struct pmc_thread **tdlist; in pmc_add_thread_descriptors_from_proc()
2493 tdlist = malloc(sizeof(struct pmc_thread *) * tdlistsz, M_TEMP, in pmc_add_thread_descriptors_from_proc()
2599 struct pmc_thread *pmc_td; in pmc_destroy_process_descriptor()