Home
last modified time | relevance | path

Searched refs:SYS_openat (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c450 #elif defined(JEMALLOC_USE_SYSCALL) && defined(SYS_openat) in os_overcommits_proc()
452 fd = (int)syscall(SYS_openat, in os_overcommits_proc()
455 fd = (int)syscall(SYS_openat, in os_overcommits_proc()
/f-stack/freebsd/sys/
H A Dsyscall.h438 #define SYS_openat 499 macro