Home
last modified time | relevance | path

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

12345678910>>...83

/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-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-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-4.19/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-4.19/drivers/base/
Dcomponent.c37 bool bound; member
48 bool bound; member
72 dev_name(m->dev), m->bound ? "bound" : "not bound"); in component_devices_show()
81 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
243 master->bound = true; in try_to_bring_up_master()
253 if (!m->bound) { in try_to_bring_up_masters()
265 if (master->bound) { in take_down_master()
268 master->bound = false; in take_down_master()
435 WARN_ON(!component->bound); in component_unbind()
438 component->bound = false; in component_unbind()
[all …]
/kernel/linux/linux-4.19/drivers/pps/
Dkc.c51 /* Check if another consumer is already bound */ in pps_kc_bind()
64 " is not bound\n"); in pps_kc_bind()
73 dev_info(pps->dev, "bound kernel consumer: " in pps_kc_bind()
78 " is already bound\n"); in pps_kc_bind()
89 * if this source was bound to PPS kernel consumer. Can be called on any
110 * This function calls hardpps() when an event from bound PPS source occurs.
/kernel/linux/linux-4.19/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()
548 …_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Absolutely upper bound = 0x%x, lower bound = 0x%x\n… in odm_DIG()
552 /* 2 Modify DIG upper bound */ in odm_DIG()
553 /* 4 Modify DIG upper bound for 92E, 8723A\B, 8821 & 8812 BT */ in odm_DIG()
556 …ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Coex. case: Force upper bound to RS… in odm_DIG()
567 /* 2 Modify DIG lower bound */ in odm_DIG()
[all …]
/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-4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c123 if (!dev->device_info->needs_iommu_device || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device()
126 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device()
133 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device()
148 if (pdd->bound == PDD_BOUND) in kfd_iommu_unbind_process()
189 * when PASID is still bound. in iommu_pasid_shutdown_callback()
238 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
252 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
262 * Mark currently bound processes as PDD_BOUND_SUSPENDED. These
283 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
284 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/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/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-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/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-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-4.19/drivers/staging/media/imx/
DTODO22 CSI ports. And after all async subdevices have been bound,
35 driver or a non-V4L2 media driver. If the device were bound to
42 owned by the V4L2 subdevice that is bound to the port's parent.
58 a media link, between V4L2 subdevices that are bound to the
/kernel/linux/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.
/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…
/kernel/linux/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…
/kernel/linux/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…
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_agpsupport.c218 entry->bound = 0; in drm_agp_alloc()
279 if (!entry || !entry->bound) in drm_agp_unbind()
283 entry->bound = 0; in drm_agp_unbind()
307 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
319 if (!entry || entry->bound) in drm_agp_bind()
325 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind()
326 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n", in drm_agp_bind()
327 dev->agp->base, entry->bound); in drm_agp_bind()
351 * AGP memory entry. If the memory it's currently bound, unbind it via
364 if (entry->bound) in drm_agp_free()
[all …]
/kernel/linux/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()
/kernel/linux/linux-4.19/Documentation/media/uapi/rc/
Dlirc-set-rec-carrier-range.rst12 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate
39 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
40 :ref:`LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>` with the upper bound.

12345678910>>...83