Searched refs:SYS_close (Results 1 – 2 of 2) sorted by relevance
477 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close) in os_overcommits_proc()478 syscall(SYS_close, fd); in os_overcommits_proc()541 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close) in init_thp_state()542 syscall(SYS_close, fd); in init_thp_state()
14 #define SYS_close 6 macro