Home
last modified time | relevance | path

Searched refs:eligible (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py242 eligible = []
266 return eligible
269 eligible.append(preferred_versions[pn][1])
276 eligible.append(preferred_versions[pn][1])
278 if not eligible:
279 return eligible
288 if not fn in eligible:
290 eligible.remove(fn)
291 eligible = [fn] + eligible
293 return eligible
[all …]
H A Dtaskdata.py363 eligible, foundUnique = bb.providers.filterProviders(all_p, item, cfgData, dataCache)
364 eligible = [p for p in eligible if not p in self.failed_fns]
366 if not eligible:
370 if len(eligible) > 1 and not foundUnique:
373 for fn in eligible:
378 for fn in eligible:
406eligible, numberPreferred = bb.providers.filterProvidersRunTime(all_p, item, cfgData, dataCache)
407 eligible = [p for p in eligible if not p in self.failed_fns]
409 if not eligible:
413 if len(eligible) > 1 and numberPreferred == 0:
[all …]
H A Dcooker.py1040eligible, foundUnique = bb.providers.filterProviders(filenames, pn, self.databuilder.mcdata[mc], s…
1041 if eligible is not None:
1042 filename = eligible[0]
/openbmc/docs/tof/
H A Dmembership-and-voting.md13 This is determined by voting eligibility; ie. an individual is only eligible to
14 be elected a member of the TOF if they are eligible to vote in their own
43 | Jan 15th | July 15th | Current TOF must publish a list of eligible voting members. …
46 | Feb 15th | Aug 15th | Current TOF must publish a final list of eligible voting members an…
76 Member Emeritus for 6 months. Both Active and Emertius members are eligible for
/openbmc/linux/net/sched/
H A Dsch_hfsc.c172 struct rb_root eligible; /* eligible tree */ member
187 struct rb_node **p = &cl->sched->eligible.rb_node; in eltree_insert()
200 rb_insert_color(&cl->el_node, &cl->sched->eligible); in eltree_insert()
206 rb_erase(&cl->el_node, &cl->sched->eligible); in eltree_remove()
223 for (n = rb_first(&q->eligible); n != NULL; n = rb_next(n)) { in eltree_get_mindl()
239 n = rb_first(&q->eligible); in eltree_get_minel()
1410 q->eligible = RB_ROOT; in hfsc_init_qdisc()
1494 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,audmix.txt22 in TDM frame to be eligible for mixing.
/openbmc/qemu/docs/specs/
H A Driscv-iommu.rst42 with any eligible cards available in the system, regardless of factors such as the
/openbmc/linux/Documentation/block/
H A Dblk-mq.rst95 eligible to be sent to the hardware. One of the possible schedulers to be
/openbmc/docs/
H A Dhw-vendor-repos-policy.md26 following requirements to be eligible for a repository under OpenBMC:
/openbmc/linux/Documentation/scheduler/
H A Dsched-design-CFS.rst190 This function chooses the most appropriate task eligible to run next.
/openbmc/linux/Documentation/networking/
H A Dudplite.rst216 larger checksum coverage lengths, each eligible fragment needs to be
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGFDL-1.3-no-invariants-or-later133 An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that we…
135 …A on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
H A DGFDL-1.3-or-later133 An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that we…
135 …A on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
H A DGFDL-1.3414 An MMC is "eligible for relicensing" if it is licensed under this
422 provided the MMC is eligible for relicensing.
H A DGFDL-1.3-invariants-or-later133 An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that we…
135 …A on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
H A DGFDL-1.3-only133 An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that we…
135 …A on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
H A DGFDL-1.3-no-invariants-only133 An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that we…
135 …A on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
H A DGFDL-1.3-invariants-only133 An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that we…
135 …A on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
H A DCommunity-Spec-1.0127 were eligible to have been excluded pursuant to Section 3.1.
H A DCAL-1.0-Combined-Work-Exception261 noncompliance. You are eligible for reinstatement of permissions for
H A DCAL-1.0261 noncompliance. You are eligible for reinstatement of permissions for
H A DCC-BY-3.0-IGO15 …b. "Work" means the literary and/or artistic work eligible for copyright protection, whatever may …
H A DCC-BY-NC-ND-3.0-IGO15 …b. "Work" means the literary and/or artistic work eligible for copyright protection, whatever may …
/openbmc/linux/Documentation/networking/dsa/
H A Dconfiguration.rst443 eligible, based on the firmware description (it effectively reverts to the
/openbmc/linux/virt/kvm/
H A Dkvm_main.c3729 bool eligible; in kvm_vcpu_eligible_for_directed_yield() local
3731 eligible = !vcpu->spin_loop.in_spin_loop || in kvm_vcpu_eligible_for_directed_yield()
3737 return eligible; in kvm_vcpu_eligible_for_directed_yield()

12