Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_prof.c444 #define PC_TO_INDEX(pc, prof) \ macro
469 if (pc < prof->pr_off || PC_TO_INDEX(pc, prof) >= prof->pr_size) { in addupc_intr()
509 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size) { in addupc_task()