Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_mod.c968 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()
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 *
2483 struct pmc_thread **tdlist; in pmc_add_thread_descriptors_from_proc()
[all …]
/freebsd-14.2/sys/sys/
H A Dpmc.h811 struct pmc_thread { struct
812 LIST_ENTRY(pmc_thread) pt_next; /* linked list */
838 LIST_HEAD(,pmc_thread) pp_tds; /* list of threads */