Searched refs:producers (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/virt/lib/ |
H A D | irqbypass.c | 25 static LIST_HEAD(producers); 100 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer() 116 list_add(&producer->node, &producers); in irq_bypass_register_producer() 150 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer() 203 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer() 250 list_for_each_entry(producer, &producers, node) { in irq_bypass_unregister_consumer()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bench.c | 482 pthread_t *producers; member 598 state.producers = calloc(env.producer_cnt, sizeof(*state.producers)); in setup_benchmark() 602 if (!state.producers || !state.consumers || !state.results) in setup_benchmark() 630 err = pthread_create(&state.producers[i], NULL, in setup_benchmark() 638 set_thread_affinity(state.producers[i], in setup_benchmark()
|
/openbmc/linux/Documentation/bpf/ |
H A D | ringbuf.rst | 146 This reserve/commit schema allows a natural way for multiple producers, either 148 independent records and work with them without blocking other producers. This 162 - producer counter denotes amount of data reserved by all producers. 182 already committed. It is thus possible for slow producers to temporarily hold 186 speeds up as well) implementation of both producers and consumers is how data
|
/openbmc/linux/Documentation/gpu/ |
H A D | afbc.rst | 16 producers and consumers.
|
/openbmc/bmcweb/ |
H A D | OEM_SCHEMAS.md | 30 available systems to test on, and the limited audience of both producers and
|
/openbmc/linux/Documentation/core-api/ |
H A D | circular-buffers.rst | 19 producer and just one consumer. It is possible to handle multiple producers by
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | litmus-tests.txt | 315 synchronize between ring-buffer producers and consumers. In the example
|