Home
last modified time | relevance | path

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

12345678910>>...96

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
Dperf_metric_validation.py80 @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 …]
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c143 IGI = 0x50; /* find H2L, L2H lower bound */ in odm_SearchPwdBLowerBound()
259 /* Search pwdB lower bound */ in odm_Adaptivity()
308 /* replace lower bound to prevent EDCCA always equal */ in odm_Adaptivity()
337 /* 1 Check initial gain by upper bound */ in ODM_Write_DIG()
340 …m, ODM_COMP_DIG, ODM_DBG_TRACE, ("CurrentIGI(0x%02x) is larger than upper bound !!\n", pDM_DigTabl… in ODM_Write_DIG()
543 …_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Absolutely upper bound = 0x%x, lower bound = 0x%x\n… in odm_DIG()
547 /* 2 Modify DIG upper bound */ in odm_DIG()
548 /* 4 Modify DIG upper bound for 92E, 8723A\B, 8821 & 8812 BT */ in odm_DIG()
551 …ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Coex. case: Force upper bound to RS… in odm_DIG()
562 /* 2 Modify DIG lower bound */ in odm_DIG()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c116 if (!dev->use_iommu_v2 || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device()
119 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device()
126 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device()
141 if (pdd->bound == PDD_BOUND) in kfd_iommu_unbind_process()
182 * when PASID is still bound. in iommu_pasid_shutdown_callback()
231 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
245 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
255 * Mark currently bound processes as PDD_BOUND_SUSPENDED. These
276 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
277 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/
Djkt-metrics.json7Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
14Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
35 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
42 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/
Dsnb-metrics.json7Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
14Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
35 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
42 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh38 # It is forbidden in mlxsw driver to have mixed-bound
46 check_err $? "Failed to add drop rule to ingress bound block"
63 check_fail $? "Incorrect success to add drop rule to mixed bound block"
72 check_err $? "Failed to add drop rule to egress bound shared block"
87 # egress-bound block.
95 check_err $? "Failed to add redirect rule to ingress bound block"
113 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
123 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
130 check_fail $? "Incorrect success to add redirect rule to egress bound block"
169 # bound on egress
/kernel/linux/linux-5.10/drivers/base/
Dcomponent.c22 * including their bound drivers, into an aggregate driver. Various subsystems
63 bool bound; member
74 bool bound; member
99 dev_name(m->dev), m->bound ? "bound" : "not bound"); in component_devices_show()
108 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
264 master->bound = true; in try_to_bring_up_master()
274 if (!m->bound) { in try_to_bring_up_masters()
286 if (master->bound) { in take_down_master()
289 master->bound = false; in take_down_master()
530 WARN_ON(!component->bound); in component_unbind()
[all …]
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_agpsupport.c218 entry->bound = 0; in drm_legacy_agp_alloc()
275 if (!entry || !entry->bound) in drm_legacy_agp_unbind()
279 entry->bound = 0; in drm_legacy_agp_unbind()
299 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
311 if (!entry || entry->bound) in drm_legacy_agp_bind()
317 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_legacy_agp_bind()
318 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n", in drm_legacy_agp_bind()
319 dev->agp->base, entry->bound); in drm_legacy_agp_bind()
339 * AGP memory entry. If the memory is currently bound, unbind it via
352 if (entry->bound) in drm_legacy_agp_free()
[all …]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_agpsupport.c225 entry->bound = 0; in drm_agp_alloc()
286 if (!entry || !entry->bound) in drm_agp_unbind()
290 entry->bound = 0; in drm_agp_unbind()
314 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
326 if (!entry || entry->bound) in drm_agp_bind()
332 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind()
333 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n", in drm_agp_bind()
334 dev->agp->base, entry->bound); in drm_agp_bind()
358 * AGP memory entry. If the memory is currently bound, unbind it via
371 if (entry->bound) in drm_agp_free()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/
Dhsw-metrics.json7Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
14Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
35 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
42 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/
Divb-metrics.json7Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
14Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend d…
35 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…
42 …oth categorized under Backend Bound. Backend Bound is further divided into two main categories: Me…

12345678910>>...96