tag | line | file | source code |
head | 163 | arch/sparc/mm/sun4c.c | static inline void add_pseg_list(struct pseg_list *head, struct pseg_list *entry) |
head | 165 | arch/sparc/mm/sun4c.c | entry->next = head; |
head | 166 | arch/sparc/mm/sun4c.c | (entry->prev = head->prev)->next = entry; |
head | 167 | arch/sparc/mm/sun4c.c | head->prev = entry; |
head | 181 | arch/sparc/mm/sun4c.c | struct pseg_list *head = &s4cpseg_per_context[ctx]; |
head | 183 | arch/sparc/mm/sun4c.c | entry->ctx_next = head; |
head | 184 | arch/sparc/mm/sun4c.c | (entry->ctx_prev = head->ctx_prev)->ctx_next = entry; |
head | 185 | arch/sparc/mm/sun4c.c | head->ctx_prev = entry; |
head | 239 | drivers/block/floppy.c | #define PH_HEAD(floppy,head) (((((floppy)->stretch & 2) >>1) ^ head) << 2) |
head | 1970 | drivers/block/floppy.c | unsigned char track,head,sect,size; |
head | 1983 | drivers/block/floppy.c | DR_SELECT = UNIT(current_drive) + PH_HEAD(floppy,format_req.head); |
head | 1999 | drivers/block/floppy.c | n = (track_shift * format_req.track + head_shift * format_req.head) |
head | 2010 | drivers/block/floppy.c | here[count].head = format_req.head; |
head | 2054 | drivers/block/floppy.c | tmp_format_req->head >= floppy->head || |
head | 2140 | drivers/block/floppy.c | nr_sectors = ((R_TRACK-TRACK)*floppy->head+R_HEAD-HEAD) * |
head | 2363 | drivers/block/floppy.c | max_sector = floppy->sect * floppy->head; |
head | 3030 | drivers/block/floppy.c | g->head <= 0 || |
head | 75 | drivers/block/hd.c | unsigned int head,sect,cyl,wpcom,lzone,ctl; |
head | 118 | drivers/block/hd.c | if (bios_info[0].head != 0) |
head | 120 | drivers/block/hd.c | bios_info[hdind].head = hd_info[hdind].head = ints[2]; |
head | 206 | drivers/block/hd.c | static int controller_ready(unsigned int drive, unsigned int head) |
head | 213 | drivers/block/hd.c | outb_p(0xA0 | (drive<<4) | head, HD_CURRENT); |
head | 221 | drivers/block/hd.c | unsigned int head,unsigned int cyl,unsigned int cmd, |
head | 232 | drivers/block/hd.c | if (!controller_ready(drive, head)) { |
head | 244 | drivers/block/hd.c | outb_p(0xA0|(drive<<4)|head,++port); |
head | 291 | drivers/block/hd.c | hd_info[dev].cyl*hd_info[dev].head*hd_info[dev].sect / 2048, |
head | 292 | drivers/block/hd.c | hd_info[dev].cyl, hd_info[dev].head, hd_info[dev].sect); |
head | 309 | drivers/block/hd.c | hd_info[dev].head = id->cur_heads; |
head | 317 | drivers/block/hd.c | id->buf_size/2, bios_info[dev].cyl, bios_info[dev].head, |
head | 412 | drivers/block/hd.c | hd_out(i,hd_info[i].sect,hd_info[i].sect,hd_info[i].head-1, |
head | 674 | drivers/block/hd.c | if (hd_info[dev].head > 16) { |
head | 696 | drivers/block/hd.c | unsigned int dev, block, nsect, sec, track, head, cyl; |
head | 734 | drivers/block/hd.c | head = track % hd_info[dev].head; |
head | 735 | drivers/block/hd.c | cyl = track / hd_info[dev].head; |
head | 739 | drivers/block/hd.c | cyl, head, sec, nsect, (unsigned long) CURRENT->buffer); |
head | 745 | drivers/block/hd.c | hd_out(dev,nsect,sec,head,cyl,cmd,&read_intr); |
head | 752 | drivers/block/hd.c | hd_out(dev,nsect,sec,head,cyl,WIN_MULTWRITE,&multwrite_intr); |
head | 754 | drivers/block/hd.c | hd_out(dev,nsect,sec,head,cyl,WIN_WRITE,&write_intr); |
head | 796 | drivers/block/hd.c | put_user(bios_info[dev].head, |
head | 966 | drivers/block/hd.c | bios_info[drive].head = hd_info[drive].head = *(2+BIOS); |
head | 1017 | drivers/block/hd.c | hd[i<<6].nr_sects = bios_info[i].head * |
head | 1066 | drivers/block/hd.c | #define CAPACITY (bios_info[target].head*bios_info[target].sect*bios_info[target].cyl) |
head | 509 | drivers/block/ide.c | capacity = drive->cyl * drive->head * drive->sect; |
head | 1152 | drivers/block/ide.c | OUT_BYTE(((drive->head-1)|drive->select.all)&0xBF,IDE_SELECT_REG); |
head | 1236 | drivers/block/ide.c | unsigned int sect,head,cyl,track; |
head | 1240 | drivers/block/ide.c | head = track % drive->head; |
head | 1241 | drivers/block/ide.c | cyl = track / drive->head; |
head | 1244 | drivers/block/ide.c | OUT_BYTE(head|drive->select.all,io_base+IDE_SELECT_OFFSET); |
head | 1248 | drivers/block/ide.c | head, sect, rq->nr_sectors, (unsigned long) rq->buffer); |
head | 2149 | drivers/block/ide.c | drive->head = drive->bios_head = id->heads; |
head | 2167 | drivers/block/ide.c | drive->head = id->cur_heads; |
head | 2171 | drivers/block/ide.c | capacity = drive->cyl * drive->head * drive->sect; |
head | 2180 | drivers/block/ide.c | if ((!drive->head || drive->head > 16) && id->heads && id->heads <= 16) { |
head | 2182 | drivers/block/ide.c | drive->head = id->heads; |
head | 2186 | drivers/block/ide.c | if (drive->sect == drive->bios_sect && drive->head == drive->bios_head) { |
head | 2367 | drivers/block/ide.c | drive->name, drive->cyl, drive->head, drive->sect); |
head | 2380 | drivers/block/ide.c | if (!drive->head || drive->head > 16) { |
head | 2382 | drivers/block/ide.c | drive->name, drive->head); |
head | 2668 | drivers/block/ide.c | drive->head = drive->bios_head = vals[1]; |
head | 2782 | drivers/block/ide.c | drive->head = drive->id->heads; |
head | 2786 | drivers/block/ide.c | drive->bios_head = drive->head; |
head | 2851 | drivers/block/ide.c | drive->head = drive->bios_head = *(BIOS+2); |
head | 303 | drivers/block/ide.h | unsigned head : 4; /* always zeros here */ |
head | 336 | drivers/block/ide.h | byte head; /* "real" number of heads */ |
head | 338 | drivers/block/xd.c | u_char head,sector,control,mode,temp; |
head | 349 | drivers/block/xd.c | head = track % xd_info[drive].heads; |
head | 354 | drivers/block/xd.c | printk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp); |
head | 358 | drivers/block/xd.c | xd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control); |
head | 432 | drivers/block/xd.c | static u_char *xd_build (u_char *cmdblk,u_char command,u_char drive,u_char head,u_short cylinder,u_char sector,u_char count,u_char control) |
head | 435 | drivers/block/xd.c | cmdblk[1] = ((drive & 0x07) << 5) | (head & 0x1F); |
head | 1387 | drivers/char/istallion.c | unsigned int len, stlen, head, tail, size; |
head | 1422 | drivers/char/istallion.c | head = (unsigned int) ap->txq.head; |
head | 1426 | drivers/char/istallion.c | len = (head >= tail) ? (portp->txsize - (head - tail) - 1) : (tail - head - 1); |
head | 1444 | drivers/char/istallion.c | head = (unsigned int) ap->txq.head; |
head | 1449 | drivers/char/istallion.c | if (head >= tail) { |
head | 1450 | drivers/char/istallion.c | len = size - (head - tail) - 1; |
head | 1451 | drivers/char/istallion.c | stlen = size - head; |
head | 1453 | drivers/char/istallion.c | len = tail - head - 1; |
head | 1463 | drivers/char/istallion.c | memcpy((shbuf + head), chbuf, stlen); |
head | 1467 | drivers/char/istallion.c | head += stlen; |
head | 1468 | drivers/char/istallion.c | if (head >= size) { |
head | 1469 | drivers/char/istallion.c | head = 0; |
head | 1475 | drivers/char/istallion.c | ap->txq.head = head; |
head | 1537 | drivers/char/istallion.c | unsigned int len, stlen, head, tail, size, count, cooksize; |
head | 1572 | drivers/char/istallion.c | head = (unsigned int) ap->txq.head; |
head | 1577 | drivers/char/istallion.c | if (head >= tail) { |
head | 1578 | drivers/char/istallion.c | len = size - (head - tail) - 1; |
head | 1579 | drivers/char/istallion.c | stlen = size - head; |
head | 1581 | drivers/char/istallion.c | len = tail - head - 1; |
head | 1592 | drivers/char/istallion.c | memcpy((shbuf + head), buf, stlen); |
head | 1596 | drivers/char/istallion.c | head += stlen; |
head | 1597 | drivers/char/istallion.c | if (head >= size) { |
head | 1598 | drivers/char/istallion.c | head = 0; |
head | 1604 | drivers/char/istallion.c | ap->txq.head = head; |
head | 1627 | drivers/char/istallion.c | unsigned int head, tail, len; |
head | 1654 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
head | 1658 | drivers/char/istallion.c | len = (head >= tail) ? (portp->txsize - (head - tail)) : (tail - head); |
head | 1685 | drivers/char/istallion.c | unsigned int head, tail, len; |
head | 1707 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
head | 1711 | drivers/char/istallion.c | len = (head >= tail) ? (head - tail) : (portp->txsize - (tail - head)); |
head | 2248 | drivers/char/istallion.c | unsigned int head, tail, size; |
head | 2262 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
head | 2263 | drivers/char/istallion.c | if (head != ((unsigned int) rp->head)) |
head | 2264 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
head | 2267 | drivers/char/istallion.c | if (head >= tail) { |
head | 2268 | drivers/char/istallion.c | len = head - tail; |
head | 2271 | drivers/char/istallion.c | len = size - (tail - head); |
head | 2290 | drivers/char/istallion.c | stlen = head; |
head | 2296 | drivers/char/istallion.c | if (head != tail) |
head | 187 | drivers/char/n_tty.c | int head, seen_alnums; |
head | 220 | drivers/char/n_tty.c | head = (tty->read_head - 1) & (N_TTY_BUF_SIZE-1); |
head | 221 | drivers/char/n_tty.c | c = tty->read_buf[head]; |
head | 229 | drivers/char/n_tty.c | tty->read_head = head; |
head | 112 | drivers/char/psaux.c | unsigned long head; |
head | 201 | drivers/char/psaux.c | return queue->head == queue->tail; |
head | 213 | drivers/char/psaux.c | int head = queue->head; |
head | 219 | drivers/char/psaux.c | add_mouse_randomness(queue->buf[head] = inb(AUX_INPUT_PORT)); |
head | 220 | drivers/char/psaux.c | if (head != maxhead) { |
head | 221 | drivers/char/psaux.c | head++; |
head | 222 | drivers/char/psaux.c | head &= AUX_BUF_SIZE-1; |
head | 224 | drivers/char/psaux.c | queue->head = head; |
head | 239 | drivers/char/psaux.c | int head = queue->head; |
head | 242 | drivers/char/psaux.c | add_mouse_randomness(queue->buf[head] = inb(qp_data)); |
head | 243 | drivers/char/psaux.c | if (head != maxhead) { |
head | 244 | drivers/char/psaux.c | head++; |
head | 245 | drivers/char/psaux.c | head &= AUX_BUF_SIZE-1; |
head | 247 | drivers/char/psaux.c | queue->head = head; |
head | 313 | drivers/char/psaux.c | queue->head = queue->tail = 0; /* Flush input queue */ |
head | 355 | drivers/char/psaux.c | queue->head = queue->tail = 0; /* Flush input queue */ |
head | 512 | drivers/char/psaux.c | queue->head = queue->tail = 0; |
head | 208 | drivers/char/stallion.c | char *head; |
head | 669 | drivers/char/stallion.c | portp->tx.head = portp->tx.buf; |
head | 845 | drivers/char/stallion.c | portp->tx.head = (char *) NULL; |
head | 900 | drivers/char/stallion.c | char *head, *tail; |
head | 922 | drivers/char/stallion.c | head = portp->tx.head; |
head | 924 | drivers/char/stallion.c | len = (head >= tail) ? (STL_TXBUFSIZE - (head - tail) - 1) : |
head | 925 | drivers/char/stallion.c | (tail - head - 1); |
head | 937 | drivers/char/stallion.c | head = portp->tx.head; |
head | 939 | drivers/char/stallion.c | if (head >= tail) { |
head | 940 | drivers/char/stallion.c | len = STL_TXBUFSIZE - (head - tail) - 1; |
head | 941 | drivers/char/stallion.c | stlen = STL_TXBUFSIZE - (head - portp->tx.buf); |
head | 943 | drivers/char/stallion.c | len = tail - head - 1; |
head | 951 | drivers/char/stallion.c | memcpy(head, chbuf, stlen); |
head | 955 | drivers/char/stallion.c | head += stlen; |
head | 956 | drivers/char/stallion.c | if (head >= (portp->tx.buf + STL_TXBUFSIZE)) { |
head | 957 | drivers/char/stallion.c | head = portp->tx.buf; |
head | 958 | drivers/char/stallion.c | stlen = tail - head; |
head | 961 | drivers/char/stallion.c | portp->tx.head = head; |
head | 975 | drivers/char/stallion.c | char *head, *tail; |
head | 989 | drivers/char/stallion.c | head = portp->tx.head; |
head | 992 | drivers/char/stallion.c | len = (head >= tail) ? (STL_TXBUFSIZE - (head - tail)) : (tail - head); |
head | 996 | drivers/char/stallion.c | *head++ = ch; |
head | 997 | drivers/char/stallion.c | if (head >= (portp->tx.buf + STL_TXBUFSIZE)) |
head | 998 | drivers/char/stallion.c | head = portp->tx.buf; |
head | 1000 | drivers/char/stallion.c | portp->tx.head = head; |
head | 1028 | drivers/char/stallion.c | if (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail)) |
head | 1039 | drivers/char/stallion.c | char *head, *tail; |
head | 1053 | drivers/char/stallion.c | head = portp->tx.head; |
head | 1055 | drivers/char/stallion.c | return((head >= tail) ? (STL_TXBUFSIZE - (head - tail) - 1) : (tail - head - 1)); |
head | 1073 | drivers/char/stallion.c | char *head, *tail; |
head | 1087 | drivers/char/stallion.c | head = portp->tx.head; |
head | 1089 | drivers/char/stallion.c | size = (head >= tail) ? (head - tail) : (STL_TXBUFSIZE - (tail - head)); |
head | 1446 | drivers/char/stallion.c | portp->tx.head = (char *) NULL; |
head | 1480 | drivers/char/stallion.c | portp->tx.tail = portp->tx.head; |
head | 1537 | drivers/char/stallion.c | char *head, *tail; |
head | 1575 | drivers/char/stallion.c | head = portp->tx.head; |
head | 1577 | drivers/char/stallion.c | len = (head >= tail) ? (head - tail) : (STL_TXBUFSIZE - (tail - head)); |
head | 194 | drivers/char/tty_ioctl.c | int nr, head, tail; |
head | 198 | drivers/char/tty_ioctl.c | head = tty->canon_head; |
head | 200 | drivers/char/tty_ioctl.c | nr = (head - tail) & (N_TTY_BUF_SIZE-1); |
head | 202 | drivers/char/tty_ioctl.c | while (head != tail) { |
head | 2628 | drivers/net/arcnet.c | struct ClientData *head = (struct ClientData *) |
head | 2641 | drivers/net/arcnet.c | head->protocol_id=ARC_P_IP; |
head | 2644 | drivers/net/arcnet.c | head->protocol_id=ARC_P_ARP; |
head | 2647 | drivers/net/arcnet.c | head->protocol_id=ARC_P_RARP; |
head | 2652 | drivers/net/arcnet.c | head->protocol_id=ARC_P_IPX; |
head | 2655 | drivers/net/arcnet.c | head->protocol_id=ARC_P_ATALK; |
head | 2674 | drivers/net/arcnet.c | head->saddr=((u_char*)saddr)[0]; |
head | 2676 | drivers/net/arcnet.c | head->saddr=((u_char*)(dev->dev_addr))[0]; |
head | 2678 | drivers/net/arcnet.c | head->split_flag=0; /* split packets are done elsewhere */ |
head | 2679 | drivers/net/arcnet.c | head->sequence=0; /* so are sequence numbers */ |
head | 2684 | drivers/net/arcnet.c | head->daddr=((u_char*)daddr)[0]; |
head | 2688 | drivers/net/arcnet.c | head->daddr=0; /* better fill one in anyway */ |
head | 2702 | drivers/net/arcnet.c | struct S_ClientData *head = (struct S_ClientData *) |
head | 2710 | drivers/net/arcnet.c | head->protocol_id=ARC_P_IP_RFC1051; |
head | 2714 | drivers/net/arcnet.c | head->protocol_id=ARC_P_ARP_RFC1051; |
head | 2734 | drivers/net/arcnet.c | head->saddr=((u_char*)saddr)[0]; |
head | 2736 | drivers/net/arcnet.c | head->saddr=((u_char*)(dev->dev_addr))[0]; |
head | 2741 | drivers/net/arcnet.c | head->daddr=((u_char*)daddr)[0]; |
head | 2745 | drivers/net/arcnet.c | head->daddr=0; /* better fill one in anyway */ |
head | 2759 | drivers/net/arcnet.c | struct ClientData *head = (struct ClientData *)buff; |
head | 2767 | drivers/net/arcnet.c | if(head->protocol_id != ARC_P_IP) |
head | 2770 | drivers/net/arcnet.c | head->protocol_id,head->protocol_id); |
head | 2773 | drivers/net/arcnet.c | head->daddr=0; |
head | 2783 | drivers/net/arcnet.c | head->saddr,head->daddr,head->protocol_id); |
head | 2784 | drivers/net/arcnet.c | status=arp_find(&(head->daddr), dst, dev, dev->pa_addr, skb)? 1 : 0; |
head | 2786 | drivers/net/arcnet.c | head->saddr,head->daddr,head->protocol_id); |
head | 2797 | drivers/net/arcnet.c | struct S_ClientData *head = (struct S_ClientData *)buff; |
head | 2804 | drivers/net/arcnet.c | if(head->protocol_id != ARC_P_IP_RFC1051) |
head | 2807 | drivers/net/arcnet.c | head->protocol_id,head->protocol_id); |
head | 2810 | drivers/net/arcnet.c | head->daddr=0; |
head | 2819 | drivers/net/arcnet.c | return arp_find(&(head->daddr), dst, dev, dev->pa_addr, skb)? 1 : 0; |
head | 2832 | drivers/net/arcnet.c | struct ClientData *head; |
head | 2838 | drivers/net/arcnet.c | head=(struct ClientData *)skb->mac.raw; |
head | 2840 | drivers/net/arcnet.c | if (head->daddr==0) |
head | 2845 | drivers/net/arcnet.c | if (head->daddr != dev->dev_addr[0]) |
head | 2850 | drivers/net/arcnet.c | switch (head->protocol_id) |
head | 2861 | drivers/net/arcnet.c | head->protocol_id,head->protocol_id); |
head | 2873 | drivers/net/arcnet.c | struct S_ClientData *head; |
head | 2879 | drivers/net/arcnet.c | head=(struct S_ClientData *)skb->mac.raw; |
head | 2881 | drivers/net/arcnet.c | if (head->daddr==0) |
head | 2886 | drivers/net/arcnet.c | if (head->daddr != dev->dev_addr[0]) |
head | 2891 | drivers/net/arcnet.c | switch (head->protocol_id) |
head | 2898 | drivers/net/arcnet.c | head->protocol_id,head->protocol_id); |
head | 775 | drivers/net/eql.c | queue->head = head_slave; |
head | 803 | drivers/net/eql.c | zapped = eql_remove_slave (queue, queue->head->next); |
head | 806 | drivers/net/eql.c | kfree (queue->head->next); |
head | 807 | drivers/net/eql.c | kfree (queue->head); |
head | 831 | drivers/net/eql.c | slave->next = queue->head->next; |
head | 832 | drivers/net/eql.c | queue->head->next = slave; |
head | 853 | drivers/net/eql.c | prev = queue->head; |
head | 854 | drivers/net/eql.c | curr = queue->head->next; |
head | 893 | drivers/net/eql.c | slave->next = queue->head->next; |
head | 894 | drivers/net/eql.c | queue->head->next = slave; |
head | 918 | drivers/net/eql.c | prev = queue->head; |
head | 1074 | drivers/net/eql.c | return queue->head->next; |
head | 590 | drivers/net/ppp.c | buf->head = 0; |
head | 1381 | drivers/net/ppp.c | current_idx = ppp->ubuf->head; |
head | 1401 | drivers/net/ppp.c | ppp->ubuf->head = current_idx; |
head | 1831 | drivers/net/ppp.c | if (ppp->ubuf->head == ppp->ubuf->tail) |
head | 2645 | drivers/net/ppp.c | if (ppp->ubuf->head != ppp->ubuf->tail) { |
head | 1790 | drivers/scsi/aic7xxx.c | unsigned char head, tail; |
head | 1794 | drivers/scsi/aic7xxx.c | head = inb(WAITING_SCBH(base)); |
head | 1796 | drivers/scsi/aic7xxx.c | if (head == SCB_LIST_NULL) |
head | 1801 | drivers/scsi/aic7xxx.c | head = scb->position; |
head | 1809 | drivers/scsi/aic7xxx.c | outb(head, SCBARRAY(base) + 30); |
head | 1810 | drivers/scsi/aic7xxx.c | head = scb->position; |
head | 1820 | drivers/scsi/aic7xxx.c | outb(head, SCBPTR(base)); |
head | 1829 | drivers/scsi/aic7xxx.c | outb(head, SCBPTR(base)); |
head | 1844 | drivers/scsi/aic7xxx.c | outb(head, WAITING_SCBH(base)); |
head | 98 | drivers/scsi/aic7xxx_asm.c | sym_t *head; |
head | 105 | drivers/scsi/aic7xxx_asm.c | for (p = head, q = (sym_t *)&head; p; p = p->next) { |
head | 132 | drivers/scsi/aic7xxx_asm.c | for (p = head; p; p = p->next) |
head | 152 | drivers/scsi/aic7xxx_asm.c | for (p = head; p; p = p->next) { |
head | 53 | drivers/sound/midibuf.c | int len, head, tail; |
head | 95 | drivers/sound/midibuf.c | data = q->queue[q->head]; \ |
head | 96 | drivers/sound/midibuf.c | q->len--; q->head = (q->head+1) % MAX_QUEUE_SIZE; \ |
head | 178 | drivers/sound/midibuf.c | midi_out_buf[dev]->queue[midi_out_buf[dev]->head])) |
head | 180 | drivers/sound/midibuf.c | midi_out_buf[dev]->head = (midi_out_buf[dev]->head + 1) % MAX_QUEUE_SIZE; |
head | 242 | drivers/sound/midibuf.c | midi_in_buf[dev]->len = midi_in_buf[dev]->head = midi_in_buf[dev]->tail = 0; |
head | 254 | drivers/sound/midibuf.c | midi_out_buf[dev]->len = midi_out_buf[dev]->head = midi_out_buf[dev]->tail = 0; |
head | 1036 | fs/buffer.c | struct buffer_head *bh, *head; |
head | 1039 | fs/buffer.c | head = NULL; |
head | 1045 | fs/buffer.c | bh->b_this_page = head; |
head | 1046 | fs/buffer.c | head = bh; |
head | 1051 | fs/buffer.c | return head; |
head | 1056 | fs/buffer.c | bh = head; |
head | 1058 | fs/buffer.c | head = bh; |
head | 1060 | fs/buffer.c | put_unused_buffer_head(head); |
head | 83 | fs/dcache.c | static inline void add_lru(struct dir_cache_entry * de, struct dir_cache_entry *head) |
head | 85 | fs/dcache.c | de->next_lru = head; |
head | 86 | fs/dcache.c | de->prev_lru = head->prev_lru; |
head | 88 | fs/dcache.c | head->prev_lru = de; |
head | 55 | fs/nfs/rpcsock.c | rsock->head = slot; |
head | 62 | fs/nfs/rpcsock.c | (long) rsock->head, (long) rsock->tail)); |
head | 74 | fs/nfs/rpcsock.c | rsock->head = next; |
head | 81 | fs/nfs/rpcsock.c | (long) rsock->head, (long) rsock->tail)); |
head | 193 | fs/nfs/rpcsock.c | if (rsock->head != slot) { |
head | 230 | fs/nfs/rpcsock.c | for (rovr = rsock->head; rovr; rovr = rovr->next) { |
head | 267 | fs/nfs/rpcsock.c | if (rsock->head == slot && slot->next != NULL) |
head | 395 | fs/nfs/rpcsock.c | while (rsock->head || rsock->backlog) { |
head | 295 | include/asm-sparc/pgtable.h | extern inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) |
head | 297 | include/asm-sparc/pgtable.h | entry->next = head; |
head | 298 | include/asm-sparc/pgtable.h | (entry->prev = head->prev)->next = entry; |
head | 299 | include/asm-sparc/pgtable.h | head->prev = entry; |
head | 436 | include/linux/cdk.h | unsigned short head; |
head | 15 | include/linux/fd.h | head, /* nr of heads */ |
head | 65 | include/linux/fd.h | unsigned int device,head,track; |
head | 34 | include/linux/genhd.h | unsigned char head; /* starting head */ |
head | 48 | include/linux/if_eql.h | slave_t *head; |
head | 73 | include/linux/if_pppvar.h | int head; /* index to head of list */ |
head | 41 | include/linux/rpcsock.h | struct rpc_wait *head, *tail, *free; |
head | 93 | include/linux/skbuff.h | unsigned char *head; /* Head of buffer */ |
head | 329 | include/linux/skbuff.h | if(skb->data<skb->head) |
head | 345 | include/linux/skbuff.h | return skb->data-skb->head; |
head | 122 | include/linux/xd.h | static u_char *xd_build (u_char *cmdblk,u_char command,u_char drive,u_char head,u_short cylinder,u_char sector,u_char count,u_char control); |
head | 26 | mm/page_alloc.c | static inline void add_mem_queue(struct mem_list * head, struct mem_list * entry) |
head | 28 | mm/page_alloc.c | entry->prev = head; |
head | 29 | mm/page_alloc.c | (entry->next = head->next)->prev = entry; |
head | 30 | mm/page_alloc.c | head->next = entry; |
head | 33 | mm/page_alloc.c | static inline void remove_mem_queue(struct mem_list * head, struct mem_list * entry) |
head | 28 | mm/swapfile.c | int head; /* head of priority-ordered swapfile list */ |
head | 61 | mm/swapfile.c | swap_list.next = swap_list.head; |
head | 71 | mm/swapfile.c | type = swap_list.head; |
head | 114 | mm/swapfile.c | swap_list.next = swap_list.head; |
head | 290 | mm/swapfile.c | for (type = swap_list.head; type >= 0; type = swap_info[type].next) { |
head | 309 | mm/swapfile.c | swap_list.head = p->next; |
head | 315 | mm/swapfile.c | swap_list.next = swap_list.head; |
head | 472 | mm/swapfile.c | for (i = swap_list.head; i >= 0; i = swap_info[i].next) { |
head | 480 | mm/swapfile.c | swap_list.head = swap_list.next = p - swap_info; |
head | 77 | net/core/skbuff.c | int skb_check(struct sk_buff *skb, int head, int line, char *file) |
head | 79 | net/core/skbuff.c | if (head) { |
head | 146 | net/core/skbuff.c | if(skb->head>skb->data) |
head | 150 | net/core/skbuff.c | skb,skb->head,skb->data); |
head | 383 | net/core/skbuff.c | if(skb->data<skb->head) |
head | 401 | net/core/skbuff.c | return skb->data-skb->head; |
head | 417 | net/core/skbuff.c | if(skb->data<skb->head) |
head | 570 | net/core/skbuff.c | skb->head=bptr; |
head | 586 | net/core/skbuff.c | void * addr = skb->head; |
head | 658 | net/core/skbuff.c | offset=n->head-skb->head; |
head | 661 | net/core/skbuff.c | skb_reserve(n,skb->data-skb->head); |
head | 665 | net/core/skbuff.c | memcpy(n->head,skb->head,skb->end-skb->head); |
head | 452 | net/ipx/af_ipx.c | int in_offset = skb->h.raw - skb->head; |