Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dkern_resource.c176 int * foundp; member
186 int * foundp; member
384 if (pun->foundp != NULL) { in puser_donice_callback()
385 n = *pun->foundp; in puser_donice_callback()
386 *pun->foundp = n + 1; in puser_donice_callback()
406 if (pun->foundp != NULL) { in ppgrp_donice_callback()
407 n = *pun->foundp; in ppgrp_donice_callback()
408 *pun->foundp = n + 1; in ppgrp_donice_callback()
468 ppgrp.foundp = &found; in setpriority()
487 punice.foundp = &found; in setpriority()