Home
last modified time | relevance | path

Searched full:eligible (Results 1 – 25 of 150) sorted by relevance

123456

/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:
367 …event.NoProvider(item, dependees=self.get_dependees(item), reasons=["No eligible PROVIDERs exist f…
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:
[all …]
/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/openbmc/poky/meta/files/common-licenses/
H A DGPL-3.0-with-GCC-exception20Eligible" if it is done using GCC, alone or with other GPL-compatible software, or if it is done w…
23 …late the terms of GPLv3, provided that all Target Code was generated by Eligible Compilation Proce…
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.
/openbmc/linux/net/sched/
H A Dsch_hfsc.c127 struct rb_node el_node; /* qdisc's eligible tree member */
138 u64 cl_e; /* eligible time */
158 struct runtime_sc cl_eligible; /* eligible curve */
172 struct rb_root eligible; /* eligible tree */ member
180 * eligible tree holds backlogged classes being sorted by their eligible times.
181 * there is one eligible tree per hfsc instance.
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()
216 /* find the class with the minimum deadline among the eligible classes */
[all …]
H A Dsch_qfq.c751 /* if S > V we are not eligible */ in qfq_calc_state()
815 mask = ~0UL; /* make all groups eligible */ in qfq_make_eligible()
835 * happens that the aggregate becomes backlogged and eligible, or just
836 * eligible, while an aggregate with a higher approximated finish time
1339 /* update V: to be in service, agg must be eligible */ in qfq_activate_agg()
H A Dsch_cake.c1260 /* only TCP packets with matching 5-tuple are eligible, and only in cake_ack_filter()
1289 /* If the ECE/CWR flags changed from the previous eligible in cake_ack_filter()
1324 /* At this point we have found an eligible pure ACK to drop; if in cake_ack_filter()
1326 * searching unless this is the second eligible ACK we in cake_ack_filter()
1330 * save the first eligible ACK we find, even if we need to loop in cake_ack_filter()
1344 /* We made it through the queue without finding two eligible ACKs . If in cake_ack_filter()
1345 * we found a single eligible ACK we can drop it in aggressive mode if in cake_ack_filter()
1348 * packet is consecutive with the eligible ACK, and their flags match. in cake_ack_filter()
/openbmc/linux/block/
H A Dbfq-wf2q.c88 * sd->next_in_service, is eligible and has a lower virtual in bfq_update_next_in_service()
478 * the eligible node with the lowest finish time in logarithmic time.
1261 * if needed, to have at least one entity eligible.
1285 * bfq_first_active_entity - find the eligible entity with
1292 * a subtree with at least one eligible (start <= vtime) entity. The path on
1293 * the right is followed only if a) the left subtree contains no eligible
1294 * entities and b) no eligible entity has been found yet.
1325 * __bfq_lookup_next_entity - return the first eligible entity in @st.
1345 * 2) is not eligible any more, or
1359 * least one entity is eligible. in __bfq_lookup_next_entity()
[all …]
/openbmc/linux/arch/ia64/include/asm/
H A Dtopology.h20 * Nodes within this distance are eligible for reclaim by zone_reclaim() when
/openbmc/qemu/hw/intc/
H A Darm_gicv3.c60 * interrupt that is eligible to be signaled to the CPU interface. in gicd_int_pending()
105 * that is eligible to be signaled to the CPU interface. in gicr_int_pending()
189 /* Find out which redistributor interrupts are eligible to be in gicv3_redist_update_noirqset()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,audmix.txt22 in TDM frame to be eligible for mixing.
/openbmc/linux/include/uapi/linux/
H A Dauto_dev-ioctl.h150 /* Check for eligible expire candidates */
/openbmc/linux/arch/powerpc/include/asm/
H A Dtopology.h15 * all zones on all nodes will be eligible for zone_reclaim().
/openbmc/linux/include/linux/pds/
H A Dpds_intr.h58 * the interrupt resource is again eligible to
/openbmc/linux/include/soc/fsl/
H A Ddpaa2-global.h50 /* FQ force eligible */
/openbmc/qemu/docs/specs/
H A Driscv-iommu.rst42 with any eligible cards available in the system, regardless of factors such as the
/openbmc/phosphor-fan-presence/control/json/
H A Dfan.hpp135 * (become eligible for setTarget()) when all locks are removed from the
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.h138 * reply to each apqn eligible.
/openbmc/linux/fs/autofs/
H A Dexpire.c415 * Find an eligible tree to time-out
416 * A tree is eligible if :-
/openbmc/linux/mm/
H A Dworkingset.c178 * On cache misses for which there are shadow entries, an eligible
652 * node for every eligible shadow entry, so compromise on a in count_shadow_nodes()
653 * worst-case density of 1/8th. Below that, not all eligible in count_shadow_nodes()
/openbmc/docs/
H A Dhw-vendor-repos-policy.md26 following requirements to be eligible for a repository under OpenBMC:
/openbmc/linux/scripts/gcc-plugins/
H A Dstructleak_plugin.c6 * NOT 'eligible' as defined by gcc's library exception to the GPL v3,

123456