Searched refs:__GFP_NOFAIL (Results 1 – 6 of 6) sorted by relevance
27 spinlock_t *slock = kmalloc( sizeof( spinlock_t ), GFP_KERNEL | __GFP_NOFAIL ); in system_spinlock_init()
28 struct semaphore *sys_sem = kmalloc( sizeof( struct semaphore ), GFP_KERNEL | __GFP_NOFAIL ); in system_semaphore_init()
1291 temp_buf = (tframe_t*)kmalloc( sizeof(tframe_t) * (g_sc->req_buf_num), GFP_KERNEL | __GFP_NOFAIL); in am_sc_system_init()
566 #define __GFP_NOFAIL ((gfp_t)0x800u) /* Retry for ever. Cannot fail */ macro