Searched refs:memfd_create (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/libxshmfence/dist/src/ |
| H A D | xshmfence_alloc.c | 34 static int memfd_create(const char *name, function in typeref:typename:int 45 /* Get defines for the memfd_create syscall, using the 52 /* flags for memfd_create(2) (unsigned int) */ 78 fd = memfd_create("xshmfence", MFD_CLOEXEC|MFD_ALLOW_SEALING);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_gem_stubs.c | 32 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int 41 int fd = memfd_create("fake bo", MFD_CLOEXEC);
|
| H A D | anv_allocator.c | 116 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int 155 table->fd = memfd_create("state table", MFD_CLOEXEC); 449 pool->fd = memfd_create("block pool", MFD_CLOEXEC);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | anon_file.c | 121 fd = memfd_create(debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING);
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | device.c | 51 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int 87 shim_device.mem_fd = memfd_create("shim mem", MFD_CLOEXEC);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aub_mem.c | 35 memfd_create(const char *name, unsigned int flags) function in typeref:typename:int 376 mem->mem_fd = memfd_create("phys memory", 0);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.7.rst | 66 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create’ 212 - anv: Check if memfd_create is already defined.
|
| H A D | 17.3.0.rst | 254 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create’
|
| H A D | 18.0.0.rst | 193 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create’
|
| H A D | 21.1.0.rst | 855 - st/nine: Check memfd_create support
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | configure.ac | 101 AC_CHECK_FUNCS(memfd_create mkostemp)
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dix-config.h.in | 128 /* Define to 1 if you have the `memfd_create' function. */
|
| H A D | do-not-use-config.h.in | 248 /* Define to 1 if you have the 'memfd_create' function. */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_memory_helper.c | 112 /* Use memfd only for 32 bits. Check for memfd_create support */ 717 memfd_file->fd = memfd_create("gallium_nine_ram", 0);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | shm.c | 1217 fd = memfd_create("xorg", MFD_CLOEXEC|MFD_ALLOW_SEALING); 1220 DebugF ("Using memfd_create\n");
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 160 walkcontext setitimer poll epoll_create1 mkostemp memfd_create \
|
Completed in 23 milliseconds