Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_lockf.c143 pup->pu_posixlocks += p->p_uidpcpu[n].pu_posixlocks; in lf_count_adjust()
146 pup->pu_posixlocks -= p->p_uidpcpu[n].pu_posixlocks; in lf_count_adjust()
185 owner->p_uidpcpu[cpu].pu_posixlocks += diff; in lf_count_change()
H A Dkern_fork.c473 p2->p_uidpcpu = kmalloc(sizeof(*p2->p_uidpcpu) * ncpus, in fork1()
H A Dkern_exit.c1334 kfree(p->p_uidpcpu, M_SUBPROC); in kern_wait()
/dragonfly/sys/sys/
H A Dproc.h326 struct uidcount *p_uidpcpu; member