Searched refs:producers (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/virt/lib/ |
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()
|
/linux-6.12.1/Documentation/driver-api/ |
D | wbrf.rst | 12 To mitigate possible RFI interference producers can advertise the 31 To make the mechanism function, those producers should notify active use 58 The expected flow for the producers: 70 of frequency band change(add or remove) from other producers. 72 current active frequency bands considering some producers may broadcast
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bench.c | 486 pthread_t *producers; member 641 state.producers = calloc(env.producer_cnt, sizeof(*state.producers)); in setup_benchmark() 645 if (!state.producers || !state.consumers || !state.results) in setup_benchmark() 681 err = pthread_create(&state.producers[i], NULL, in setup_benchmark() 689 set_thread_affinity(state.producers[i], in setup_benchmark()
|
/linux-6.12.1/Documentation/bpf/ |
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
|
/linux-6.12.1/Documentation/gpu/ |
D | afbc.rst | 16 producers and consumers.
|
/linux-6.12.1/Documentation/core-api/ |
D | circular-buffers.rst | 19 producer and just one consumer. It is possible to handle multiple producers by
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 315 synchronize between ring-buffer producers and consumers. In the example
|