Searched refs:SYS_close (Results 1 – 10 of 10) sorted by relevance
517 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close) in os_overcommits_proc()518 syscall(SYS_close, fd); in os_overcommits_proc()581 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close) in init_thp_state()582 syscall(SYS_close, fd); in init_thp_state()
5 #define SYS_close 3 macro
5 #define SYS_close 6 macro
5 #define SYS_close 57 macro
91 syscall(SYS_close, r[1]);
218 syscall(SYS_close, r[0]);
19 return host_syscall(SYS_close, fd); in host_close()
86 { SYS_close, SYSTR_POLICY_PERMIT },
13 #define SYS_close 6 macro
4120 REQUIRE_EQ(pl.pl_syscall_code, (unsigned)SYS_close); in ATF_TC_BODY()4139 REQUIRE_EQ(pl.pl_syscall_code, (unsigned)SYS_close); in ATF_TC_BODY()