Searched refs:AL_NOSLEEP (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dalenlist.h60 #define AL_NOSLEEP 0x01 /* Do not sleep, waiting for memory */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dalenlist.h60 #define AL_NOSLEEP 0x01 /* Do not sleep, waiting for memory */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dalenlist.c252 alenlist = snia_kmem_zone_alloc(alenlist_zone, flags & AL_NOSLEEP ? VM_NOSLEEP : 0);
476 flags & AL_NOSLEEP ? VM_NOSLEEP : 0);
658 cursorp = snia_kmem_zone_alloc(alenlist_cursor_zone, flags & AL_NOSLEEP ? VM_NOSLEEP : 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_dvr.c3182 unsigned al_flags = (flags & PCIIO_NOSLEEP) ? AL_NOSLEEP : 0;
3731 al_flags = (flags & PCIIO_NOSLEEP) ? AL_NOSLEEP : 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c5575 unsigned al_flags = (flags & PCIIO_NOSLEEP) ? AL_NOSLEEP : 0;
6117 al_flags = (flags & PCIIO_NOSLEEP) ? AL_NOSLEEP : 0;

Completed in 76 milliseconds