MCPcopy Create free account
hub / github.com/F-Stack/f-stack / memfd_create

Function memfd_create

dpdk/drivers/net/memif/rte_eth_memif.h:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195#endif /* __NR_memfd_create */
196
197static inline int memfd_create(const char *name, unsigned int flags)
198{
199 return syscall(__NR_memfd_create, name, flags);
200}
201#endif /* MFD_HUGETLB */
202
203#ifndef F_LINUX_SPECIFIC_BASE

Callers 5

inflight_mem_allocFunction · 0.85
get_seg_memfdFunction · 0.85
test_memfd_createFunction · 0.85
eal_legacy_hugepage_initFunction · 0.85
memif_region_init_shmFunction · 0.85

Calls 1

syscallFunction · 0.50

Tested by 1

test_memfd_createFunction · 0.68