Home
last modified time | relevance | path

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

12345678910>>...47

/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 …]
/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()
/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
/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.
/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 …]
/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c112 if (!dev->use_iommu_v2 || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device()
115 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device()
122 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device()
137 if (pdd->bound == PDD_BOUND) in kfd_iommu_unbind_process()
178 * when PASID is still bound. in iommu_pasid_shutdown_callback()
227 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
241 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
251 * Mark currently bound processes as PDD_BOUND_SUSPENDED. These
272 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
273 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/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…
/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…
/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
/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 …]
/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 …]
/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…
/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…
/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/
Dhsx-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…
/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/
Divt-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…
/linux-5.10/tools/perf/Documentation/
Dtopdown.txt6 frontend bound, backend bound, bad speculation, retiring.
28 # time retiring bad speculation frontend bound backend bound
202 printf("Retiring %.2f%% Bad Speculation %.2f%% FE Bound %.2f%% BE Bound %.2f%%\n",
238 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
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()
/linux-5.10/Documentation/networking/
Daf_xdp.rst53 The socket is then finally bound with a bind() call to a device and a
75 indeed bound to that device and ring number. If not, the packet is
112 system call. A UMEM is bound to a netdev and queue id, via the bind()
235 dropped. E.g. an AF_XDP socket is bound to netdev eth0 and
269 sockets bound to the same netdev and queue id. The UMEM (tied to the
272 we have bound to. To use this mode, create the first socket and bind
321 bound to different queue ids and/or netdevs. In this case you have to
323 netdev,queue_id pair. Let us say you want to create two sockets bound
333 case where sockets were bound to the same queue id and
341 created for you and bound to the shared UMEM. You can use this
[all …]
/linux-5.10/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-5.10/tools/perf/pmu-events/arch/x86/skylake/
Dskl-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…
/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dbdw-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…
/linux-5.10/include/rdma/
Drdma_cm.h161 * be bound to a local RDMA device.
168 * rdma_cm_id will be bound to a local device.
180 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier
241 * Users must have bound the rdma_cm_id to a local address by calling
317 * @reuse: Value indicating if the bound address is reusable.
319 * Reuse must be set before an address is bound to the id.
325 * bound address family only.
363 * If cm_id is not bound yet to the RDMA device, it doesn't
/linux-5.10/Documentation/scheduler/
Dsched-bwc.rst44 upper bound on the period length of 1s. Additional restrictions exist when
118 For highly-threaded, non-cpu bound applications this non-expiration nuance
135 The interaction between cpu-bound and non-cpu-bound-interactive applications
138 on the same CPU it is theoretically possible that the non-cpu bound application
140 cpu-bound application from fully using its quota by that same amount. In these
/linux-5.10/drivers/gpu/drm/i915/
Di915_vma.c747 unsigned int bound; in try_qad_pin() local
750 bound = atomic_read(&vma->flags); in try_qad_pin()
752 if (unlikely(flags & ~bound)) in try_qad_pin()
755 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin()
758 if (!(bound & I915_VMA_PIN_MASK)) in try_qad_pin()
761 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin()
762 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
768 * If pin_count==0, but we are bound, check under the lock to avoid in try_qad_pin()
773 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) { in try_qad_pin()
778 if (unlikely(flags & ~bound)) { in try_qad_pin()
[all …]
/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellx/
Dbdx-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>>...47