Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/nsfs/
D.gitignore2 owner
DMakefile2 TEST_GEN_PROGS := owner pidns
/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c46 static int owner; variable
378 owner = 1; in main()
398 broadcast, locked, owner, timeout_ns); in main()
405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
/tools/include/nolibc/
Dnolibc.h153 int sys_chown(const char *path, uid_t owner, gid_t group) in sys_chown() argument
156 return my_syscall5(__NR_fchownat, AT_FDCWD, path, owner, group, 0); in sys_chown()
158 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()
555 int chown(const char *path, uid_t owner, gid_t group) in chown() argument
557 int ret = sys_chown(path, owner, group); in chown()
/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h185 void *owner; member
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst257 owner_prog_type xdp owner jited
/tools/include/uapi/sound/
Dasound.h1052 __kernel_pid_t owner; /* owner's PID of this control */ member