Searched refs:sys (Results 76 - 100 of 1483) sorted by relevance

1234567891011>>

/linux-master/tools/usb/usbip/libsrc/
H A Dnames.h14 #include <sys/types.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c18 #include <sys/mman.h>
19 #include <sys/auxv.h>
20 #include <sys/syscall.h>
21 #include <sys/wait.h>
/linux-master/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c29 #include <sys/types.h>
30 #include <sys/stat.h>
32 #include <sys/ipc.h>
33 #include <sys/shm.h>
/linux-master/tools/perf/util/
H A Dcap.c10 #include <sys/capability.h>
/linux-master/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
31 echo $sampling_rate >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)
33 sampling_rate_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate)
/linux-master/arch/um/drivers/
H A Dubd_user.c15 #include <sys/time.h>
16 #include <sys/socket.h>
17 #include <sys/mman.h>
18 #include <sys/param.h>
/linux-master/tools/lib/perf/include/internal/
H A Dthreadmap.h6 #include <sys/types.h>
H A Dlib.h5 #include <sys/types.h>
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c11 #include <sys/syscall.h>
12 #include <sys/time.h>
14 #include <sys/types.h>
15 #include <sys/wait.h>
H A Dvmx_preempt.c15 #include <sys/syscall.h>
16 #include <sys/time.h>
17 #include <sys/types.h>
18 #include <sys/wait.h>
H A Dfpu_preempt.c14 #include <sys/syscall.h>
15 #include <sys/time.h>
16 #include <sys/types.h>
17 #include <sys/wait.h>
H A Dfpu_syscall.c10 #include <sys/syscall.h>
11 #include <sys/time.h>
12 #include <sys/types.h>
13 #include <sys/wait.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfreplace_connect_v4_prog.c8 #include <sys/socket.h>
H A Dtest_probe_read_user_str.c7 #include <sys/types.h>
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_sockopt_helpers.h3 #include <sys/socket.h>
/linux-master/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c8 #include <sys/ioctl.h>
9 #include <sys/mman.h>
10 #include <sys/stat.h>
11 #include <sys/types.h>
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_no_sm.c11 #include <sys/prctl.h>
H A Dsme_trap_za.c10 #include <sys/prctl.h>
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dget_msr_index_features.c12 #include <sys/ioctl.h>
/linux-master/arch/arm/mach-mv78xx0/
H A Dpcie.c98 static int __init mv78xx0_pcie_setup(int nr, struct pci_sys_data *sys) argument
107 sys->private_data = pp;
108 pp->root_bus_nr = sys->busnr;
113 orion_pcie_set_local_bus_nr(pp->base, sys->busnr);
120 pci_add_resource_offset(&sys->resources, &pp->res, sys->mem_offset);
140 struct pci_sys_data *sys = bus->sysdata; local
141 struct pcie_port *pp = sys->private_data;
160 struct pci_sys_data *sys = bus->sysdata; local
161 struct pcie_port *pp = sys
204 struct pci_sys_data *sys = pci_host_bridge_priv(bridge); local
223 struct pci_sys_data *sys = dev->bus->sysdata; local
[all...]
/linux-master/arch/x86/um/
H A Dstub_segv.c9 #include <sys/ucontext.h>
/linux-master/tools/testing/selftests/mm/
H A Dhugepage-shm.c21 * echo 268435456 > /proc/sys/kernel/shmmax
28 * echo 4194304 > /proc/sys/kernel/shmall
33 #include <sys/types.h>
34 #include <sys/ipc.h>
35 #include <sys/shm.h>
36 #include <sys/mman.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c22 #include <sys/auxv.h>
23 #include <sys/mman.h>
24 #include <sys/time.h>
26 #include <sys/syscall.h>
/linux-master/lib/raid6/
H A Dloongarch.h20 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_hotplug.tc8 ls -d /sys/devices/system/cpu/cpu[0-9]* | wc -l
20 for i in /sys/devices/system/cpu/cpu[1-9]*; do

Completed in 360 milliseconds

1234567891011>>