/linux-6.8/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
D | metrics.json | 4 "PublicDescription": "Frontend bound L1 topdown metric", 5 "BriefDescription": "Frontend bound L1 topdown metric", 28 "PublicDescription": "Backend Bound L1 topdown metric", 29 "BriefDescription": "Backend Bound L1 topdown metric", 36 "PublicDescription": "Fetch latency bound L2 topdown metric", 37 "BriefDescription": "Fetch latency bound L2 topdown metric", 43 "PublicDescription": "Fetch bandwidth bound L2 topdown metric", 44 "BriefDescription": "Fetch bandwidth bound L2 topdown metric", 64 "PublicDescription": "Core bound L2 topdown metric", 65 "BriefDescription": "Core bound L2 topdown metric", [all …]
|
/linux-6.8/fs/ext4/ |
D | inode-test.c | 14 * For constructing the nonnegative timestamp lower bound value. 19 * For constructing the nonnegative timestamp upper bound value. 25 * For constructing the negative timestamp lower bound value. 30 * For constructing the negative timestamp upper bound value. 35 * Upper bound for nanoseconds value supported by the encoding. 43 "1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits" 45 "1969-12-31 Upper bound of 32bit < 0 timestamp, no extra bits" 47 "1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits" 49 "2038-01-19 Upper bound of 32bit >=0 timestamp, no extra bits" 51 "2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on" [all …]
|
/linux-6.8/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | debugfs.c | 76 int bound[3], i, range; in mt7603_ampdu_stat_show() local 79 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show() 80 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7603_ampdu_stat_show() 82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7603_ampdu_stat_show() 83 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7603_ampdu_stat_show() 85 bound[i], bound[i + 1]); in mt7603_ampdu_stat_show() 87 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show()
|
/linux-6.8/drivers/net/wireless/mediatek/mt76/ |
D | mt792x_debugfs.c | 11 int bound[15], range[4], i; in mt792x_ampdu_stat_read_phy() local 22 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy() 23 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt792x_ampdu_stat_read_phy() 27 seq_printf(file, "Length: %8d | ", bound[0]); in mt792x_ampdu_stat_read_phy() 28 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt792x_ampdu_stat_read_phy() 29 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt792x_ampdu_stat_read_phy() 32 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy()
|
/linux-6.8/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py | 80 @param lb: str/float, lower bound 81 @param ub: str/float, upper bound 83 @returns: lower bound, return inf if the lower bound is a metric value and is not collected 84 upper bound, return -1 if the upper bound is a metric value and is not collected 85 tolerance, denormalized base on upper bound value 88 def get_bound_value (bound, initval, ridx): argument 90 if isinstance(bound, int) or isinstance(bound, float): 91 val = bound 92 elif isinstance(bound, str): 93 if bound == '': [all …]
|
/linux-6.8/include/xen/interface/ |
D | event_channel.h | 56 * 1. A virtual IRQ may be bound to at most one event channel per vcpu. 57 * 2. The allocated event channel is bound to the specified vcpu. The binding 72 * 1. A physical IRQ may be bound to at most one event channel per domain. 88 * 1. The allocated event channel is bound to the specified vcpu. The binding 136 #define EVTCHNSTAT_pirq 3 /* Channel is bound to a phys IRQ line. */ 137 #define EVTCHNSTAT_virq 4 /* Channel is bound to a virtual IRQ line */ 138 #define EVTCHNSTAT_ipi 5 /* Channel is bound to a virtual IPI line */ 140 uint32_t vcpu; /* VCPU to which this channel is bound. */ 158 * 1. IPI- and VIRQ-bound channels always notify the vcpu that initialised
|
/linux-6.8/drivers/pps/ |
D | kc.c | 38 /* Check if another consumer is already bound */ in pps_kc_bind() 51 " is not bound\n"); in pps_kc_bind() 60 dev_info(pps->dev, "bound kernel consumer: " in pps_kc_bind() 65 " is already bound\n"); in pps_kc_bind() 76 * if this source was bound to PPS kernel consumer. Can be called on any 97 * This function calls hardpps() when an event from bound PPS source occurs.
|
/linux-6.8/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_restrictions.sh | 41 # It is forbidden in mlxsw driver to have mixed-bound 49 check_err $? "Failed to add drop rule to ingress bound block" 66 check_fail $? "Incorrect success to add drop rule to mixed bound block" 75 check_err $? "Failed to add drop rule to egress bound shared block" 90 # egress-bound block. 98 check_err $? "Failed to add redirect rule to ingress bound block" 116 check_fail $? "Incorrect success to add redirect rule to mixed bound block" 126 check_fail $? "Incorrect success to add redirect rule to egress bound shared block" 133 check_fail $? "Incorrect success to add redirect rule to egress bound block" 172 # bound on egress. Spectrum-1 specific restriction
|
/linux-6.8/tools/perf/Documentation/ |
D | topdown.txt | 6 bound, and backend bound. Higher levels provide more detail in to the 7 level 1 bottlenecks, such as at level 2: core bound, memory bound, 219 printf("Retiring %.2f%% Bad Speculation %.2f%% FE Bound %.2f%% BE Bound %.2f%%\n", 257 "Mem Bound %.2f%% Core Bound %.2f%%\n", 297 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound. 317 topdown-mem-bound.
|
/linux-6.8/tools/testing/selftests/bpf/prog_tests/ |
D | connect_ping.c | 143 * and called exactly once, and that the socket's bound address is in test_connect_ping() 150 * and called exactly once, and that the socket's bound address is in test_connect_ping() 151 * address we explicitly bound. in test_connect_ping() 157 * and called exactly once, and that the socket's bound address is in test_connect_ping() 164 * and called exactly once, and that the socket's bound address is in test_connect_ping() 165 * address we explicitly bound. in test_connect_ping()
|
/linux-6.8/drivers/base/ |
D | component.c | 17 * including their bound drivers, into an aggregate driver. Various subsystems 58 bool bound; member 68 bool bound; member 93 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show() 102 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show() 258 adev->bound = true; in try_to_bring_up_aggregate_device() 268 if (!adev->bound) { in try_to_bring_up_masters() 280 if (adev->bound) { in take_down_aggregate_device() 283 adev->bound = false; in take_down_aggregate_device() 575 WARN_ON(!component->bound); in component_unbind() [all …]
|
/linux-6.8/drivers/staging/rtl8723bs/hal/ |
D | odm_DIG.c | 128 IGI = 0x50; /* find H2L, L2H lower bound */ in odm_SearchPwdBLowerBound() 235 /* Search pwdB lower bound */ in odm_Adaptivity() 271 /* replace lower bound to prevent EDCCA always equal */ in odm_Adaptivity() 294 /* 1 Check initial gain by upper bound */ in ODM_Write_DIG() 415 /* 2 Modify DIG upper bound */ in odm_DIG() 416 /* 4 Modify DIG upper bound for 92E, 8723A\B, 8821 & 8812 BT */ in odm_DIG() 429 /* 2 Modify DIG lower bound */ in odm_DIG() 444 /* 1 Force Lower Bound for AntDiv */ in odm_DIG() 460 /* 1 Modify DIG lower bound, deal with abnormal case */ in odm_DIG() 478 /* 2 Abnormal lower bound case */ in odm_DIG() [all …]
|
/linux-6.8/include/linux/ |
D | pci-epf.h | 58 * @bind: ops to perform when a EPC device has been bound to EPF device 86 * @probe: ops to perform when a new EPF device has been bound to the EPF driver 136 * @epc: the EPC device to which this EPF device is bound 137 * @epf_pf: the physical EPF device to which this virtual EPF device is bound 138 * @driver: the EPF driver to which this EPF device is bound 142 * @sec_epc: the secondary EPC device to which this EPF device is bound
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-colorimetry.rst | 39 - The upper bound for the maximum light level among all individual 41 When equal to 0 no such upper bound is present. 44 - The upper bound for the maximum average light level among the 46 cd/m\ :sup:`2`. When equal to 0 no such upper bound is present.
|
/linux-6.8/Documentation/userspace-api/media/rc/ |
D | lirc-set-rec-carrier-range.rst | 13 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate 41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call 42 :ref:`LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>` with the upper bound.
|
/linux-6.8/include/rdma/ |
D | rdma_cm.h | 172 * be bound to a local RDMA device. 179 * rdma_cm_id will be bound to a local device. 191 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier 252 * Users must have bound the rdma_cm_id to a local address by calling 328 * @reuse: Value indicating if the bound address is reusable. 330 * Reuse must be set before an address is bound to the id. 336 * bound address family only. 376 * If cm_id is not bound yet to the RDMA device, it doesn't
|
/linux-6.8/drivers/gpu/drm/i915/gt/ |
D | intel_gt.h | 43 * a stepping in the range [from, until). The lower stepping bound is 44 * inclusive, the upper bound is exclusive. The most common use-case of this 54 * stepping bound for the specified IP version. 63 * a stepping in the range [from, until). The lower stepping bound is 64 * inclusive, the upper bound is exclusive. The most common use-case of this 69 * workarounds that have no upper stepping bound for the specified IP version.
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | test_offload.py | 413 fail(True, "%d BPF programs bound, expected %d" % 461 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument 465 if nbound == bound and nprogs == total: 468 …ut waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, … 510 def tc_flush_filters(self, bound=0, total=0): argument 513 self.wait_for_flush(bound=bound, total=total) 826 start_test("Test TC non-offloaded isn't getting bound...") 942 start_test("Test TC offload is device-bound...") 1033 check_extack_nsim(err, "xdpoffload of non-bound program.", args) 1063 start_test("Test XDP offload is device bound...") [all …]
|
/linux-6.8/net/ipv6/netfilter/ |
D | nf_tproxy_ipv6.c | 105 /* NOTE: we return listeners even if bound to in nf_tproxy_get_sock_v6() 107 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v6() 127 /* NOTE: we return listeners even if bound to in nf_tproxy_get_sock_v6() 129 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v6()
|
/linux-6.8/net/ipv4/netfilter/ |
D | nf_tproxy_ipv4.c | 103 /* NOTE: we return listeners even if bound to in nf_tproxy_get_sock_v4() 105 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v4() 125 /* NOTE: we return listeners even if bound to in nf_tproxy_get_sock_v4() 127 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v4()
|
/linux-6.8/include/crypto/internal/ |
D | kpp.h | 201 * crypto_drop_kpp() - Release a spawn previously bound via crypto_grab_kpp(). 210 * crypto_spawn_kpp_alg() - Get the algorithm a KPP spawn has been bound to. 214 * after @spawn has been successfully bound via crypto_grab_kpp() and 229 * @spawn: The spawn previously bound to some &struct kpp_alg via 232 * Once a &struct crypto_kpp_spawn has been successfully bound to a
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-class-devlink | 63 consumer devices have been bound to their corresponding 86 bound to their driver. 88 'available' means the supplier has bound to its driver and is 95 bound successfully to their drivers.
|
/linux-6.8/scripts/coccinelle/iterators/ |
D | itnull.cocci | 2 /// Many iterators have the property that the first argument is always bound 86 cocci.print_main("iterator-bound variable",p1) 94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
/linux-6.8/Documentation/driver-api/usb/ |
D | callbacks.rst | 102 with another driver bound the interface, eg. a power management 145 that isn't bound to your driver. 147 Probe will never be called for an interface bound to a driver. 151 Once your driver is bound to an interface, disconnect can be
|
/linux-6.8/tools/perf/tests/shell/ |
D | stat.sh | 90 …ok_grouping="{slots,topdown-bad-spec,topdown-be-bound,topdown-fe-bound,topdown-retiring},branch-in… 96 …group_needs_break="{slots,topdown-bad-spec,topdown-be-bound,topdown-fe-bound,topdown-retiring,bran…
|