Searched refs:pmc_thread (Results 1 – 2 of 2) sorted by relevance
182 static LIST_HEAD(, pmc_thread) pmc_threadfreelist;185 (sizeof(struct pmc_thread) + (md->pmd_npmc * sizeof(struct pmc_threadpmcstate)))231 static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp,258 static struct pmc_thread *pmc_thread_descriptor_pool_alloc(void);260 static void pmc_thread_descriptor_pool_free(struct pmc_thread *pt);905 struct pmc_thread *pt_td; in pmc_link_target_process()974 struct pmc_thread *pt; in pmc_unlink_target_process()1355 struct pmc_thread *pt; in pmc_process_csw_in()1522 struct pmc_thread *pt = NULL; in pmc_process_csw_out()2381 static struct pmc_thread *[all …]
818 struct pmc_thread { struct819 LIST_ENTRY(pmc_thread) pt_next; /* linked list */845 LIST_HEAD(,pmc_thread) pp_tds; /* list of threads */