| /linux-6.15/arch/riscv/kernel/ |
| H A D | vector.c | 163 bool inherit) in riscv_v_ctrl_set() argument 169 if (inherit) in riscv_v_ctrl_set() 226 bool inherit; in riscv_v_vstate_ctrl_init() local 242 inherit = riscv_v_ctrl_test_inherit(tsk); in riscv_v_vstate_ctrl_init() 243 if (!inherit) in riscv_v_vstate_ctrl_init() 246 riscv_v_ctrl_set(tsk, cur, next, inherit); in riscv_v_vstate_ctrl_init() 259 bool inherit; in riscv_v_vstate_ctrl_set_current() local 286 inherit = VSTATE_CTRL_GET_INHERIT(arg); in riscv_v_vstate_ctrl_set_current() 291 riscv_v_ctrl_set(current, cur, next, inherit); in riscv_v_vstate_ctrl_set_current()
|
| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-group-sampling1 | 26 # inherit is enabled for group sampling 27 inherit=1 49 # inherit is enabled for group sampling 50 inherit=1
|
| H A D | test-record-group-sampling2 | 26 # inherit is enabled for group sampling 27 inherit=1 54 # inherit is enabled for group sampling 55 inherit=1
|
| H A D | test-record-group-sampling | 12 inherit=0 33 # inherit is disabled for group sampling 34 inherit=0
|
| H A D | test-record-group2 | 14 inherit=0 25 inherit=0
|
| H A D | test-record-group3 | 15 inherit=1 26 inherit=1
|
| H A D | test-record-C0 | 21 inherit=0 24 inherit=0
|
| /linux-6.15/samples/bpf/ |
| H A D | tracex6_user.c | 105 .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.15/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | vxlan.sh | 92 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 251 ttl inherit tos inherit local $LOCAL_IP_1 dstport 4789 268 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 345 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 347 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 [all …]
|
| H A D | vxlan_ipv6.sh | 28 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 45 noudp6zerocsumrx udp6zerocsumtx ttl 20 tos inherit \ 54 udp6zerocsumrx noudp6zerocsumtx ttl 20 tos inherit \
|
| H A D | mirror_gre.sh | 28 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
|
| H A D | devlink_trap_tunnel_ipip6.sh | 71 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
|
| H A D | extack.sh | 43 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.15/tools/testing/selftests/arm64/fp/ |
| H A D | vlset.c | 21 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.15/tools/testing/selftests/mm/ |
| H A D | mdwe_test.c | 137 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.15/tools/testing/selftests/net/forwarding/ |
| H A D | ip6gre_lib.sh | 194 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 "$@"
|
| H A D | mirror_gre_topo_lib.sh | 64 ttl 100 tos inherit 67 ttl 100 tos inherit allow-localremote
|
| H A D | ipip_lib.sh | 181 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 \
|
| H A D | gre_multipath.sh | 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
|
| H A D | gre_multipath_nh.sh | 93 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
|
| H A D | gre_multipath_nh_res.sh | 93 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
|
| /linux-6.15/fs/btrfs/ |
| H A D | qgroup.c | 3174 if (inherit->num_ref_copies > 0 || inherit->num_excl_copies > 0) in btrfs_qgroup_check_inherit() 3177 if (size != struct_size(inherit, qgroups, inherit->num_qgroups)) in btrfs_qgroup_check_inherit() 3224 if (*inherit) in qgroup_auto_inherit() 3249 *inherit = res; in qgroup_auto_inherit() 3372 if (inherit) { in btrfs_qgroup_inherit() 3374 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit() 3401 if (inherit) { in btrfs_qgroup_inherit() 3439 if (inherit && inherit->flags & BTRFS_QGROUP_INHERIT_SET_LIMITS) { in btrfs_qgroup_inherit() 3485 if (!inherit) in btrfs_qgroup_inherit() 3488 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit() [all …]
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | bperf_follower.bpf.c | 34 int inherit; variable 64 filter_key = inherit ? in BPF_PROG()
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | qcom,pm8941-coincell.yaml | 33 inherit the previous configuration (e.g. from bootloader or hardware 40 Voltage (in millivolts) to apply for charging. If unspecified, inherit
|
| /linux-6.15/Documentation/sphinx-static/ |
| H A D | theme_overrides.css | 110 color: inherit; 113 background: inherit; 118 color: inherit;
|