Home
last modified time | relevance | path

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

123456789

/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-initialize.846 devices, or all eligible devices in the pool if no individual devices are
51 Cancel initializing on the specified devices, or all eligible devices if none
56 Suspend initializing on the specified devices, or all eligible devices if none
64 Clears the initialization state on the specified devices, or all eligible
H A Dzpool-trim.872 Cancel trimming on the specified devices, or all eligible devices if none
77 Suspend trimming on the specified devices, or all eligible devices if none
H A Dzfs-destroy.8112 automatic destruction as soon as it becomes eligible.
149 eligible.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Darm-pl08x.txt15 - lli-bus-interface-ahb1: if AHB master 1 is eligible for fetching LLIs
16 - lli-bus-interface-ahb2: if AHB master 2 is eligible for fetching LLIs
17 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents
18 - mem-bus-interface-ahb2: if AHB master 2 is eligible for fetching memory contents
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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h27 // instructions and for each eligible graph, it will create a reduced bit-width
29 // old one. Eligible expression graph is such that:
93 /// \return true only if succeed to generate an eligible sub expression graph.
104 /// Check if it is eligible to be reduced to a smaller type.
108 /// eligible to be reduced.
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c81 * ne_heap (key is Start time) stores not-eligible queues
165 /* if nothing is backlogged, make sure this flow is eligible */ in wf2qp_enqueue()
173 * empty). If the flow is not eligible we just store it in the in wf2qp_enqueue()
181 /* S>V means flow Not eligible. */ in wf2qp_enqueue()
183 D("++ ouch! not eligible but empty scheduler!"); in wf2qp_enqueue()
214 /* make sure at least one element is eligible, bumping V in wf2qp_dequeue()
215 * and moving entries that have become eligible. in wf2qp_dequeue()
242 /* ok we have at least one eligible pkt */ in wf2qp_dequeue()
/freebsd/sys/net/altq/
H A Daltq_hfsc.h89 u_int64_t e; /* eligible time */
132 u_int64_t e; /* eligible time */
237 u_int64_t cl_e; /* eligible time */
261 struct runtime_sc cl_eligible; /* eligible curve */
271 TAILQ_ENTRY(hfsc_class) cl_ellist; /* eligible list entry */
295 TAILQ_HEAD(elighead, hfsc_class) hif_eligible; /* eligible list */
H A Daltq_hfsc.c734 * if there are eligible classes, use real-time criteria. in hfsc_dequeue()
736 * the eligible classes. in hfsc_dequeue()
916 * update the eligible curve. in init_ed()
1149 * eligible list holds backlogged classes being sorted by their eligible times.
1150 * there is one eligible list per interface.
1190 * the eligible time of a class increases monotonically. in ellist_update()
1191 * if the next entry has a larger eligible time, nothing to do. in ellist_update()
1220 /* find the class with the minimum deadline among the eligible classes */
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h664 * residing in the arc_anon state, and are eligible for eviction
671 * residing in the arc_anon state, and are eligible for eviction
687 * residing in the arc_mru state, and are eligible for eviction
694 * residing in the arc_mru state, and are eligible for eviction
712 * buffers that are eligible for eviction, of type
718 * buffers that are eligible for eviction, of type
732 * Number of bytes consumed by ARC buffers that are eligible for
738 * Number of bytes consumed by ARC buffers that are eligible for
753 * buffers that are eligible for eviction, of type
759 * buffers that are eligible for eviction, of type
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.h39 // Sink 'Def', and also sink its eligible DBG_VALUEs to the place before
42 // Clone 'Def' (optionally), and also clone its eligible DBG_VALUEs to the
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp113 // Can't be eligible if larger than the FP registers. Half precision isn't in detectFARsEligibleStructHelper()
118 // Can't be eligible if an integer type was already found (int+int pairs in detectFARsEligibleStructHelper()
119 // are not eligible). in detectFARsEligibleStructHelper()
170 // copy constructor are not eligible for the FP calling convention. in detectFARsEligibleStructHelper()
177 // Unions aren't eligible unless they're empty in C (which is caught above). in detectFARsEligibleStructHelper()
219 // Determine if a struct is eligible to be passed in FARs (and GARs) (i.e., when
H A DRISCV.cpp120 // Can't be eligible if larger than the FP registers. Handling of half in detectFPCCEligibleStructHelper()
124 // Can't be eligible if an integer type was already found (int+int pairs in detectFPCCEligibleStructHelper()
125 // are not eligible). in detectFPCCEligibleStructHelper()
177 // copy constructor are not eligible for the FP calling convention. in detectFPCCEligibleStructHelper()
183 // Unions aren't eligible unless they're empty (which is caught above). in detectFPCCEligibleStructHelper()
234 // Determine if a struct is eligible for passing according to the floating
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_active_import.ksh29 # 4. Kill ztest to make pool eligible for import.
86 # 4. Kill ztest to make pool eligible for import. Poll with 'zpool status'.
/freebsd/contrib/llvm-project/lld/docs/
H A Dmissingkeyfunction.rst24 ensure there is at least one eligible function that can serve as the key function.
47 the first eligible key function and it's easy to forget to implement them. It's
/freebsd/sys/amd64/vmm/io/
H A Dvlapic.h42 * Returns 0 if there is no eligible vector that can be delivered to the
45 * If an eligible vector number is found and 'vecptr' is not NULL then it will
/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp81 // Non-comdat chunks, dead chunks, and writable chunks are not eligible. in isEligible()
86 // Under regular (not safe) ICF, all code sections are eligible. in isEligible()
91 // .pdata and .xdata unwind info sections are eligible. in isEligible()
103 // Anything else not in an address-significance table is eligible. in isEligible()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp104 // eligible for .bss/.tbss csect, getKind().isThreadBSS() is used to cover in printSwitchToSection()
116 // Zero-initialized TLS data with weak or external linkage are not eligible to in printSwitchToSection()
/freebsd/share/man/man4/
H A Dsfxge.4143 is eligible for LRO.
148 before a connection is eligible for LRO.
/freebsd/lib/libpmc/
H A Dpmc.westmereuc.3700 While in the sleep state, the request is not eligible to be scheduled to the QMC.
705 While in the sleep state, the request is not eligible to be scheduled to the QMC.
710 While in the sleep state, the request is not eligible to be scheduled to the QMC.
714 While in the sleep state, the request is not eligible to be scheduled to the QMC.
719 While in the sleep state, the request is not eligible to be scheduled to the QMC.
723 While in the sleep state, the request is not eligible to be scheduled to the QMC.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,audmix.txt22 in TDM frame to be eligible for mixing.
H A Dfsl,audmix.yaml33 in TDM frame to be eligible for mixing.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h183 /// Test whether this code extractor is eligible.
186 /// determine whether it is eligible for extraction.
/freebsd/lib/libsys/
H A Dthr_suspend.258 not eligible for CPU time.
/freebsd/share/man/man9/
H A Dbus_attach_children.948 iterates over all eligible device drivers for children of

123456789