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

1234567891011>>

/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids_pid_leak.sh11 echo > /sys/kernel/debug/damon/target_ids
/linux-master/arch/arm/mach-dove/
H A Dpcie.c35 static int __init dove_pcie_setup(int nr, struct pci_sys_data *sys) argument
44 sys->private_data = pp;
45 pp->root_bus_nr = sys->busnr;
50 orion_pcie_set_local_bus_nr(pp->base, sys->busnr);
54 realio.start = sys->busnr * SZ_64K;
76 pci_add_resource_offset(&sys->resources, &pp->res, sys->mem_offset);
96 struct pci_sys_data *sys = bus->sysdata; local
97 struct pcie_port *pp = sys->private_data;
116 struct pci_sys_data *sys local
161 struct pci_sys_data *sys = pci_host_bridge_priv(bridge); local
179 struct pci_sys_data *sys = dev->sysdata; local
[all...]
/linux-master/scripts/
H A Dspdxcheck.py10 import sys namespace
233 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))
235 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt))
341 sys.stderr.write('stdin input "-" must be the only path argument\n')
342 sys.exit(1)
357 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt))
359 sys.stderr.write('%s\n' %se.txt)
360 sys.exit(1)
363 sys.stderr.write('FAIL: %s\n' %ex)
364 sys
[all...]
/linux-master/arch/sh/kernel/
H A Ddebugtraps.S9 #include <linux/sys.h>
/linux-master/tools/usb/usbip/libsrc/
H A Dnames.h14 #include <sys/types.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>
/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>

Completed in 351 milliseconds

1234567891011>>