Home
last modified time | relevance | path

Searched full:consumers (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp279 : Consumers(std::move(C)) { in MultiplexConsumer()
284 for (auto &Consumer : Consumers) { in MultiplexConsumer()
303 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in MultiplexConsumer() local
304 Consumers.push_back(std::move(Consumer)); in MultiplexConsumer()
305 return Consumers; in MultiplexConsumer()
311 for (auto &Consumer : Consumers) in Initialize()
317 for (auto &Consumer : Consumers) in HandleTopLevelDecl()
323 for (auto &Consumer : Consumers) in HandleInlineFunctionDefinition()
328 for (auto &Consumer : Consumers) in HandleCXXStaticMemberVarInstantiation()
333 for (auto &Consumer : Consumers) in HandleInterestingDecl()
[all …]
H A DFrontendActions.cpp139 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateASTConsumer() local
140 Consumers.push_back(std::make_unique<PCHGenerator>( in CreateASTConsumer()
146 Consumers.push_back(CI.getPCHContainerWriter().CreatePCHContainerGenerator( in CreateASTConsumer()
149 return std::make_unique<MultiplexConsumer>(std::move(Consumers)); in CreateASTConsumer()
198 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateMultiplexConsumer() local
200 Consumers.push_back(std::make_unique<PCHGenerator>( in CreateMultiplexConsumer()
211 Consumers.push_back(CI.getPCHContainerWriter().CreatePCHContainerGenerator( in CreateMultiplexConsumer()
213 return Consumers; in CreateMultiplexConsumer()
219 std::vector<std::unique_ptr<ASTConsumer>> Consumers = in CreateASTConsumer() local
221 if (Consumers.empty()) in CreateASTConsumer()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java61 Consumer[] consumers = new Consumer[n]; in main() local
64 consumers[i] = new LocalConsumer(); in main()
65 consumers[i].open(); in main()
68 consumers[i].close(); in main()
71 consumers[i] = new LocalConsumer(); in main()
72 consumers[i].open(); in main()
93 consumers[i].close(); in main()
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt5 providers/consumers properties.
16 consumers, such as in the case where two network-on-chip fabrics interface
37 = interconnect consumers =
39 The interconnect consumers are device nodes which dynamically express their
55 order as the interconnects property. Consumers drivers will use
/freebsd/sys/contrib/ck/include/
H A Dck_stack.h51 * Stack producer operation safe for multiple unique producers and multiple consumers.
74 * Stack producer operation for multiple unique producers and multiple consumers.
93 * Stack consumer operation safe for multiple unique producers and multiple consumers.
121 * Stack production operation for multiple unique producers and multiple consumers.
164 * Stack producer operation safe for multiple producers and multiple consumers.
178 * Stack producer operation safe for multiple producers and multiple consumers.
192 * Stack consumer operation safe for multiple producers and multiple consumers.
270 * Stack producer operation safe with no concurrent consumers.
288 * Stack producer operation for single producer and no concurrent consumers.
/freebsd/sys/geom/
H A Dgeom_subr.c331 LIST_FOREACH(cp, &pp->consumers, consumers) { in g_retaste_event()
506 if (LIST_EMPTY(&pp->consumers)) in g_wither_washer()
512 if (LIST_EMPTY(&pp->consumers)) in g_wither_washer()
588 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_new_provider_event()
598 LIST_FOREACH(cp, &pp->consumers, consumers) in g_new_provider_event()
636 LIST_INIT(&pp->consumers); in g_new_providerf()
710 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_resize_provider_event()
728 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_resize_provider_event()
741 LIST_FOREACH(cp, &pp->consumers, consumers) in g_resize_provider_event()
806 KASSERT(LIST_EMPTY(&pp->consumers), in g_destroy_provider()
[all …]
H A Dgeom_event.c132 * Tell all consumers of the change. in g_attr_changed_event()
134 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_attr_changed_event()
201 * Tell all consumers the bad news. in g_orphan_register()
204 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_orphan_register()
219 if (LIST_EMPTY(&pp->consumers) && wf) in g_orphan_register()
224 cp = LIST_FIRST(&pp->consumers); in g_orphan_register()
/freebsd/share/man/man9/
H A Dcrypto.929 It permits in-kernel consumers to encrypt and decrypt data
39 Consumers allocate sessions to describe a transform as discussed in
41 Consumers then allocate request objects to describe each transformation
47 consumers.
53 Since the consumers may not be associated with a process, drivers may
H A Deventtimers.989 .Bl -tag -width "Consumers"
92 .It Consumers
103 provide APIs for event timer drivers and consumers.
132 Used by consumers to predict set of possible frequencies that could be
228 It releases the event timer for other consumers use.
H A Dg_geom.980 creating any providers or consumers related to this geom (not all are required):
85 Pointer to a function used for consumers spoiling.
102 If you are planning to use consumers in your geom you must set fields
125 The geom cannot possess any consumers.
H A Dalq.9147 Consumers of this API may wish to pass
166 to provide backwards compatibility to consumers that have not been updated to
230 to provide backwards compatibility to consumers that have not been updated to
303 to provide backwards compatibility to consumers that have not been updated to
337 to provide backwards compatibility to consumers that have not been updated to
H A Dg_wither_geom.930 .Nd "destroy geom and related providers and consumers when you get a chance"
47 If there are no more providers nor consumers, the geom will be
60 because the access counts of the geom's consumers and providers may not be 0.
H A Dmac.960 Both consumers of the API (normal kernel services) and security modules
71 .Ss API for Consumers
79 .Ss Locking for Consumers
80 Consumers of the MAC API must be aware of the locking requirements for
/freebsd/share/man/man4/
H A Dgeom.4172 A geom has zero or more consumers.
178 A provider can have zero or more consumers attached.
187 A geom with no attached consumers has rank=1.
189 A geom with attached consumers has a rank one higher than the
190 highest rank of the geoms of the providers its consumers are
242 consumers attached to the provider will receive notification about
254 immediate change in the topology: any attached consumers are still
327 all attached consumers are told about this and geoms like
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c271 /* Assume all consumers have been already detached */ in destroy_iface()
335 TAILQ_INIT(&iif->consumers); in ipfw_iface_ref()
367 * Adds @ic to the list of iif interface consumers.
381 TAILQ_INSERT_TAIL(&iif->consumers, ic, next); in ipfw_iface_add_notify()
398 TAILQ_REMOVE(&iif->consumers, ic, next); in ipfw_iface_del_notify()
435 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifattach()
452 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifdetach()
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dreset.txt20 A word on where to place reset signal consumers in device tree: It is possible
45 = Reset consumers =
56 the resets property. Consumers drivers will use reset-names to
/freebsd/sys/contrib/device-tree/Bindings/mux/
H A Dmux-controller.txt10 A mux controller provides a number of states to its consumers, and the state
15 Consumers
18 Mux controller consumers should specify a list of mux controllers that they
68 * Two consumers (one for an ADC line and one for an i2c bus) of
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsecure.txt4 "Normal" and "Secure". Most devicetree consumers (including the Linux
6 world or the Secure world. However some devicetree consumers are
30 world consumers (like kernels that run entirely in Secure) to simply
/freebsd/usr.bin/fstat/
H A Dfuser.c95 STAILQ_HEAD(, consumer) consumers;
154 STAILQ_INIT(&reqfile->consumers); in addfile()
250 STAILQ_FOREACH(consumer, &reqfiles[i].consumers, next) { in do_fuser()
314 STAILQ_FOREACH(cons, &reqfiles[i].consumers, next) in dofiles()
335 STAILQ_INSERT_TAIL(&reqfiles[i].consumers, cons, next); in dofiles()
/freebsd/sys/vm/
H A Dvm_radix.c36 * be decided by the library consumers. At the same time, consumers
91 * every node allocation, resulting into deadlocks for consumers already
/freebsd/share/mk/
H A Dsrc.lua.mk4 # This file provides any necessary assistance for consumers of Lua in the base
35 # Otherwise, consumers will have to settle for a PATH search and PATH being
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnvidia,tegra210-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra30-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra114-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra20-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's

12345678910>>...20