Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py242 eligible = []
278 if not eligible:
279 return eligible
291 eligible = [fn] + eligible
293 return eligible
310 for p in eligible:
315 eligible = [p] + eligible
336 for p in eligible:
341 eligible = [p] + eligible
354 for p in eligible:
[all …]
H A Dtaskdata.py364 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:
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:
416 for fn in eligible:
424 for fn in eligible:
[all …]
H A Dcooker.py1042eligible, foundUnique = bb.providers.filterProviders(filenames, pn, self.databuilder.mcdata[mc], s…
1043 if eligible is not None:
1044 filename = eligible[0]
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Darm-pl08x.yaml57 description: if AHB master 1 is eligible for fetching LLIs
61 description: if AHB master 2 is eligible for fetching LLIs
65 description: if AHB master 1 is eligible for fetching memory contents
69 description: if AHB master 2 is eligible for fetching memory contents
H A Dstericsson,dma40.yaml151 engine are eligible for memcpy transfers
/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/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/networking/
H A Dudplite.rst216 larger checksum coverage lengths, each eligible fragment needs to be
/openbmc/linux/Documentation/scheduler/
H A Dsched-design-CFS.rst190 This function chooses the most appropriate task eligible to run next.
/openbmc/openbmc/poky/meta/files/common-licenses/
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-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-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-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-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-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 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-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()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst189 This tunable is used to define when dirty data is old enough to be eligible
213 inode is old enough to be eligible for writeback by the kernel flusher threads.

12