Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 6 of 6) 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.h1489 int sys_chown(const char *path, uid_t owner, gid_t group) in sys_chown() argument
1492 return my_syscall5(__NR_fchownat, AT_FDCWD, path, owner, group, 0); in sys_chown()
1494 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()
1831 int chown(const char *path, uid_t owner, gid_t group) in chown() argument
1833 int ret = sys_chown(path, owner, group); in chown()
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst255 owner_prog_type xdp owner jited
/tools/include/uapi/sound/
Dasound.h1022 __kernel_pid_t owner; /* owner's PID of this control */ member