Home
last modified time | relevance | path

Searched refs:ALLOC_FLAGS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h442 #define ALLOC_FLAGS (in_interrupt () || current->state != TASK_RUNNING ? GFP_ATOMIC : GFP_NOIO) macro
488 scan = (struct hash_t *)kmalloc(sizeof(struct hash_t), ALLOC_FLAGS); in hash_add_ed_td()
Dusb-ohci.c890 dev = dev_alloc ((struct ohci *) usb_dev->bus->hcpriv, ALLOC_FLAGS); in sohci_alloc_dev()
/linux-2.4.37.9/arch/mips/au1000/common/
Dusbdev.c68 #define ALLOC_FLAGS (in_interrupt () ? GFP_ATOMIC : GFP_KERNEL) macro
218 ALLOC_FLAGS); in alloc_packet()
1416 ALLOC_FLAGS); in usbdev_init()