Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 25 of 138) sorted by relevance

123456

/linux-6.12.1/arch/riscv/kernel/
Dvector.c153 bool inherit) in riscv_v_ctrl_set() argument
159 if (inherit) in riscv_v_ctrl_set()
216 bool inherit; in riscv_v_vstate_ctrl_init() local
232 inherit = riscv_v_ctrl_test_inherit(tsk); in riscv_v_vstate_ctrl_init()
233 if (!inherit) in riscv_v_vstate_ctrl_init()
236 riscv_v_ctrl_set(tsk, cur, next, inherit); in riscv_v_vstate_ctrl_init()
249 bool inherit; in riscv_v_vstate_ctrl_set_current() local
276 inherit = VSTATE_CTRL_GET_INHERIT(arg); in riscv_v_vstate_ctrl_set_current()
281 riscv_v_ctrl_set(current, cur, next, inherit); in riscv_v_vstate_ctrl_set_current()
/linux-6.12.1/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()
/linux-6.12.1/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
268 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
[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.sh28 ttl 100 tos inherit allow-localremote \
55 ttl 100 tos inherit allow-localremote
127 ip link set dev $tundev type $type ttl inherit
151 ip link set dev $tundev type $type tos inherit
Ddevlink_trap_tunnel_ipip6.sh71 tunnel_create g1 ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \
72 ttl inherit
233 tunnel_create g1 ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \
234 ttl inherit key 233
Dextack.sh43 dstport 4789 nolearning noudpcsum tos inherit ttl 100
56 dstport 4789 nolearning noudpcsum tos inherit ttl 100
95 dstport 4789 tos inherit ttl 100
123 dstport 4789 tos inherit ttl 100
/linux-6.12.1/tools/perf/tests/attr/
Dtest-record-group-sampling11 inherit=0
32 # inherit is disabled for group sampling
33 inherit=0
Dtest-record-group213 inherit=0
24 inherit=0
Dtest-stat-no-inherit7 inherit=0
Dtest-record-no-inherit8 inherit=0
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dvlset.c21 static int inherit = 0; variable
55 case 'i': inherit = 1; break; in parse_options()
63 if (inherit && no_inherit) in parse_options()
131 if (inherit) in main()
/linux-6.12.1/tools/testing/selftests/mm/
Dmdwe_test.c137 bool inherit; in FIXTURE_VARIANT() local
144 .inherit = false, in FIXTURE_VARIANT_ADD()
151 .inherit = true, in FIXTURE_VARIANT_ADD()
158 .inherit = true, in FIXTURE_VARIANT_ADD()
165 .inherit = false, in FIXTURE_VARIANT_ADD()
170 return variant->enabled && (!variant->forked || variant->inherit); in executable_map_should_fail()
186 if (!variant->inherit) in FIXTURE_SETUP()
/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dip6gre_lib.sh194 tunnel_create g1a ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \
195 ttl inherit "$@"
230 tunnel_create g2a ip6gre 2001:db8:3::2 2001:db8:3::1 tos inherit \
231 ttl inherit dev v$ol2 "$@"
271 tunnel_create g1a ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \
272 ttl inherit dev dummy1 "$@"
311 tunnel_create g2a ip6gre 2001:db8:3::2 2001:db8:3::1 tos inherit \
312 ttl inherit dev dummy2 "$@"
Dipip_lib.sh181 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit "$@"
216 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 \
252 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit dev dummy1 \
291 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev dummy2 \
Dmirror_gre_topo_lib.sh64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
Dgre_multipath.sh85 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_res.sh93 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
97 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
Dgre_multipath_nh.sh93 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
97 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
139 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
143 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
Dmirror_gre_bound.sh126 ttl 100 tos inherit dev ul
131 ttl 100 tos inherit dev ul allow-localremote
Dvxlan_symmetric.sh183 nolearning noudpcsum tos inherit ttl 100
191 nolearning noudpcsum tos inherit ttl 100
207 nolearning noudpcsum tos inherit ttl 100
354 nolearning noudpcsum tos inherit ttl 100
362 nolearning noudpcsum tos inherit ttl 100
370 nolearning noudpcsum tos inherit ttl 100
/linux-6.12.1/fs/btrfs/
Dqgroup.c3169 struct btrfs_qgroup_inherit *inherit, in btrfs_qgroup_check_inherit() argument
3172 if (inherit->flags & ~BTRFS_QGROUP_INHERIT_FLAGS_SUPP) in btrfs_qgroup_check_inherit()
3174 if (size < sizeof(*inherit) || size > PAGE_SIZE) in btrfs_qgroup_check_inherit()
3186 if (inherit->num_ref_copies > 0 || inherit->num_excl_copies > 0) in btrfs_qgroup_check_inherit()
3189 if (size != struct_size(inherit, qgroups, inherit->num_qgroups)) in btrfs_qgroup_check_inherit()
3206 for (int i = 0; i < inherit->num_qgroups; i++) { in btrfs_qgroup_check_inherit()
3208 u64 qgroupid = inherit->qgroups[i]; in btrfs_qgroup_check_inherit()
3226 struct btrfs_qgroup_inherit **inherit) in qgroup_auto_inherit() argument
3236 if (*inherit) in qgroup_auto_inherit()
3261 *inherit = res; in qgroup_auto_inherit()
[all …]
/linux-6.12.1/Documentation/sphinx-static/
Dtheme_overrides.css110 color: inherit;
113 background: inherit;
118 color: inherit;
/linux-6.12.1/tools/testing/selftests/riscv/vector/
Dvstate_prctl.c51 int test_and_compare_child(long provided, long expected, int inherit) in test_and_compare_child() argument
61 rc = launch_test(inherit); in test_and_compare_child()
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt23 - clock-ranges: Empty property indicating that child nodes can inherit
37 - ranges: Empty property indicating that child nodes can inherit
40 - clock-ranges: Empty property indicating that child nodes can inherit

123456