Lines Matching refs:SET_INT
6178 #define SET_INT(result, index, value)\ in wait_helper() macro
6180 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
6181 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
6182 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
6183 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
6184 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
6185 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
6186 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
6187 SET_INT(result, 9, ru->ru_inblock); in wait_helper()
6188 SET_INT(result, 10, ru->ru_oublock); in wait_helper()
6189 SET_INT(result, 11, ru->ru_msgsnd); in wait_helper()
6190 SET_INT(result, 12, ru->ru_msgrcv); in wait_helper()
6191 SET_INT(result, 13, ru->ru_nsignals); in wait_helper()
6192 SET_INT(result, 14, ru->ru_nvcsw); in wait_helper()
6193 SET_INT(result, 15, ru->ru_nivcsw); in wait_helper()
6194 #undef SET_INT in wait_helper()