tag | line | file | source code |
---|---|---|---|
index | 31 | kernel/math/ea.c | unsigned char ss,index,base; |
index | 37 | kernel/math/ea.c | index = (base >> 3) & 7; |
index | 39 | kernel/math/ea.c | if (index == 4) |
index | 42 | kernel/math/ea.c | offset = REG(index); |
index | 250 | mm/swap.c | static unsigned long index = 0; |
index | 276 | mm/swap.c | if (index >= NR_LAST_FREE_PAGES) |
index | 277 | mm/swap.c | index = 0; |
index | 278 | mm/swap.c | last_free_pages[index] = result; |
index | 279 | mm/swap.c | index++; |