Searched refs:SYS_open (Results 1 – 3 of 3) sorted by relevance
26 # if defined(SYS_open) && defined(__aarch64__)29 # undef SYS_open
440 #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()
13 #define SYS_open 5 macro