/linux-2.4.37.9/drivers/usb/storage/ |
D | initializers.c | 71 bcb = kmalloc(sizeof *bcb, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in usb_stor_ucr61s2b_init() 75 bcs = kmalloc(sizeof *bcs, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in usb_stor_ucr61s2b_init()
|
D | sddr09.c | 762 buf = (unsigned char *) kmalloc(bulklen, GFP_NOIO); 836 buffer = kmalloc(len, GFP_NOIO); in sddr09_read_data() 978 blockbuffer = kmalloc(blocklen, GFP_NOIO); in sddr09_write_lba() 1084 buffer = kmalloc(len, GFP_NOIO); in sddr09_write_data() 1305 GFP_NOIO); in sddr09_read_map() 1311 sg[i].address = kmalloc( (1<<17), GFP_NOIO ); in sddr09_read_map() 1315 sg[i].address = kmalloc(alloc_len, GFP_NOIO); in sddr09_read_map() 1343 info->lba_to_pba = kmalloc(numblocks*sizeof(int), GFP_NOIO); in sddr09_read_map() 1344 info->pba_to_lba = kmalloc(numblocks*sizeof(int), GFP_NOIO); in sddr09_read_map() 1500 us->extra = kmalloc(sizeof(struct sddr09_card_info), GFP_NOIO); in sddr09_init_card_info()
|
D | sddr55.c | 310 buffer = kmalloc(len, GFP_NOIO); in sddr55_read_data() 459 buffer = kmalloc(len, GFP_NOIO); in sddr55_write_data() 789 buffer = kmalloc( numblocks * 2, GFP_NOIO ); in sddr55_read_map() 821 info->lba_to_pba = kmalloc(numblocks*sizeof(int), GFP_NOIO); in sddr55_read_map() 822 info->pba_to_lba = kmalloc(numblocks*sizeof(int), GFP_NOIO); in sddr55_read_map() 928 sizeof(struct sddr55_card_info), GFP_NOIO); in sddr55_transport()
|
D | jumpshot.c | 297 buffer = kmalloc(len, GFP_NOIO); in jumpshot_read_data() 412 buffer = kmalloc(len, GFP_NOIO); in jumpshot_write_data() 678 us->extra = kmalloc(sizeof(struct jumpshot_info), GFP_NOIO); in jumpshot_transport()
|
D | datafab.c | 220 buffer = kmalloc(len, GFP_NOIO); in datafab_read_data() 345 buffer = kmalloc(len, GFP_NOIO); in datafab_write_data() 677 us->extra = kmalloc(sizeof(struct datafab_info), GFP_NOIO); in datafab_transport()
|
D | transport.c | 367 dr = kmalloc(sizeof(struct usb_ctrlrequest), GFP_NOIO); in usb_stor_control_msg() 1123 bcb = kmalloc(sizeof *bcb, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in usb_stor_Bulk_transport() 1127 bcs = kmalloc(sizeof *bcs, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in usb_stor_Bulk_transport()
|
D | shuttle_usbat.c | 693 buffer = kmalloc(len, GFP_NOIO); in usbat_handle_read10()
|
/linux-2.4.37.9/include/linux/ |
D | slab.h | 19 #define SLAB_NOIO GFP_NOIO
|
D | mm.h | 621 #define GFP_NOIO (__GFP_HIGH | __GFP_WAIT) macro
|
/linux-2.4.37.9/drivers/ide/raid/ |
D | ataraid.c | 123 ptr=kmalloc(sizeof(struct buffer_head),GFP_NOIO); in ataraid_get_bhead() 138 ptr=kmalloc(sizeof(struct ataraid_bh_private),GFP_NOIO); in ataraid_get_private()
|
/linux-2.4.37.9/drivers/usb/host/ |
D | usb-ohci.h | 442 #define ALLOC_FLAGS (in_interrupt () || current->state != TASK_RUNNING ? GFP_ATOMIC : GFP_NOIO)
|
D | usb-uhci.c | 92 #define KMALLOC_FLAG (in_interrupt () || current->state != TASK_RUNNING ? GFP_ATOMIC : GFP_NOIO)
|
/linux-2.4.37.9/fs/jbd/ |
D | commit.c | 72 try_to_free_buffers(page, GFP_NOIO); in release_buffer_page()
|
/linux-2.4.37.9/drivers/block/ |
D | nbd.c | 140 sock->sk->allocation = GFP_NOIO; in nbd_xmit()
|
D | loop.c | 438 bh->b_page = alloc_page(GFP_NOIO); in loop_get_buffer()
|
/linux-2.4.37.9/drivers/md/ |
D | multipath.c | 76 GFP_NOIO); in multipath_alloc_mpbh()
|
D | raid1.c | 172 r1_bh = (struct raid1_bh *) kmalloc(sizeof(struct raid1_bh), GFP_NOIO); in raid1_alloc_r1bh()
|
/linux-2.4.37.9/drivers/usb/ |
D | hub.c | 1053 descriptor = kmalloc(sizeof *descriptor, GFP_NOIO); in usb_reset_device()
|
D | usb.c | 1203 struct usb_ctrlrequest *dr = kmalloc(sizeof(struct usb_ctrlrequest), GFP_NOIO); in usb_control_msg()
|
/linux-2.4.37.9/net/ipx/ |
D | af_spx.c | 401 skb2 = skb_clone(skb, GFP_NOIO); in spx_route_skb()
|
/linux-2.4.37.9/drivers/net/ |
D | defxx.c | 2737 struct sk_buff *newskb = __dev_alloc_skb(NEW_SKB_SIZE, GFP_NOIO); in dfx_rcv_init()
|
/linux-2.4.37.9/fs/ |
D | buffer.c | 793 try_to_free_pages(GFP_NOIO); in free_more_memory()
|