Home
last modified time | relevance | path

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

12345678910>>...50

/Linux-v5.15/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dmetrics.json4 "PublicDescription": "Frontend bound L1 topdown metric",
5 "BriefDescription": "Frontend bound L1 topdown metric",
25 "PublicDescription": "Backend Bound L1 topdown metric",
26 "BriefDescription": "Backend Bound L1 topdown metric",
32 "PublicDescription": "Fetch latency bound L2 topdown metric",
33 "BriefDescription": "Fetch latency bound L2 topdown metric",
39 "PublicDescription": "Fetch bandwidth bound L2 topdown metric",
40 "BriefDescription": "Fetch bandwidth bound L2 topdown metric",
60 "PublicDescription": "Core bound L2 topdown metric",
61 "BriefDescription": "Core bound L2 topdown metric",
[all …]
/Linux-v5.15/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-v5.15/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-v5.15/tools/perf/arch/x86/util/
Devlist.c7 …ine TOPDOWN_L1_EVENTS "{slots,topdown-retiring,topdown-bad-spec,topdown-fe-bound,topdown-be-bound}"
8 …opdown-bad-spec,topdown-fe-bound,topdown-be-bound,topdown-heavy-ops,topdown-br-mispredict,topdown-…
/Linux-v5.15/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-v5.15/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-v5.15/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 (p->pdds[i]->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()
/Linux-v5.15/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-v5.15/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-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh40 # It is forbidden in mlxsw driver to have mixed-bound
48 check_err $? "Failed to add drop rule to ingress bound block"
65 check_fail $? "Incorrect success to add drop rule to mixed bound block"
74 check_err $? "Failed to add drop rule to egress bound shared block"
89 # egress-bound block.
97 check_err $? "Failed to add redirect rule to ingress bound block"
115 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
125 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
132 check_fail $? "Incorrect success to add redirect rule to egress bound block"
171 # bound on egress. Spectrum-1 specific restriction
/Linux-v5.15/drivers/base/
Dcomponent.c22 * including their bound drivers, into an aggregate driver. Various subsystems
63 bool bound; member
73 bool bound; member
98 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
107 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
261 master->bound = true; in try_to_bring_up_master()
271 if (!m->bound) { in try_to_bring_up_masters()
283 if (master->bound) { in take_down_master()
286 master->bound = false; in take_down_master()
521 WARN_ON(!component->bound); in component_unbind()
[all …]
/Linux-v5.15/tools/perf/Documentation/
Dtopdown.txt6 frontend bound, backend bound, bad speculation, retiring.
28 # time retiring bad speculation frontend bound backend bound
230 printf("Retiring %.2f%% Bad Speculation %.2f%% FE Bound %.2f%% BE Bound %.2f%%\n",
268 "Mem Bound %.2f%% Core Bound %.2f%%\n",
308 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
328 topdown-mem-bound.
/Linux-v5.15/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 …]
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/include/linux/
Dpci-epf.h63 * @bind: ops to perform when a EPC device has been bound to EPF device
77 * @probe: ops to perform when a new EPF device has been bound to the EPF driver
126 * @epc: the EPC device to which this EPF device is bound
127 * @epf_pf: the physical EPF device to which this virtual EPF device is bound
128 * @driver: the EPF driver to which this EPF device is bound
132 * @sec_epc: the secondary EPC device to which this EPF device is bound
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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.
365 * If cm_id is not bound yet to the RDMA device, it doesn't
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Ddebugfs.c40 int bound[15], range[4], i; in mt7921_ampdu_stat_read_phy() local
49 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7921_ampdu_stat_read_phy()
50 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7921_ampdu_stat_read_phy()
54 seq_printf(file, "Length: %8d | ", bound[0]); in mt7921_ampdu_stat_read_phy()
55 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7921_ampdu_stat_read_phy()
56 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt7921_ampdu_stat_read_phy()
59 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7921_ampdu_stat_read_phy()
/Linux-v5.15/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()
472 /* 2 Modify DIG upper bound */ in odm_DIG()
473 /* 4 Modify DIG upper bound for 92E, 8723A\B, 8821 & 8812 BT */ in odm_DIG()
486 /* 2 Modify DIG lower bound */ in odm_DIG()
501 /* 1 Force Lower Bound for AntDiv */ in odm_DIG()
517 /* 1 Modify DIG lower bound, deal with abnormal case */ in odm_DIG()
535 /* 2 Abnormal lower bound case */ in odm_DIG()
[all …]

12345678910>>...50