Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dresource.h21 #define RUSAGE_BOTH (-2) /* sys_wait4() uses this */ macro
/linux/kernel/
H A Dexit.c1160 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_zombie()
1232 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_zombie()
1349 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_stopped()
1399 getrusage(p, RUSAGE_BOTH, wo->wo_rusage); in wait_task_continued()
H A Dsys.c1817 case RUSAGE_BOTH: in getrusage()