/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | providers.py | 242 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 D | taskdata.py | 363 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: 406 … eligible, 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 D | cooker.py | 1040 …eligible, 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 D | membership-and-voting.md | 13 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 D | sch_hfsc.c | 172 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 D | fsl,audmix.txt | 22 in TDM frame to be eligible for mixing.
|
/openbmc/qemu/docs/specs/ |
H A D | riscv-iommu.rst | 42 with any eligible cards available in the system, regardless of factors such as the
|
/openbmc/linux/Documentation/block/ |
H A D | blk-mq.rst | 95 eligible to be sent to the hardware. One of the possible schedulers to be
|
/openbmc/docs/ |
H A D | hw-vendor-repos-policy.md | 26 following requirements to be eligible for a repository under OpenBMC:
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 190 This function chooses the most appropriate task eligible to run next.
|
/openbmc/linux/Documentation/networking/ |
H A D | udplite.rst | 216 larger checksum coverage lengths, each eligible fragment needs to be
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GFDL-1.3-no-invariants-or-later | 133 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 D | GFDL-1.3-or-later | 133 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 D | GFDL-1.3 | 414 An MMC is "eligible for relicensing" if it is licensed under this 422 provided the MMC is eligible for relicensing.
|
H A D | GFDL-1.3-invariants-or-later | 133 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 D | GFDL-1.3-only | 133 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 D | GFDL-1.3-no-invariants-only | 133 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 D | GFDL-1.3-invariants-only | 133 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 D | Community-Spec-1.0 | 127 were eligible to have been excluded pursuant to Section 3.1.
|
H A D | CAL-1.0-Combined-Work-Exception | 261 noncompliance. You are eligible for reinstatement of permissions for
|
H A D | CAL-1.0 | 261 noncompliance. You are eligible for reinstatement of permissions for
|
H A D | CC-BY-3.0-IGO | 15 …b. "Work" means the literary and/or artistic work eligible for copyright protection, whatever may …
|
H A D | CC-BY-NC-ND-3.0-IGO | 15 …b. "Work" means the literary and/or artistic work eligible for copyright protection, whatever may …
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | configuration.rst | 443 eligible, based on the firmware description (it effectively reverts to the
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 3729 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()
|