tag | line | file | source code |
max | 668 | drivers/block/xd.c | u_short min[] = { 0,0,0 },max[] = { 16,1024,64 },test[] = { 0,0,0 }; |
max | 672 | drivers/block/xd.c | while (min[i] != max[i] - 1) { |
max | 673 | drivers/block/xd.c | test[i] = (min[i] + max[i]) / 2; |
max | 678 | drivers/block/xd.c | max[i] = test[i]; |
max | 579 | drivers/pci/pci.c | unsigned int devfn, l, max; |
max | 589 | drivers/pci/pci.c | max = bus->secondary; |
max | 680 | drivers/pci/pci.c | child->number = child->secondary = ++max; |
max | 705 | drivers/pci/pci.c | max = scan_bus(child, mem_startp); |
max | 710 | drivers/pci/pci.c | child->subordinate = max; |
max | 724 | drivers/pci/pci.c | return max; |
max | 649 | drivers/scsi/ultrastor.c | int i, max; |
max | 652 | drivers/scsi/ultrastor.c | max = SCpnt->use_sg; |
max | 653 | drivers/scsi/ultrastor.c | for (i = 0; i < max; i++) { |
max | 658 | drivers/scsi/ultrastor.c | mscp->number_of_sg_list = max; |
max | 491 | drivers/sound/dmabuf.c | int len, max, tmp; |
max | 502 | drivers/sound/dmabuf.c | max = dmap->max_fragments; |
max | 515 | drivers/sound/dmabuf.c | if (len >= max) |
max | 93 | fs/select.c | int max = -1; |
max | 109 | fs/select.c | max = i; |
max | 113 | fs/select.c | n = max + 1; |
max | 52 | mm/swap.c | unsigned long max; |
max | 121 | mm/swap.c | if (offset >= p->max) { |
max | 249 | mm/swap.c | if (offset >= p->max) { |
max | 277 | mm/swap.c | if (offset >= p->max) { |
max | 1113 | mm/swap.c | p->max = 1; |
max | 1173 | mm/swap.c | p->max = i+1; |
max | 1182 | mm/swap.c | p->swap_map = (unsigned char *) vmalloc(p->max); |
max | 1187 | mm/swap.c | for (i = 1 ; i < p->max ; i++) { |
max | 1238 | mm/swap.c | for (j = 0; j < swap_info[i].max; ++j) |