Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
static 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_alloc
Function · 0.85
get_seg_memfd
Function · 0.85
test_memfd_create
Function · 0.85
eal_legacy_hugepage_init
Function · 0.85
memif_region_init_shm
Function · 0.85
Calls
1
syscall
Function · 0.50
Tested by
1
test_memfd_create
Function · 0.68