Home
last modified time | relevance | path

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

1234

/Linux-v5.4/samples/bpf/
Dtracex6_user.c104 .inherit = 0, in test_bpf_perf_event()
113 .inherit = 0, in test_bpf_perf_event()
122 .inherit = 0, in test_bpf_perf_event()
132 .inherit = 0, in test_bpf_perf_event()
144 .inherit = 0, in test_bpf_perf_event()
156 .inherit = 0, in test_bpf_perf_event()
Dtrace_event_user.c144 attr->inherit = 0; in test_perf_event_all_cpu()
180 attr->inherit = 1; in test_perf_event_task()
/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh66 ttl 20 tos inherit local 198.51.100.1 dstport 4789
83 ttl 20 tos inherit local 198.51.100.1 dstport 4789
100 ttl 20 tos inherit local 198.51.100.1 dstport 4789
118 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
137 ttl 20 tos inherit dstport 4789
154 ttl 20 tos inherit local 2001:db8::1 dstport 4789
171 ttl 20 tos inherit local 198.51.100.1 dstport 4789
189 ttl 20 tos inherit local 198.51.100.1 dstport 4789 dev dummy1
207 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
242 ttl inherit tos inherit local 198.51.100.1 dstport 4789
[all …]
Dextack.sh40 dstport 4789 nolearning noudpcsum tos inherit ttl 100
51 dstport 4789 nolearning noudpcsum tos inherit ttl 100
88 dstport 4789 tos inherit ttl 100
118 dstport 4789 tos inherit ttl 100
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
144 ip link set dev $tundev type $type tos inherit
/Linux-v5.4/tools/perf/tests/attr/
Dtest-record-group-sampling11 inherit=0
32 # inherit is disabled for group sampling
33 inherit=0
Dtest-stat-no-inherit7 inherit=0
Dtest-record-no-inherit8 inherit=0
Dbase-record14 inherit=1
Dbase-stat14 inherit=1
DREADME53 perf record -i kill (test-record-no-inherit)
64 perf stat -i -e cycles kill (test-stat-no-inherit)
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
Dipip_lib.sh182 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit "$@"
217 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 \
253 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit dev dummy1 \
292 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev dummy2 \
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
Dvxlan_symmetric.sh183 nolearning noudpcsum tos inherit ttl 100
191 nolearning noudpcsum tos inherit ttl 100
207 nolearning noudpcsum tos inherit ttl 100
348 nolearning noudpcsum tos inherit ttl 100
356 nolearning noudpcsum tos inherit ttl 100
364 nolearning noudpcsum tos inherit ttl 100
Dmirror_gre_bound.sh125 ttl 100 tos inherit dev ul
130 ttl 100 tos inherit dev ul allow-localremote
Dgre_inner_v4_multipath.sh99 tunnel_create g1 gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
179 tunnel_create g2 gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol4
Dgre_inner_v6_multipath.sh99 tunnel_create g1 gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
179 tunnel_create g2 gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol4
Dip6gre_inner_v4_multipath.sh98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1
178 tunnel_create g2 ip6gre 2001:db8:40::2 2001:db8:40::1 tos inherit dev v$ol4
Dip6gre_inner_v6_multipath.sh98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1
178 tunnel_create g2 ip6gre 2001:db8:40::2 2001:db8:40::1 tos inherit dev v$ol4
/Linux-v5.4/Documentation/sphinx-static/
Dtheme_overrides.css117 color: inherit;
120 background: inherit;
125 color: inherit;
/Linux-v5.4/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
/Linux-v5.4/tools/perf/util/
Devsel_config.h41 bool inherit; member
Dpython.c733 inherit = 0, in pyrf_evsel__init() local
757 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
776 attr.inherit = inherit; in pyrf_evsel__init()
813 int group = 0, inherit = 0; in pyrf_evsel__open() local
817 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
826 evsel->core.attr.inherit = inherit; in pyrf_evsel__open()
/Linux-v5.4/fs/btrfs/
Dqgroup.c2624 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit() argument
2665 if (inherit) { in btrfs_qgroup_inherit()
2666 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2667 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
2668 2 * inherit->num_excl_copies; in btrfs_qgroup_inherit()
2694 if (inherit) { in btrfs_qgroup_inherit()
2695 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2696 for (i = 0; i < inherit->num_qgroups; ++i, ++i_qgroups) { in btrfs_qgroup_inherit()
2720 if (inherit && inherit->flags & BTRFS_QGROUP_INHERIT_SET_LIMITS) { in btrfs_qgroup_inherit()
2721 dstgroup->lim_flags = inherit->lim.flags; in btrfs_qgroup_inherit()
[all …]

1234