Symbol: pmc_thread
sys/dev/hwpmc/hwpmc_mod.c
1450
struct pmc_thread *pt;
sys/dev/hwpmc/hwpmc_mod.c
1607
struct pmc_thread *pt = NULL;
sys/dev/hwpmc/hwpmc_mod.c
177
static LIST_HEAD(, pmc_thread) pmc_threadfreelist;
sys/dev/hwpmc/hwpmc_mod.c
179
#define THREADENTRY_SIZE (sizeof(struct pmc_thread) + \
sys/dev/hwpmc/hwpmc_mod.c
2338
static struct pmc_thread *
sys/dev/hwpmc/hwpmc_mod.c
234
static struct pmc_thread *pmc_find_thread_descriptor(struct pmc_process *pp,
sys/dev/hwpmc/hwpmc_mod.c
2341
struct pmc_thread *pt;
sys/dev/hwpmc/hwpmc_mod.c
2359
pmc_thread_descriptor_pool_free(struct pmc_thread *pt)
sys/dev/hwpmc/hwpmc_mod.c
2380
struct pmc_thread *pt;
sys/dev/hwpmc/hwpmc_mod.c
2381
LIST_HEAD(, pmc_thread) tmplist;
sys/dev/hwpmc/hwpmc_mod.c
2411
struct pmc_thread *pt, *next;
sys/dev/hwpmc/hwpmc_mod.c
2428
static struct pmc_thread *
sys/dev/hwpmc/hwpmc_mod.c
2432
struct pmc_thread *pt = NULL, *ptnew = NULL;
sys/dev/hwpmc/hwpmc_mod.c
2484
struct pmc_thread **tdlist;
sys/dev/hwpmc/hwpmc_mod.c
2495
tdlist = malloc(sizeof(struct pmc_thread *) * tdlistsz, M_TEMP,
sys/dev/hwpmc/hwpmc_mod.c
2601
struct pmc_thread *pmc_td;
sys/dev/hwpmc/hwpmc_mod.c
265
static struct pmc_thread *pmc_thread_descriptor_pool_alloc(void);
sys/dev/hwpmc/hwpmc_mod.c
267
static void pmc_thread_descriptor_pool_free(struct pmc_thread *pt);
sys/dev/hwpmc/hwpmc_mod.c
904
struct pmc_thread *pt_td __diagused;
sys/dev/hwpmc/hwpmc_mod.c
970
struct pmc_thread *pt;
sys/sys/pmc.h
828
LIST_ENTRY(pmc_thread) pt_next; /* linked list */
sys/sys/pmc.h
854
LIST_HEAD(,pmc_thread) pp_tds; /* list of threads */