/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 274 : Consumers(std::move(C)) { in HandleTopLevelDecl() 279 for (auto &Consumer : Consumers) { in HandleTopLevelDecl() 299 for (auto &Consumer : Consumers) in HandleTranslationUnit() 305 for (auto &Consumer : Consumers) 311 for (auto &Consumer : Consumers) in HandleCXXImplicitFunctionInstantiation() 316 for (auto &Consumer : Consumers) in HandleTopLevelDeclInObjCContainer() 321 for (auto &Consumer : Consumers) in HandleImplicitImportDecl() 326 for (auto &Consumer : Consumers) in CompleteTentativeDefinition() 331 for (auto &Consumer : Consumers) in CompleteExternalDeclaration() 336 for (auto &Consumer : Consumers) in AssignInheritanceModel() [all...] |
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestMaxConsumers.java | 61 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-src/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | interconnect.txt | 5 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-src/sys/contrib/ck/include/ |
H A D | ck_stack.h | 51 * 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-src/sys/geom/ |
H A D | geom_subr.c | 329 LIST_FOREACH(cp, &pp->consumers, consumers) { in g_retaste_event() 494 if (LIST_EMPTY(&pp->consumers)) in g_wither_washer() 500 if (LIST_EMPTY(&pp->consumers)) in g_wither_washer() 576 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_new_provider_event() 586 LIST_FOREACH(cp, &pp->consumers, consumers) in g_new_provider_event() 624 LIST_INIT(&pp->consumers); in g_new_providerf() 698 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_resize_provider_event() 716 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_resize_provider_event() 729 LIST_FOREACH(cp, &pp->consumers, consumers) in g_resize_provider_event() 794 KASSERT(LIST_EMPTY(&pp->consumers), in g_destroy_provider() [all …]
|
H A D | geom_event.c | 133 * Tell all consumers of the change. in g_attr_changed_event() 135 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_attr_changed_event() 202 * Tell all consumers the bad news. in g_orphan_register() 205 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_orphan_register() 220 if (LIST_EMPTY(&pp->consumers) && wf) in g_orphan_register() 225 cp = LIST_FIRST(&pp->consumers); in g_orphan_register()
|
/freebsd-src/share/man/man9/ |
H A D | crypto.9 | 29 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 D | eventtimers.9 | 89 .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 D | g_geom.9 | 69 creating any providers or consumers related to this geom (not all are required): 74 Pointer to a function used for consumers spoiling. 91 If you are planning to use consumers in your geom you must set fields 112 The geom cannot possess any consumers.
|
H A D | g_wither_geom.9 | 30 .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 D | alq.9 | 146 Consumers of this API may wish to pass 165 to provide backwards compatibility to consumers that have not been updated to 229 to provide backwards compatibility to consumers that have not been updated to 302 to provide backwards compatibility to consumers that have not been updated to 336 to provide backwards compatibility to consumers that have not been updated to
|
H A D | mac.9 | 60 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-src/share/man/man4/ |
H A D | geom.4 | 172 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-src/sys/netpfil/ipfw/ |
H A D | ip_fw_iface.c | 256 /* Assume all consumers have been already detached */ in destroy_iface() 327 TAILQ_INIT(&iif->consumers); in ipfw_iface_ref() 363 * Adds @ic to the list of iif interface consumers. 377 TAILQ_INSERT_TAIL(&iif->consumers, ic, next); in ipfw_iface_add_notify() 394 TAILQ_REMOVE(&iif->consumers, ic, next); in ipfw_iface_del_notify() 431 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifattach() 448 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifdetach()
|
/freebsd-src/sys/contrib/device-tree/Bindings/reset/ |
H A D | reset.txt | 20 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-src/sys/contrib/device-tree/Bindings/mux/ |
H A D | mux-controller.txt | 10 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-src/sys/contrib/device-tree/Bindings/arm/ |
H A D | secure.txt | 4 "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-src/sys/vm/ |
H A D | vm_radix.c | 36 * be decided by the library consumers. At the same time, consumers 91 * every node allocation, resulting into deadlocks for consumers already
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | nvidia,tegra210-car.txt | 15 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 D | nvidia,tegra20-car.txt | 15 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 D | nvidia,tegra114-car.txt | 15 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 D | nvidia,tegra30-car.txt | 15 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
|
/freebsd-src/share/mk/ |
H A D | src.lua.mk | 4 # 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-src/usr.bin/fstat/ |
H A D | fuser.c | 96 STAILQ_HEAD(, consumer) consumers; 156 STAILQ_INIT(&reqfile->consumers); in addfile() 261 STAILQ_FOREACH(consumer, &reqfiles[i].consumers, next) { in do_fuser() 325 STAILQ_FOREACH(cons, &reqfiles[i].consumers, next) in dofiles() 346 STAILQ_INSERT_TAIL(&reqfiles[i].consumers, cons, next); in dofiles()
|
/freebsd-src/sys/contrib/device-tree/Bindings/hwlock/ |
H A D | hwlock.txt | 21 Consumers that require specific hwlock(s) should specify them using the 33 as the hwlocks, with one name per hwlock. Consumers can
|