| tag | line | file | source code |
|---|---|---|---|
| idle | 91 | fs/proc/array.c | unsigned long idle; |
| idle | 94 | fs/proc/array.c | idle = task[0]->utime + task[0]->stime; |
| idle | 98 | fs/proc/array.c | idle / HZ, |
| idle | 99 | fs/proc/array.c | idle % HZ); |
| idle | 47 | init/main.c | static inline _syscall0(int,idle) |
| idle | 447 | init/main.c | idle(); |