Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dresource.h21 #define RUSAGE_BOTH (-2) /* sys_wait4() uses this */ macro
/linux-6.15/kernel/
H A Dexit.c1174 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_zombie()
1246 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_zombie()
1363 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_stopped()
1413 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_continued()
H A Dsys.c1823 case RUSAGE_BOTH: in getrusage()