Searched refs:sys (Results 226 - 250 of 1483) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_storage.c8 #include <sys/syscall.h> /* For SYS_xxx definitions */
9 #include <sys/types.h>
H A Drcu_read_lock.c6 #include <sys/syscall.h>
7 #include <sys/types.h>
H A Dlwt_redirect.c45 #include <sys/socket.h>
H A Dfib_lookup.c5 #include <sys/types.h>
105 err = write_sysctl("/proc/sys/net/ipv4/neigh/veth1/gc_stale_time", "900");
109 err = write_sysctl("/proc/sys/net/ipv6/neigh/veth1/gc_stale_time", "900");
139 err = write_sysctl("/proc/sys/net/ipv4/conf/veth1/forwarding", "1");
143 err = write_sysctl("/proc/sys/net/ipv6/conf/veth1/forwarding", "1");
H A Ddecap_sanity.c4 #include <sys/types.h>
5 #include <sys/socket.h>
/linux-master/tools/testing/selftests/bpf/
H A Dbench.c6 #include <sys/time.h>
10 #include <sys/sysinfo.h>
H A DMakefile188 /sys/kernel/btf/vmlinux \
389 # such as asm/byteorder.h, asm/socket.h, asm/sockios.h, sys/cdefs.h etc.
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py23 import sys namespace
353 sys.exit(-1)
357 sys.exit(-1)
414 sys.exit(-1)
/linux-master/tools/net/ynl/lib/
H A Dynl.c10 #include <sys/socket.h>
/linux-master/tools/lib/bpf/
H A Dnetlink.c13 #include <sys/socket.h>
H A Dlibbpf_probes.c10 #include <sys/utsname.h>
H A Dlibbpf_internal.h18 #include <sys/syscall.h>
H A Dlibbpf.h17 #include <sys/types.h> // for size_t
126 * auto-pinned to that path on load; defaults to "/sys/fs/bpf".
140 * struct_ops, etc) will need actual kernel BTF at /sys/kernel/btf/vmlinux.
196 * point (/sys/fs/bpf), in case this default behavior is undesirable.
H A Dbtf.c12 #include <sys/utsname.h>
13 #include <sys/param.h>
14 #include <sys/stat.h>
4944 const char *sysfs_btf_path = "/sys/kernel/btf/vmlinux";
5002 snprintf(path, sizeof(path), "/sys/kernel/btf/%s", module_name);
H A Dbpf.c34 #include <sys/resource.h>
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c70 #include <sys/stat.h>
/linux-master/tools/bpf/bpftool/
H A Dprog.c17 #include <sys/ioctl.h>
18 #include <sys/types.h>
19 #include <sys/stat.h>
20 #include <sys/syscall.h>
H A Dmap.c14 #include <sys/types.h>
15 #include <sys/stat.h>
/linux-master/scripts/
H A Dleaking_addresses.pl37 my @DIRS = ('/proc', '/sys');
67 '/sys/firmware/devicetree',
68 '/sys/kernel/tracing/trace_pipe',
69 '/sys/kernel/debug/tracing/trace_pipe',
70 '/sys/kernel/security/apparmor/revision');
387 # /sys/devices/platform/i8042/serio0/input/input1/uevent: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
388 # /sys/devices/platform/i8042/serio0/input/input1/capabilities/key: 402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
503 if ($file =~ m|^/sys/kernel/btf/| or
504 $file =~ m|^/sys/devices/pci| or
505 $file =~ m|^/sys/firmwar
[all...]
/linux-master/samples/seccomp/
H A Duser-trap.c9 #include <sys/sysmacros.h>
10 #include <sys/types.h>
11 #include <sys/wait.h>
12 #include <sys/socket.h>
13 #include <sys/stat.h>
14 #include <sys/mman.h>
15 #include <sys/syscall.h>
16 #include <sys/user.h>
17 #include <sys/ioctl.h>
18 #include <sys/ptrac
[all...]
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c13 #include <sys/socket.h>
21 #include <sys/ioctl.h>
22 #include <sys/syscall.h>
H A Dmap_perf_test_user.c7 #include <sys/types.h>
11 #include <sys/wait.h>
/linux-master/kernel/cgroup/
H A Drstat.c496 u64 sys = 0; local
504 sys += cpustat[CPUTIME_SYSTEM];
505 sys += cpustat[CPUTIME_IRQ];
506 sys += cpustat[CPUTIME_SOFTIRQ];
507 cputime->stime += sys;
510 cputime->sum_exec_runtime += sys;
/linux-master/include/uapi/linux/
H A Dbtrfs.h484 struct btrfs_balance_args sys; /* in/out */ member in struct:btrfs_ioctl_balance_args
/linux-master/fs/
H A Dlocks.c925 struct file_lock_core *sys = &sys_fl->c; local
929 if (!posix_same_owner(caller, sys))
933 return posix_locks_conflict(caller, sys);

Completed in 438 milliseconds

1234567891011>>