Home
last modified time | relevance | path

Searched refs:__GFP_NOFAIL (Results 1 – 6 of 6) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/
Dsystem_spinlock.c27 spinlock_t *slock = kmalloc( sizeof( spinlock_t ), GFP_KERNEL | __GFP_NOFAIL ); in system_spinlock_init()
Dsystem_semaphore.c28 struct semaphore *sys_sem = kmalloc( sizeof( struct semaphore ), GFP_KERNEL | __GFP_NOFAIL ); in system_semaphore_init()
Dsystem_am_sc.c1291 temp_buf = (tframe_t*)kmalloc( sizeof(tframe_t) * (g_sc->req_buf_num), GFP_KERNEL | __GFP_NOFAIL); in am_sc_system_init()
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/platform/
Dsystem_spinlock.c27 spinlock_t *slock = kmalloc( sizeof( spinlock_t ), GFP_KERNEL | __GFP_NOFAIL ); in system_spinlock_init()
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/platform/
Dsystem_spinlock.c27 spinlock_t *slock = kmalloc( sizeof( spinlock_t ), GFP_KERNEL | __GFP_NOFAIL ); in system_spinlock_init()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service_bsd.h566 #define __GFP_NOFAIL ((gfp_t)0x800u) /* Retry for ever. Cannot fail */ macro