Searched refs:g_allocation (Results 1 – 2 of 2) sorted by relevance
91 struct nvmap_create_handle* g_allocation = NULL; variable106 ioctl(g_fd, NVMAP_IOC_CREATE, g_allocation); in trigger_nvmap_create()119 alloc.handle = g_allocation->handle; in trigger_nvmap_alloc()139 g_allocation = (struct nvmap_create_handle*)data; in prepare_data()140 g_allocation->size = 1024; in prepare_data()141 g_allocation->handle = -1; in prepare_data()
107 struct nvmap_create_handle* g_allocation = NULL; variable126 g_allocation->handle = -1; in trigger_nvmap_create()127 ioctl(g_fd, NVMAP_IOC_CREATE, g_allocation); in trigger_nvmap_create()129 return g_allocation->handle; in trigger_nvmap_create()157 g_allocation = (struct nvmap_create_handle*)data; in prepare_data()158 g_allocation->size = 0x40; in prepare_data()