Home
last modified time | relevance | path

Searched full:bound (Results 1 – 25 of 1441) sorted by relevance

12345678910>>...58

/linux-6.14.4/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dmetrics.json4 "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.14.4/fs/ext4/
Dinode-test.c14 * 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.14.4/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c76 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.14.4/Documentation/devicetree/bindings/mailbox/
Dmediatek,gce-props.yaml33 Some gce-events are hardware-bound and cannot be changed by software.
38 On the other hand, some gce-events are not hardware-bound and can be
40 event ID 855, which is not bound to any hardware, to 1 when the driver
42 is already bound to VDEC_LAT1, so we need to select another event ID to
43 achieve the same purpose. This event ID can be any ID that is not bound
45 To determine if the event ID is bound to the hardware or used by a
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/
Dmt792x_debugfs.c11 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.14.4/tools/perf/tests/shell/lib/
Dperf_metric_validation.py105 @param lb: str/float, lower bound
106 @param ub: str/float, upper bound
108 @returns: lower bound, return inf if the lower bound is a metric value and is not collected
109 upper bound, return -1 if the upper bound is a metric value and is not collected
110 tolerance, denormalized base on upper bound value
113 def get_bound_value(bound, initval, ridx): argument
115 if isinstance(bound, int) or isinstance(bound, float):
116 val = bound
117 elif isinstance(bound, str):
118 if bound == '':
[all …]
/linux-6.14.4/include/xen/interface/
Devent_channel.h56 * 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.14.4/drivers/net/ethernet/meta/fbnic/
Dfbnic_csr.c116 const struct fbnic_csr_bounds *bound; in fbnic_csr_get_regs() local
123 for (i = 0, bound = fbnic_csr_sects; in fbnic_csr_get_regs()
124 i < ARRAY_SIZE(fbnic_csr_sects) - 1; i++, ++bound) { in fbnic_csr_get_regs()
125 *(data++) = bound->start; in fbnic_csr_get_regs()
126 *(data++) = bound->end - 1; in fbnic_csr_get_regs()
127 for (j = bound->start; j < bound->end; j++) in fbnic_csr_get_regs()
/linux-6.14.4/drivers/pps/
Dkc.c38 /* 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.14.4/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh41 # 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.14.4/tools/testing/selftests/bpf/prog_tests/
Dconnect_ping.c143 * 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.14.4/drivers/base/
Dcomponent.c17 * 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.14.4/tools/perf/pmu-events/arch/x86/grandridge/
Dgrr-metrics.json251 …"BriefDescription": "Counts the number of cycles due to backend bound stalls that are bounded by c…
496 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L2",
501 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L3",
506 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss subsequently mi…
511 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L2",
517 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L3",
523 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
529 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
535 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
541 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
[all …]
/linux-6.14.4/tools/perf/Documentation/
Dtopdown.txt6 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.14.4/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c128 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.14.4/tools/perf/pmu-events/arch/x86/sierraforest/
Dsrf-metrics.json323 …"BriefDescription": "Counts the number of cycles due to backend bound stalls that are bounded by c…
568 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L2",
573 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L3",
578 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss subsequently mi…
583 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L2",
589 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L3",
595 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
601 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
607 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
613 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
[all …]
/linux-6.14.4/Documentation/userspace-api/media/v4l/
Dext-ctrls-colorimetry.rst39 - 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.14.4/Documentation/userspace-api/media/rc/
Dlirc-set-rec-carrier-range.rst13 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.14.4/include/rdma/
Drdma_cm.h172 * 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.14.4/Documentation/accel/amdxdna/
Damdnpu.rst34 partition which can be bound to a workload context.
71 serviced by MERT. The privileged channel is bound to a single mailbox.
76 instance of ERT. Each user channel is bound to its own dedicated mailbox.
125 may be *exclusively* bound to one workload context while another partition may
126 be *temporarily* bound to more than one workload contexts. The microcontroller
128 has been bound to the partition at any moment.
154 spatial partition bound to the workload by the associated ERT instance.
259 the register states for the partition bound to faulting workload context. The
/linux-6.14.4/include/linux/
Dpci-epf.h59 * @bind: ops to perform when a EPC device has been bound to EPF device
89 * @probe: ops to perform when a new EPF device has been bound to the EPF driver
138 * @epc: the EPC device to which this EPF device is bound
139 * @epf_pf: the physical EPF device to which this virtual EPF device is bound
140 * @driver: the EPF driver to which this EPF device is bound
144 * @sec_epc: the secondary EPC device to which this EPF device is bound
/linux-6.14.4/drivers/gpu/drm/i915/gt/
Dintel_gt.h43 * 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.14.4/tools/testing/selftests/net/
Dbpf_offload.py364 fail(True, "%d BPF programs bound, expected %d" %
399 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
403 if nbound == bound and nprogs == total:
406 …ut waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, …
448 def tc_flush_filters(self, bound=0, total=0): argument
451 self.wait_for_flush(bound=bound, total=total)
765 start_test("Test TC non-offloaded isn't getting bound...")
881 start_test("Test TC offload is device-bound...")
972 check_extack_nsim(err, "xdpoffload of non-bound program.", args)
988 start_test("Test dev-bound program in generic mode...")
[all …]
/linux-6.14.4/Documentation/networking/
Ddevmem.rst85 an RX queue bound to devmem.
127 that has been bound.
141 The socket must be flow steered to the dmabuf bound RX queue::
157 Devmem data is received directly into the dmabuf bound to the NIC in 'NIC
211 regular TCP data that landed on an RX queue not bound to a dmabuf.
225 Failure to do so will exhaust the limited dmabuf that is bound to the RX queue
/linux-6.14.4/tools/perf/pmu-events/arch/x86/alderlaken/
Dadln-metrics.json152 …"BriefDescription": "Counts the number of cycles due to backend bound stalls that are bounded by c…
319 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L2",
324 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss hits in the L3",
329 …"BriefDescription": "Percentage of ifetch miss bound stalls, where the ifetch miss subsequently mi…
334 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
340 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
346 …"BriefDescription": "Percentage of memory bound stalls where retirement is stalled due to an L1 mi…
410 … "BriefDescription": "Percentage of Memory Execution Bound due to a first level data cache miss",
415 …"BriefDescription": "Percentage of Memory Execution Bound due to other block cases, such as pipeli…
420 "BriefDescription": "Percentage of Memory Execution Bound due to a pagewalk",
[all …]

12345678910>>...58