Home
last modified time | relevance | path

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

12345

/linux/arch/riscv/kernel/
H A Dvector.c165 bool inherit) in riscv_v_ctrl_set() argument
171 if (inherit) in riscv_v_ctrl_set()
228 bool inherit; in riscv_v_vstate_ctrl_init() local
244 inherit = riscv_v_ctrl_test_inherit(tsk); in riscv_v_vstate_ctrl_init()
245 if (!inherit) in riscv_v_vstate_ctrl_init()
248 riscv_v_ctrl_set(tsk, cur, next, inherit); in riscv_v_vstate_ctrl_init()
261 bool inherit; in riscv_v_vstate_ctrl_set_current() local
288 inherit = VSTATE_CTRL_GET_INHERIT(arg); in riscv_v_vstate_ctrl_set_current()
293 riscv_v_ctrl_set(current, cur, next, inherit); in riscv_v_vstate_ctrl_set_current()
/linux/samples/bpf/
H A 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()
H A Dtrace_event_user.c149 attr->inherit = 0; in test_perf_event_all_cpu()
189 attr->inherit = 1; in test_perf_event_task()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A 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 …]
H A 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 \
H A 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
H A 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/tools/testing/selftests/arm64/fp/
H A 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/tools/testing/selftests/mm/
H A 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/tools/testing/selftests/net/forwarding/
H A 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 "$@"
H A 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 \
H A Dmirror_gre_topo_lib.sh64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
H A 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
H A 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
H A 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
H A Dvxlan_symmetric_ipv6.sh185 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
193 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
207 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
355 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
363 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
371 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
H A 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
H A Dmirror_gre_bound.sh126 ttl 100 tos inherit dev ul
131 ttl 100 tos inherit dev ul allow-localremote
/linux/fs/btrfs/
H A Dqgroup.c3101 struct btrfs_qgroup_inherit *inherit, in btrfs_qgroup_check_inherit() argument
3104 if (inherit->flags & ~BTRFS_QGROUP_INHERIT_FLAGS_SUPP) in btrfs_qgroup_check_inherit()
3106 if (size < sizeof(*inherit) || size > PAGE_SIZE) in btrfs_qgroup_check_inherit()
3118 if (inherit->num_ref_copies > 0 || inherit->num_excl_copies > 0) in btrfs_qgroup_check_inherit()
3121 if (size != struct_size(inherit, qgroups, inherit->num_qgroups)) in btrfs_qgroup_check_inherit()
3138 for (int i = 0; i < inherit->num_qgroups; i++) { in btrfs_qgroup_check_inherit()
3140 u64 qgroupid = inherit->qgroups[i]; in btrfs_qgroup_check_inherit()
3158 struct btrfs_qgroup_inherit **inherit) in qgroup_auto_inherit() argument
3168 if (*inherit) in qgroup_auto_inherit()
3193 *inherit = res; in qgroup_auto_inherit()
[all …]
H A Dioctl.c476 static unsigned int create_subvol_num_items(const struct btrfs_qgroup_inherit *inherit) in create_subvol_num_items() argument
492 if (inherit) { in create_subvol_num_items()
494 num_items += 2 * inherit->num_qgroups; in create_subvol_num_items()
501 struct btrfs_qgroup_inherit *inherit) in create_subvol() argument
551 trans_num_items += create_subvol_num_items(inherit); in create_subvol()
570 ret = btrfs_qgroup_inherit(trans, 0, objectid, btrfs_root_id(root), inherit); in create_subvol()
699 struct btrfs_qgroup_inherit *inherit) in create_snapshot() argument
751 trans_num_items = create_subvol_num_items(inherit) + 3; in create_snapshot()
762 pending_snapshot->inherit = inherit; in create_snapshot()
896 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() argument
[all …]
/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css110 color: inherit;
113 background: inherit;
118 color: inherit;
/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c14 int test_and_compare_child(long provided, long expected, int inherit, int xtheadvector) in test_and_compare_child() argument
24 rc = launch_test(NEXT_PROGRAM, inherit, xtheadvector); in test_and_compare_child()
/linux/tools/perf/Documentation/
H A Dintel-hybrid.txt94 inherit 1
107 inherit 1
146 inherit 1
160 inherit 1
/linux/tools/perf/util/
H A Dbpf_counter.c513 bool inherit) in bperf_attach_follower_program() argument
519 filter_type == BPERF_FILTER_TGID) && inherit) in bperf_attach_follower_program()
636 evsel->follower_skel->bss->inherit = target->inherit; in bperf__load()
639 target->inherit); in bperf__load()
H A Devsel_config.h44 bool inherit; member

12345