tag | line | file | source code |
idx | 581 | ipc/shm.c | unsigned int id, idx; |
idx | 593 | ipc/shm.c | idx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK; |
idx | 594 | ipc/shm.c | if (idx >= shp->shm_npages) { |
idx | 599 | ipc/shm.c | if (!(shp->shm_pages[idx] & PAGE_PRESENT)) { |
idx | 605 | ipc/shm.c | if (shp->shm_pages[idx] & PAGE_PRESENT) { |
idx | 609 | ipc/shm.c | if (shp->shm_pages[idx]) { |
idx | 610 | ipc/shm.c | read_swap_page (shp->shm_pages[idx], (char *) page); |
idx | 611 | ipc/shm.c | if (shp->shm_pages[idx] & PAGE_PRESENT) { |
idx | 615 | ipc/shm.c | swap_free (shp->shm_pages[idx]); |
idx | 619 | ipc/shm.c | shp->shm_pages[idx] = page | (PAGE_SHARED | PAGE_DIRTY); |
idx | 625 | ipc/shm.c | page = shp->shm_pages[idx]; |
idx | 645 | ipc/shm.c | unsigned long id, idx, invalid = 0; |
idx | 663 | ipc/shm.c | idx = swap_idx++; |
idx | 664 | ipc/shm.c | if (idx >= shp->shm_npages) { |
idx | 671 | ipc/shm.c | page = shp->shm_pages[idx]; |
idx | 688 | ipc/shm.c | tmp = shmd->start + (idx << PAGE_SHIFT); |
idx | 690 | ipc/shm.c | printk ("shm_swap: too large idx=%ld id=%ld PANIC\n",idx, id); |
idx | 696 | ipc/shm.c | id, shmd->start, idx); |
idx | 709 | ipc/shm.c | tmp = shmd->shm_sgn | idx << SHM_IDX_SHIFT; |
idx | 719 | ipc/shm.c | shp->shm_pages[idx] = swap_nr; |
idx | 156 | net/inet/arp.c | int len, idx; |
idx | 169 | net/inet/arp.c | if (len < ARP_MAX_CMDS) idx = len; |
idx | 170 | net/inet/arp.c | else idx = 0; |
idx | 172 | net/inet/arp.c | printk(arp_cmds[idx], len); |
idx | 176 | net/inet/arp.c | if (len < ARP_MAX_TYPE) idx = len; |
idx | 177 | net/inet/arp.c | else idx = 0; |
idx | 178 | net/inet/arp.c | printk(" hrd = "); printk(arp_types[idx].name, len); |
idx | 189 | net/inet/arp.c | printk(" sender HA = %s ", arp_types[idx].print(ptr, arp->ar_hln)); |
idx | 193 | net/inet/arp.c | printk(" target HA = %s ", arp_types[idx].print(ptr, arp->ar_hln)); |