tag | line | file | source code |
GFP_DMA | 406 | drivers/net/lance.c | lp = (struct lance_private *) kmalloc(sizeof(*lp), GFP_DMA | GFP_KERNEL); |
GFP_DMA | 410 | drivers/net/lance.c | lp->rx_buffs = (unsigned long) kmalloc(PKT_BUF_SZ*RX_RING_SIZE, GFP_DMA | GFP_KERNEL); |
GFP_DMA | 413 | drivers/net/lance.c | lp->tx_bounce_buffs = kmalloc(PKT_BUF_SZ*TX_RING_SIZE, GFP_DMA | GFP_KERNEL); |
GFP_DMA | 1249 | drivers/net/pi2.c | pi0a.priv = kmalloc(sizeof(struct pi_local) + (DMA_BUFF_SIZE + sizeof(struct mbuf)) * 4, GFP_KERNEL | GFP_DMA); |
GFP_DMA | 1259 | drivers/net/pi2.c | pi0b.priv = kmalloc(sizeof(struct pi_local) + (DMA_BUFF_SIZE + sizeof(struct mbuf)) * 4, GFP_KERNEL | GFP_DMA); |
GFP_DMA | 552 | drivers/net/pt.c | pt0a.priv= kmalloc(sizeof(struct pt_local) + (DMA_BUFF_SIZE + sizeof(struct mbuf)) * 4, GFP_KERNEL | GFP_DMA); |
GFP_DMA | 561 | drivers/net/pt.c | pt0b.priv= kmalloc(sizeof(struct pt_local) + (DMA_BUFF_SIZE + sizeof(struct mbuf)) * 4, GFP_KERNEL | GFP_DMA); |
GFP_DMA | 248 | drivers/net/tulip.c | tp = kmalloc(sizeof(*tp), GFP_KERNEL | GFP_DMA); |
GFP_DMA | 250 | drivers/net/tulip.c | tp->rx_buffs = kmalloc(PKT_BUF_SZ*RX_RING_SIZE, GFP_KERNEL | GFP_DMA); |
GFP_DMA | 270 | drivers/scsi/BusLogic.c | scsi_init_malloc(sizeof(BusLogic_CCB_T), GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 327 | drivers/scsi/BusLogic.c | GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 474 | drivers/scsi/eata_dma.c | GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 700 | drivers/scsi/eata_dma.c | GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 702 | drivers/scsi/eata_dma.c | GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 1293 | drivers/scsi/eata_dma.c | status = scsi_init_malloc(512, GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 1294 | drivers/scsi/eata_dma.c | dma_scratch = scsi_init_malloc(512, GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 285 | drivers/scsi/hosts.c | (tpnt->unchecked_isa_dma && j ? GFP_DMA : 0) | GFP_ATOMIC); |
GFP_DMA | 395 | drivers/scsi/scsi.c | SCpnt = (Scsi_Cmnd *) scsi_init_malloc (sizeof (Scsi_Cmnd), GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 402 | drivers/scsi/scsi.c | ? &scsi_result0[0] : scsi_init_malloc (512, GFP_DMA)); |
GFP_DMA | 2629 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 3162 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 542 | drivers/scsi/sg.c | big_buff= (char *) scsi_init_malloc(SG_BIG_BUFF, GFP_ATOMIC | GFP_DMA); |
GFP_DMA | 1980 | drivers/scsi/st.c | priority = GFP_ATOMIC | GFP_DMA; |
GFP_DMA | 1984 | drivers/scsi/st.c | priority = GFP_KERNEL | GFP_DMA; |
GFP_DMA | 2028 | drivers/scsi/st.c | tbd = (unsigned char *)scsi_init_malloc(a_size, GFP_DMA | GFP_KERNEL); |
GFP_DMA | 191 | mm/kmalloc.c | if (priority & GFP_DMA) { |