| /freebsd/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/sys/geom/ |
| H A D | geom_subr.c | 331 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 D | geom_event.c | 134 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_attr_changed_event() 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/usr.bin/fstat/ |
| H A D | fuser.c | 95 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/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
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_iface.c | 335 TAILQ_INIT(&iif->consumers); in ipfw_iface_ref() 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/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,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
|
| 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,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,tegra124-car.txt | 15 In clock consumers, this cell represents the clock ID exposed by the 21 In clock consumers, this cell represents the bit number in the CAR's
|
| H A D | img,boston-clock.txt | 13 Values available for clock consumers can be found in the header file:
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | vctrl.txt | 7 - regulator-min-microvolt : smallest voltage consumers may set 8 - regulator-max-microvolt : largest voltage consumers may set
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,usb-8x16-phy.txt | 16 Definition: See clock-bindings.txt section "consumers". List of 43 Definition: See reset.txt section "consumers". PHY reset specifier.
|
| /freebsd/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/tools/build/options/ |
| H A D | LIBC_MALLOC | 13 and downstream consumers.
|
| /freebsd/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 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/reset/ |
| H A D | ti-syscon-reset.txt | 32 consumers, defined as: 60 common reset controller usage by consumers.
|
| H A D | reset.txt | 20 A word on where to place reset signal consumers in device tree: It is possible 45 = Reset consumers =
|
| /freebsd/sys/contrib/device-tree/Bindings/hwlock/ |
| H A D | sirf,hwspinlock.txt | 13 Please look at the generic hwlock binding for usage information for consumers,
|
| H A D | sprd-hwspinlock.txt | 13 Please look at the generic hwlock binding for usage information for consumers,
|
| /freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | qfprom.txt | 26 = Data consumers =
|
| H A D | xlnx,zynqmp-nvmem.txt | 35 = Data consumers =
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_selftest_queue.c | 316 pthread_t consumers[ncfg]; in run_queue_workloads() local 342 VERIFY3S(pthread_create(&consumers[i], NULL, qtest_consumer, in run_queue_workloads() 355 VERIFY3S(pthread_join(consumers[i], NULL), ==, 0); in run_queue_workloads()
|
| /freebsd/lib/libz/ |
| H A D | FREEBSD-upgrade | 4 benefit other consumers.
|