Searched refs:os_create_anonymous_file (Results 1 – 13 of 13) sorted by relevance
31 int os_create_anonymous_file(off_t size, const char *debug_name);
115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() function
32 os_create_anonymous_file(off_t size);
116 os_create_anonymous_file(off_t size) in os_create_anonymous_file() function
60 pool->fd = os_create_anonymous_file(size); in shm_pool_create()
33 int fd = os_create_anonymous_file(size, "fake bo"); in anv_gem_create()71 int fd = os_create_anonymous_file(size, "fake bo"); in anv_gem_userptr()
151 table->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "state table"); in anv_state_table_init()388 pool->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "block pool"); in anv_block_pool_init()
155 os_create_anonymous_file(off_t size) in os_create_anonymous_file() function239 fd = os_create_anonymous_file(size); in buffer_create()
367 mem->mem_fd = os_create_anonymous_file(0, "phys memory"); in aub_mem_init()
229 - util: fix os_create_anonymous_file on android
401 - util: fix os_create_anonymous_file on android
3190 - util: fix os_create_anonymous_file on android
1677 fd = os_create_anonymous_file(size_map, NULL); in dri2_wl_swrast_allocate_buffer()