Searched refs:pmc_find_owner_descriptor (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c225 static struct pmc_owner *pmc_find_owner_descriptor(struct proc *p);
2138 if ((po = pmc_find_owner_descriptor(p)) != NULL) {
2664 pmc_find_owner_descriptor(struct proc *p) function
2928 if ((po = pmc_find_owner_descriptor(p)) == NULL)
2993 if ((po = pmc_find_owner_descriptor(p)) != NULL)
3096 if ((po = pmc_find_owner_descriptor(curthread->td_proc)) == NULL) {
3433 if ((po = pmc_find_owner_descriptor(p)) == NULL)
3477 if ((po = pmc_find_owner_descriptor(td->td_proc)) == NULL) {
3496 if ((po = pmc_find_owner_descriptor(td->td_proc)) == NULL) {
4582 if ((po = pmc_find_owner_descriptor(t
[all...]

Completed in 307 milliseconds