Searched refs:sys (Results 126 - 150 of 1483) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/timers/
H A Dchange_skew.c28 #include <sys/time.h>
29 #include <sys/timex.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c16 #include <sys/auxv.h>
17 #include <sys/time.h>
H A Dvdso_test_getcpu.c11 #include <sys/auxv.h>
12 #include <sys/time.h>
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat.c5 #include <sys/types.h>
6 #include <sys/stat.h>
/linux-master/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c7 #include <sys/prctl.h>
8 #include <sys/auxv.h>
/linux-master/tools/perf/util/
H A Drlimit.c6 #include <sys/time.h>
7 #include <sys/resource.h>
H A Dcopyfile.h6 #include <sys/types.h>
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl.h14 #include <sys/stat.h>
15 #include <sys/ioctl.h>
16 #include <sys/mount.h>
17 #include <sys/types.h>
18 #include <sys/wait.h>
19 #include <sys/select.h>
20 #include <sys/time.h>
21 #include <sys/eventfd.h>
27 #define RESCTRL_PATH "/sys/fs/resctrl"
28 #define PHYS_ID_PATH "/sys/device
[all...]
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dpeer.sh7 NSIM_DEV_1_SYS=/sys/bus/netdevsim/devices/netdevsim$NSIM_DEV_1_ID
9 NSIM_DEV_2_SYS=/sys/bus/netdevsim/devices/netdevsim$NSIM_DEV_2_ID
11 NSIM_DEV_SYS_NEW=/sys/bus/netdevsim/new_device
12 NSIM_DEV_SYS_DEL=/sys/bus/netdevsim/del_device
13 NSIM_DEV_SYS_LINK=/sys/bus/netdevsim/link_device
14 NSIM_DEV_SYS_UNLINK=/sys/bus/netdevsim/unlink_device
72 NSIM_DEV_1_IFIDX=$(ip netns exec nssv cat /sys/class/net/$NSIM_DEV_1_NAME/ifindex)
76 NSIM_DEV_2_IFIDX=$(ip netns exec nscl cat /sys/class/net/$NSIM_DEV_2_NAME/ifindex)
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh161 nr_hugepgs=$(cat /proc/sys/vm/nr_hugepages)
166 echo 3 > /proc/sys/vm/drop_caches
167 if ! echo $((lackpgs + nr_hugepgs)) > /proc/sys/vm/nr_hugepages; then
216 echo 3 > /proc/sys/vm/drop_caches
218 echo 1 > /proc/sys/vm/compact_memory
252 shmmax=$(cat /proc/sys/kernel/shmmax)
253 shmall=$(cat /proc/sys/kernel/shmall)
254 echo 268435456 > /proc/sys/kernel/shmmax
255 echo 4194304 > /proc/sys/kernel/shmall
257 echo "$shmmax" > /proc/sys/kerne
[all...]
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.h5 #include <sys/types.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_FISTTP.c11 #include <sys/types.h>
12 #include <sys/select.h>
13 #include <sys/time.h>
14 #include <sys/wait.h>
/linux-master/tools/testing/selftests/timens/
H A Dexec.c8 #include <sys/stat.h>
9 #include <sys/syscall.h>
10 #include <sys/types.h>
11 #include <sys/wait.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfreplace_connect4.c5 #include <sys/socket.h>
H A Dconnect4_dropper.c8 #include <sys/socket.h>
/linux-master/samples/binderfs/
H A Dbinderfs_example.c10 #include <sys/ioctl.h>
11 #include <sys/mount.h>
12 #include <sys/stat.h>
13 #include <sys/types.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_maps.c5 #include <sys/syscall.h>
/linux-master/arch/x86/um/
H A Dsys_call_table_64.c8 #include <linux/sys.h>
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_non_streaming.c11 #include <sys/prctl.h>
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dgettimeofday.c6 #include <sys/time.h>
/linux-master/tools/lib/api/fs/
H A Dtracing_path.h22 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name);
/linux-master/tools/verification/dot2/
H A Ddot2k17 import sys
32 sys.exit(1)
/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_signal.c13 #include <sys/syscall.h>
14 #include <sys/time.h>
15 #include <sys/types.h>
16 #include <sys/wait.h>
/linux-master/arch/x86/entry/
H A Dsyscall_x32.c5 #include <linux/sys.h>
/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c1 #include <sys/ioctl.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>

Completed in 220 milliseconds

1234567891011>>