Home
last modified time | relevance | path

Searched refs:bound (Results 1 - 25 of 248) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
H A 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/
H A 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/
H A 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-5.10/drivers/gpu/drm/amd/amdkfd/
H A 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 in kfd_unbind_processes_from_device()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A 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...]
H A Ddrm_memory.c77 if (agpmem->bound <= offset in agp_remap()
78 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap()
94 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c191 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
198 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
202 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
206 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
207 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
209 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
213 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A 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...]
H A Ddrm_memory.c75 if (agpmem->bound <= offset in agp_remap()
76 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap()
92 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
/kernel/linux/linux-5.10/drivers/base/
H A 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 in try_to_bring_up_master()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.c750 unsigned int bound; in try_qad_pin() local
753 bound = atomic_read(&vma->flags); in try_qad_pin()
755 if (unlikely(flags & ~bound)) in try_qad_pin()
758 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin()
761 if (!(bound & I915_VMA_PIN_MASK)) in try_qad_pin()
764 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin()
765 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
771 * If pin_count==0, but we are bound, check under the lock to avoid in try_qad_pin()
776 if (unlikely(bound in try_qad_pin()
865 unsigned int bound; i915_vma_pin_ww() local
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A 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 in try_to_bring_up_aggregate_device()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A 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):
90 if isinstance(bound, int) or isinstance(bound, floa
[all...]
/kernel/linux/linux-5.10/net/can/
H A Draw.c84 int bound; member
285 if (ro->bound) in raw_notify()
292 ro->bound = 0; in raw_notify()
336 ro->bound = 0; in raw_init()
386 if (ro->bound) { in raw_release()
404 ro->bound = 0; in raw_release()
433 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind()
465 if (ro->bound) { in raw_bind()
482 ro->bound = 1; in raw_bind()
552 if (ro->bound in raw_setsockopt()
[all...]
/kernel/linux/linux-6.6/net/can/
H A Draw.c85 int bound; member
289 if (ro->bound) { in raw_notify()
298 ro->bound = 0; in raw_notify()
343 ro->bound = 0; in raw_init()
396 if (ro->bound) { in raw_release()
409 ro->bound = 0; in raw_release()
443 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind()
475 if (ro->bound) { in raw_bind()
487 ro->bound = 1; in raw_bind()
568 if (ro->bound in raw_setsockopt()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c117 int bound[15], range[4], i, n; in mt7915_ampdu_stat_read_phy() local
126 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
127 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7915_ampdu_stat_read_phy()
131 seq_printf(file, "Length: %8d | ", bound[0]); in mt7915_ampdu_stat_read_phy()
132 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7915_ampdu_stat_read_phy()
134 bound[i] + 1, bound[i + 1]); in mt7915_ampdu_stat_read_phy()
138 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c281 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
288 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
292 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
296 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
297 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
299 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
302 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_matchall.c47 if (!block->mall.bound) in prestera_mall_prio_get()
107 block->mall.bound = true; in prestera_mall_replace()
126 block->mall.bound = false; in prestera_mall_destroy()
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dpartial_eq.rs10 ([$($vars:tt)*] $lhs:ty, $rhs:ty $(where $ty:ty: $bound:ident)?, #[$stability:meta]) => {
15 $($ty: $bound)?
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c448 int bound[15], range[8], i; in mt7996_ampdu_stat_read_phy() local
455 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
456 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 2], i % 2) + 1; in mt7996_ampdu_stat_read_phy()
461 seq_printf(file, "Length: %8d | ", bound[0]); in mt7996_ampdu_stat_read_phy()
462 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7996_ampdu_stat_read_phy()
464 bound[i] + 1, bound[i + 1]); in mt7996_ampdu_stat_read_phy()
467 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
/kernel/linux/linux-5.10/lib/
H A Ddecompress_unlzma.c75 uint32_t bound; member
146 *Because we want to always expose (rc->code < rc->bound) to optimizer
151 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
152 return rc->bound; in rc_is_bit_0_helper()
163 rc->range = rc->bound; in rc_update_bit_0()
168 rc->range -= rc->bound; in rc_update_bit_1()
169 rc->code -= rc->bound; in rc_update_bit_1()
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unlzma.c75 uint32_t bound; member
146 *Because we want to always expose (rc->code < rc->bound) to optimizer
151 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
152 return rc->bound; in rc_is_bit_0_helper()
163 rc->range = rc->bound; in rc_update_bit_0()
168 rc->range -= rc->bound; in rc_update_bit_1()
169 rc->code -= rc->bound; in rc_update_bit_1()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.c910 unsigned int bound; in try_qad_pin() local
912 bound = atomic_read(&vma->flags); in try_qad_pin()
917 return (flags & bound) == flags; in try_qad_pin()
923 if (unlikely(flags & ~bound)) in try_qad_pin()
926 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin()
929 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin()
930 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
1350 * Before we release the pages that were bound by this vma, we in vma_invalidate_tlb()
1407 unsigned int bound; in i915_vma_pin_ww() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_ecm.h21 bool bound; member
H A Du_eem.h21 bool bound; member

Completed in 18 milliseconds

12345678910