Home
last modified time | relevance | path

Searched defs:ALLOC_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/au1000/common/
Dusbdev.c68 #define ALLOC_FLAGS (in_interrupt () ? GFP_ATOMIC : GFP_KERNEL) macro
/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