Lines Matching refs:pmc_thread
178 static LIST_HEAD(, pmc_thread) pmc_threadfreelist;
180 #define THREADENTRY_SIZE (sizeof(struct pmc_thread) + \
230 static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp,
261 static struct pmc_thread *pmc_thread_descriptor_pool_alloc(void);
263 static void pmc_thread_descriptor_pool_free(struct pmc_thread *pt);
902 struct pmc_thread *pt_td __diagused; in pmc_link_target_process()
968 struct pmc_thread *pt; in pmc_unlink_target_process()
1449 struct pmc_thread *pt; in pmc_process_csw_in()
1606 struct pmc_thread *pt = NULL; in pmc_process_csw_out()
2337 static struct pmc_thread *
2340 struct pmc_thread *pt; in pmc_thread_descriptor_pool_alloc()
2358 pmc_thread_descriptor_pool_free(struct pmc_thread *pt) in pmc_thread_descriptor_pool_free()
2379 struct pmc_thread *pt; in pmc_thread_descriptor_pool_free_task()
2380 LIST_HEAD(, pmc_thread) tmplist; in pmc_thread_descriptor_pool_free_task()
2410 struct pmc_thread *pt, *next; in pmc_thread_descriptor_pool_drain()
2427 static struct pmc_thread *
2431 struct pmc_thread *pt = NULL, *ptnew = NULL; in pmc_find_thread_descriptor()
2483 struct pmc_thread **tdlist; in pmc_add_thread_descriptors_from_proc()
2494 tdlist = malloc(sizeof(struct pmc_thread *) * tdlistsz, M_TEMP, in pmc_add_thread_descriptors_from_proc()
2600 struct pmc_thread *pmc_td; in pmc_destroy_process_descriptor()