Home
last modified time | relevance | path

Searched refs:SYS_open (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h26 # if defined(SYS_open) && defined(__aarch64__)
29 # undef SYS_open
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c440 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open) in os_overcommits_proc()
442 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY | in os_overcommits_proc()
445 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY); in os_overcommits_proc()
530 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open) in init_thp_state()
531 int fd = (int)syscall(SYS_open, in init_thp_state()
/f-stack/freebsd/sys/
H A Dsyscall.h13 #define SYS_open 5 macro