Home
last modified time | relevance | path

Searched refs:CLOSE_RANGE_UNSHARE (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/close_range/
Dclose_range01.c45 if (flags & CLOSE_RANGE_UNSHARE) in do_close_range()
102 do_close_range(3, ~0U, CLOSE_RANGE_UNSHARE); in child()
115 CLOSE_RANGE_CLOEXEC | CLOSE_RANGE_UNSHARE); in child()
141 do_close_range(3, ~0U, CLOSE_RANGE_UNSHARE); in run()
150 CLOSE_RANGE_CLOEXEC | CLOSE_RANGE_UNSHARE); in run()
Dclose_range02.c87 res = try_close_range(fd, CLOSE_RANGE_UNSHARE); in run()
/third_party/ltp/include/lapi/
Dclose_range.h13 # ifndef CLOSE_RANGE_UNSHARE
14 # define CLOSE_RANGE_UNSHARE (1U << 1) macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt281 CLOSE_RANGE_UNSHARE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2143 pub const CLOSE_RANGE_UNSHARE: ::c_uint = 1 << 1; constant