Searched refs:sys (Results 26 - 50 of 1483) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/entry/
H A Dsyscall_x32.c5 #include <linux/sys.h>
H A Dsyscall_64.c5 #include <linux/sys.h>
H A Dsyscall_32.c5 #include <linux/sys.h>
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1866 tx_link=$(ip netns exec $ns cat /sys/class/net/$link/statistics/tx_bytes)
3367 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3379 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3391 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3402 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3413 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3426 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3440 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3475 continue_if mptcp_lib_has_file '/proc/sys/net/mptcp/pm_type'; then
3504 continue_if mptcp_lib_has_file '/proc/sys/ne
[all...]
/linux-master/tools/testing/selftests/net/
H A Dreuseaddr_conflict.c15 #include <sys/socket.h>
16 #include <sys/types.h>
H A Dbind_wildcard.c4 #include <sys/socket.h>
H A Dtls.c18 #include <sys/epoll.h>
19 #include <sys/types.h>
20 #include <sys/sendfile.h>
21 #include <sys/socket.h>
22 #include <sys/stat.h>
2200 f = fopen("/proc/sys/crypto/fips_enabled", "r");
2204 ksft_print_msg("ERROR: Couldn't read /proc/sys/crypto/fips_enabled\n");
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.h4 #include <sys/mman.h>
H A Duffd-common.h15 #include <sys/types.h>
16 #include <sys/stat.h>
23 #include <sys/mman.h>
24 #include <sys/syscall.h>
25 #include <sys/ioctl.h>
26 #include <sys/wait.h>
34 #include <sys/random.h>
H A Dsoft-dirty.c8 #include <sys/mman.h>
H A Dgup_test.c7 #include <sys/ioctl.h>
8 #include <sys/mman.h>
9 #include <sys/stat.h>
10 #include <sys/types.h>
23 #define GUP_TEST_FILE "/sys/kernel/debug/gup_test"
222 if (opendir("/sys/kernel/debug") == NULL)
223 ksft_print_msg("mount debugfs at /sys/kernel/debug\n");
/linux-master/arch/riscv/include/asm/
H A Dsyscall_wrapper.h82 __SYSCALL_SE_DEFINEx(x, sys, name, __VA_ARGS__) \
/linux-master/tools/objtool/
H A Dcheck.c9 #include <sys/mman.h>
/linux-master/scripts/kconfig/lxdialog/
H A Ddialog.h8 #include <sys/types.h>
/linux-master/scripts/kconfig/
H A Dconf.c14 #include <sys/time.h>
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c11 #include <sys/sendfile.h>
12 #include <sys/stat.h>
13 #include <sys/syscall.h>
14 #include <sys/types.h>
15 #include <sys/wait.h>
H A Drecursion-depth.c21 #include <sys/types.h>
22 #include <sys/stat.h>
24 #include <sys/mount.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbloom_filter_map.c4 #include <sys/syscall.h>
H A Darena_htab.c4 #include <sys/mman.h>
6 #include <sys/user.h>
7 #ifndef PAGE_SIZE /* on some archs it comes in sys/user.h */
H A Darena_list.c4 #include <sys/mman.h>
6 #include <sys/user.h>
7 #ifndef PAGE_SIZE /* on some archs it comes in sys/user.h */
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1208 self._out = os.sys.stdout
1217 if self._out == os.sys.stdout:
1228 self._out = os.sys.stdout
2625 os.sys.exit(1)
2628 os.sys.exit(1)
2636 os.sys.exit(1)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c38 #include <sys/epoll.h>
39 #include <sys/ioctl.h>
40 #include <sys/mman.h>
41 #include <sys/stat.h>
42 #include <sys/types.h>
43 #include <sys/vfs.h>
44 #include <sys/utsname.h>
45 #include <sys/resource.h>
63 #define BPF_FS_DEFAULT_PATH "/sys/fs/bpf"
2436 /* PIN_BY_NAME: pin maps by name (in /sys/f
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c19 #include <sys/types.h>
20 #include <sys/stat.h>
21 #include <sys/mman.h>
/linux-master/scripts/
H A Dbpf_doc.py12 import sys, os namespace
802 file=sys.stderr)
803 sys.exit(1)
857 script = os.path.abspath(sys.argv[0])
/linux-master/fs/btrfs/
H A Dblock-group.c55 bctl->sys.flags & BTRFS_BALANCE_ARGS_CONVERT) {
56 target = BTRFS_BLOCK_GROUP_SYSTEM | bctl->sys.target;

Completed in 444 milliseconds

1234567891011>>