Searched refs:sys (Results 176 - 200 of 1483) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c13 #include <sys/ptrace.h>
14 #include <sys/types.h>
15 #include <sys/wait.h>
16 #include <sys/syscall.h>
17 #include <sys/user.h>
24 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/net/
H A Dtxring_overwrite.c25 #include <sys/ioctl.h>
26 #include <sys/mman.h>
27 #include <sys/socket.h>
28 #include <sys/time.h>
29 #include <sys/types.h>
30 #include <sys/utsname.h>
/linux-master/tools/testing/selftests/x86/
H A Dunwind_vdso.c27 #include <sys/time.h>
33 #include <sys/mman.h>
35 #include <sys/ucontext.h>
39 #include <sys/ptrace.h>
40 #include <sys/user.h>
42 #include <sys/auxv.h>
H A Dfsgsbase_restore.c21 #include <sys/syscall.h>
24 #include <sys/user.h>
26 #include <sys/prctl.h>
28 #include <sys/mman.h>
30 #include <sys/ptrace.h>
31 #include <sys/wait.h>
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c6 #include <sys/types.h>
7 #include <sys/wait.h>
8 #include <sys/time.h>
9 #include <sys/resource.h>
10 #include <sys/prctl.h>
11 #include <sys/stat.h>
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xsk.sh130 echo 1 > /proc/sys/net/ipv6/conf/${VETH0}/disable_ipv6
131 echo 1 > /proc/sys/net/ipv6/conf/${VETH1}/disable_ipv6
138 echo 2 > /sys/class/net/${VETH0}/napi_defer_hard_irqs
139 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout
140 echo 2 > /sys/class/net/${VETH1}/napi_defer_hard_irqs
141 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c18 #include <sys/capability.h>
19 #include <sys/prctl.h>
20 #include <sys/syscall.h>
21 #include <sys/types.h>
22 #include <sys/un.h>
23 #include <sys/wait.h>
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c6 #include <sys/types.h>
7 #include <sys/time.h>
9 #include <sys/syscall.h>
10 #include <sys/ioctl.h>
13 #include <sys/prctl.h>
22 #include <sys/wait.h>
/linux-master/Documentation/
H A Dconf.py15 import sys namespace
42 # add these directories to sys.path here. If the directory is relative to the
44 sys.path.insert(0, os.path.abspath('sphinx'))
148 sys.stderr.write("Unknown env SPHINX_IMGMATH=%s ignored.\n" % env_sphinx_imgmath)
152 or 'epub' in sys.argv)
215 for arg in sys.argv:
341 sys.stderr.write("Using %s theme\n" % html_theme)
/linux-master/tools/build/
H A Dfixdep.c14 #include <sys/types.h>
15 #include <sys/stat.h>
16 #include <sys/mman.h>
/linux-master/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c7 #include <sys/ioctl.h>
8 #include <sys/types.h>
9 #include <sys/stat.h>
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_uninitialized_heap.c23 #include <sys/mman.h>
25 #include <sys/types.h>
26 #include <sys/stat.h>
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c13 #include <sys/stat.h>
14 #include <sys/types.h>
15 #include <sys/wait.h>
/linux-master/tools/testing/selftests/timens/
H A Dfutex.c9 #include <sys/syscall.h>
10 #include <sys/types.h>
11 #include <sys/wait.h>
H A Dgettime_perf.c3 #include <sys/types.h>
4 #include <sys/stat.h>
11 #include <sys/syscall.h>
/linux-master/tools/testing/selftests/proc/
H A Dproc-subset-pid.c27 #include <sys/mount.h>
28 #include <sys/types.h>
29 #include <sys/stat.h>
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c31 #include <sys/mman.h>
32 #include <sys/types.h>
33 #include <sys/wait.h>
H A Dhugetlb_vs_thp_test.c3 #include <sys/mman.h>
/linux-master/tools/perf/util/
H A Dtrace-event-read.c10 #include <sys/types.h>
11 #include <sys/stat.h>
12 #include <sys/wait.h>
13 #include <sys/mman.h>
271 static int read_event_file(struct tep_handle *pevent, char *sys, argument
287 ret = parse_event_file(pevent, buf, size, sys);
316 char *sys; local
325 sys = read_string();
326 if (sys == NULL)
333 ret = read_event_file(pevent, sys, siz
[all...]
/linux-master/tools/testing/selftests/ptrace/
H A Dget_set_sud.c7 #include <sys/wait.h>
8 #include <sys/syscall.h>
9 #include <sys/prctl.h>
/linux-master/tools/testing/kunit/
H A Drun_checks.py15 import sys namespace
73 sys.exit(1)
81 main(sys.argv[1:])
/linux-master/tools/lib/api/fs/
H A Dtracing_path.c16 static char tracing_path[PATH_MAX] = "/sys/kernel/tracing";
128 const char *sys, const char *name)
133 snprintf(filename, PATH_MAX, "%s/%s", sys, name ?: "*");
150 tracing_path, filename, sys, name);
163 "Hint:\tTry 'sudo mount -t debugfs nodev /sys/kernel/debug'");
127 tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name) argument
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c11 #include <sys/types.h>
12 #include <sys/wait.h>
17 #include <sys/stat.h>
/linux-master/tools/perf/trace/beauty/
H A Dmount_flags.c12 #include <sys/mount.h>
/linux-master/tools/testing/selftests/media_tests/
H A Dmedia_dev_allocator.sh9 MDRIVER=/sys/bus/usb/drivers/$1
13 ADRIVER=/sys/bus/usb/drivers/$2

Completed in 193 milliseconds

1234567891011>>