Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_resource.c564 } else if (p->p_xstime > st) { in calcru()
565 dt = p->p_xstime - st; in calcru()
567 st = p->p_xstime; in calcru()
571 p->p_xstime = st; in calcru()
H A Dkern_proc.c2665 p->p_xstime = psrc->p_xstime; in fill_proc()
/netbsd/sys/sys/
H A Dproc.h297 uint64_t p_xstime; /* p: stime exposed to userspace */ member