Home
last modified time | relevance | path

Searched full:inherit (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh67 ttl 20 tos inherit local 198.51.100.1 dstport 4789
84 ttl 20 tos inherit local 198.51.100.1 dstport 4789
101 ttl 20 tos inherit local 198.51.100.1 dstport 4789
119 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
138 ttl 20 tos inherit dstport 4789
155 ttl 20 tos inherit local 2001:db8::1 dstport 4789
172 ttl 20 tos inherit local 198.51.100.1 dstport 4789
190 ttl 20 tos inherit local 198.51.100.1 dstport 4789 dev dummy1
208 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
243 ttl inherit tos inherit local 198.51.100.1 dstport 4789
[all …]
Dmirror_gre.sh21 ttl 100 tos inherit allow-localremote \
48 ttl 100 tos inherit allow-localremote
120 ip link set dev $tundev type $type ttl inherit
129 log_test "$what: no offload on TTL of inherit ($tcflags)"
144 ip link set dev $tundev type $type tos inherit
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh92 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
109 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
126 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
144 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \
163 ttl 20 tos inherit dstport 4789
180 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
198 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 dev dummy1
216 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \
251 ttl inherit tos inherit local $LOCAL_IP_1 dstport 4789
258 log_test "vxlan device with inherit ttl"
[all …]
Dvxlan_ipv6.sh28 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
45 noudp6zerocsumrx udp6zerocsumtx ttl 20 tos inherit \
54 udp6zerocsumrx noudp6zerocsumtx ttl 20 tos inherit \
Dmirror_gre.sh21 ttl 100 tos inherit allow-localremote \
48 ttl 100 tos inherit allow-localremote
120 ip link set dev $tundev type $type ttl inherit
129 log_test "$what: no offload on TTL of inherit ($tcflags)"
144 ip link set dev $tundev type $type tos inherit
/kernel/linux/linux-6.6/arch/riscv/kernel/
Dvector.c117 bool inherit) in riscv_v_ctrl_set() argument
123 if (inherit) in riscv_v_ctrl_set()
176 bool inherit; in riscv_v_vstate_ctrl_init() local
191 /* Clear next mask if inherit-bit is not set */ in riscv_v_vstate_ctrl_init()
192 inherit = riscv_v_ctrl_test_inherit(tsk); in riscv_v_vstate_ctrl_init()
193 if (!inherit) in riscv_v_vstate_ctrl_init()
196 riscv_v_ctrl_set(tsk, cur, next, inherit); in riscv_v_vstate_ctrl_init()
209 bool inherit; in riscv_v_vstate_ctrl_set_current() local
236 inherit = VSTATE_CTRL_GET_INHERIT(arg); in riscv_v_vstate_ctrl_set_current()
241 riscv_v_ctrl_set(current, cur, next, inherit); in riscv_v_vstate_ctrl_set_current()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
Dvlset.c21 static int inherit = 0; variable
30 { "inherit", no_argument, NULL, 'i' },
32 { "no-inherit", no_argument, &no_inherit, 1 },
55 case 'i': inherit = 1; break; in parse_options()
63 if (inherit && no_inherit) in parse_options()
95 "[-i | --inherit | --no-inherit] " in parse_options()
131 if (inherit) in main()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
Dvlset.c21 static int inherit = 0; variable
28 { "inherit", no_argument, NULL, 'i' },
30 { "no-inherit", no_argument, &no_inherit, 1 },
52 case 'i': inherit = 1; break; in parse_options()
57 if (inherit && no_inherit) in parse_options()
89 "[-i | --inherit | --no-inherit] " in parse_options()
125 if (inherit) in main()
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_sysctl.h22 xfs_sysctl_val_t sgid_inherit; /* Inherit S_ISGID if process' GID is
29 xfs_sysctl_val_t inherit_sync; /* Inherit the "sync" inode flag. */
30 xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */
31 xfs_sysctl_val_t inherit_noatim;/* Inherit the "noatime" inode flag. */
34 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */
36 xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_sysctl.h22 xfs_sysctl_val_t sgid_inherit; /* Inherit S_ISGID if process' GID is
29 xfs_sysctl_val_t inherit_sync; /* Inherit the "sync" inode flag. */
30 xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */
31 xfs_sysctl_val_t inherit_noatim;/* Inherit the "noatime" inode flag. */
34 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */
36 xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */
/kernel/liteos_m/testsuites/sample/posix/pthread/
DIt_posix_pthread_005.c37 int inherit; in Testcase() local
51 ret = pthread_attr_getinheritsched(NULL, &inherit); in Testcase()
60 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
62 ICUNIT_GOTO_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit, EXIT); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_013.c44 int inherit; in Testcase() local
58 ret = pthread_attr_getinheritsched(NULL, &inherit); in Testcase()
67 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
69 ICUNIT_ASSERT_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit); in Testcase()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh23 # | | : tos=inherit : tos=inherit |
32 # | tos=inherit tos=inherit |
64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
Dgre_multipath.sh21 # | tos=inherit | tos=inherit | |
46 # | tos=inherit tos=inherit |
85 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
89 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
123 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
127 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
Dgre_multipath_nh.sh23 # | tos=inherit | tos=inherit | |
48 # | tos=inherit tos=inherit |
94 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
98 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
140 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
144 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh23 # | | : tos=inherit : tos=inherit |
32 # | tos=inherit tos=inherit |
64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
Dgre_multipath.sh21 # | tos=inherit | tos=inherit | |
46 # | tos=inherit tos=inherit |
85 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
89 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
123 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
127 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
/kernel/liteos_m/kal/posix/src/
Dpthread_attr.c119 int pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) in pthread_attr_setinheritsched() argument
121 …if ((attr != NULL) && ((inherit == PTHREAD_INHERIT_SCHED) || (inherit == PTHREAD_EXPLICIT_SCHED)))… in pthread_attr_setinheritsched()
122 attr->inheritsched = (UINT32)inherit; in pthread_attr_setinheritsched()
129 int pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched() argument
131 if ((attr == NULL) || (inherit == NULL)) { in pthread_attr_getinheritsched()
135 *inherit = (int)attr->inheritsched; in pthread_attr_getinheritsched()
/kernel/liteos_a/compat/posix/src/
Dpthread_attr.c119 int pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) in pthread_attr_setinheritsched() argument
121 …if ((attr != NULL) && ((inherit == PTHREAD_INHERIT_SCHED) || (inherit == PTHREAD_EXPLICIT_SCHED)))… in pthread_attr_setinheritsched()
122 attr->inheritsched = (UINT32)inherit; in pthread_attr_setinheritsched()
129 int pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched() argument
131 if ((attr == NULL) || (inherit == NULL)) { in pthread_attr_getinheritsched()
135 *inherit = (int)attr->inheritsched; in pthread_attr_getinheritsched()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_013.cpp37 int inherit; in Testcase() local
51 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
53 ICUNIT_ASSERT_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit); in Testcase()
/kernel/linux/linux-5.10/tools/perf/tests/attr/
Dtest-record-group-sampling11 inherit=0
32 # inherit is disabled for group sampling
33 inherit=0
/kernel/linux/linux-6.6/tools/perf/tests/attr/
Dtest-record-group-sampling11 inherit=0
32 # inherit is disabled for group sampling
33 inherit=0
/kernel/linux/linux-5.10/samples/bpf/
Dtracex6_user.c106 .inherit = 0, in test_bpf_perf_event()
115 .inherit = 0, in test_bpf_perf_event()
124 .inherit = 0, in test_bpf_perf_event()
134 .inherit = 0, in test_bpf_perf_event()
146 .inherit = 0, in test_bpf_perf_event()
158 .inherit = 0, in test_bpf_perf_event()
/kernel/linux/linux-6.6/samples/bpf/
Dtracex6_user.c105 .inherit = 0, in test_bpf_perf_event()
114 .inherit = 0, in test_bpf_perf_event()
123 .inherit = 0, in test_bpf_perf_event()
133 .inherit = 0, in test_bpf_perf_event()
145 .inherit = 0, in test_bpf_perf_event()
157 .inherit = 0, in test_bpf_perf_event()
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/vector/
Dvstate_prctl.c35 /* launch the program again to check inherit */ in launch_test()
59 int test_and_compare_child(long provided, long expected, int inherit) in test_and_compare_child() argument
69 rc = launch_test(inherit); in test_and_compare_child()
141 /* Turn on next's vector explicitly and test inherit */ in main()
151 /* Turn off next's vector explicitly and test inherit */ in main()

12345678910>>...26