Searched refs:cpu_ticks (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dtime.c157 unsigned cpu_ticks; /* Same, in "CPU ticks" */ local
177 cpu_ticks = vv_ms / (1000 / TICKS_PER_SEC);
179 cpu_ticks = vv_ms * (unsigned long long)TICKS_PER_SEC / 1000;
181 if (!cpu_ticks) cpu_ticks = 1; /* we divide by it, must be nonzero */
221 ptok(pagesize, (UL) resp->ru.ru_isrss)) / cpu_ticks);
247 ptok(pagesize, (UL) resp->ru.ru_ixrss)) / cpu_ticks);
303 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_ixrss) / cpu_ticks);
320 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_isrss) / cpu_ticks);
329 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_idrss) / cpu_ticks);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dtime.c157 unsigned cpu_ticks; /* Same, in "CPU ticks" */ local
177 cpu_ticks = vv_ms / (1000 / TICKS_PER_SEC);
179 cpu_ticks = vv_ms * (unsigned long long)TICKS_PER_SEC / 1000;
181 if (!cpu_ticks) cpu_ticks = 1; /* we divide by it, must be nonzero */
221 ptok(pagesize, (UL) resp->ru.ru_isrss)) / cpu_ticks);
247 ptok(pagesize, (UL) resp->ru.ru_ixrss)) / cpu_ticks);
303 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_ixrss) / cpu_ticks);
320 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_isrss) / cpu_ticks);
329 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_idrss) / cpu_ticks);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dtime.c157 unsigned cpu_ticks; /* Same, in "CPU ticks" */ local
177 cpu_ticks = vv_ms / (1000 / TICKS_PER_SEC);
179 cpu_ticks = vv_ms * (unsigned long long)TICKS_PER_SEC / 1000;
181 if (!cpu_ticks) cpu_ticks = 1; /* we divide by it, must be nonzero */
221 ptok(pagesize, (UL) resp->ru.ru_isrss)) / cpu_ticks);
247 ptok(pagesize, (UL) resp->ru.ru_ixrss)) / cpu_ticks);
303 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_ixrss) / cpu_ticks);
320 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_isrss) / cpu_ticks);
329 printf("%lu", ptok(pagesize, (UL) resp->ru.ru_idrss) / cpu_ticks);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h158 cma_t_integer cpu_ticks; /* # of ticks while comp. (scaled) */ member in struct:CMA__T_TCB_SCHED
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h158 cma_t_integer cpu_ticks; /* # of ticks while comp. (scaled) */ member in struct:CMA__T_TCB_SCHED
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h158 cma_t_integer cpu_ticks; /* # of ticks while comp. (scaled) */ member in struct:CMA__T_TCB_SCHED

Completed in 191 milliseconds