Home
last modified time | relevance | path

Searched refs:producers (Results 1 – 8 of 8) sorted by relevance

/linux/virt/lib/
H A Dirqbypass.c25 static DEFINE_XARRAY(producers);
107 ret = xa_insert(&producers, index, producer, GFP_KERNEL); in irq_bypass_register_producer()
115 WARN_ON_ONCE(xa_erase(&producers, index) != producer); in irq_bypass_register_producer()
145 WARN_ON_ONCE(xa_erase(&producers, index) != producer); in irq_bypass_unregister_producer()
177 producer = xa_load(&producers, index); in irq_bypass_register_consumer()
/linux/Documentation/driver-api/
H A Dwbrf.rst12 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/tools/testing/selftests/bpf/
H A Dbench.c498 pthread_t *producers; member
701 state.producers = calloc(env.producer_cnt, sizeof(*state.producers)); in setup_benchmark()
705 if (!state.producers || !state.consumers || !state.results) in setup_benchmark()
741 err = pthread_create(&state.producers[i], NULL, in setup_benchmark()
749 set_thread_affinity(state.producers[i], in setup_benchmark()
/linux/Documentation/bpf/
H A Dringbuf.rst146 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/Documentation/gpu/
H A Dafbc.rst16 producers and consumers.
/linux/Documentation/core-api/
H A Dcircular-buffers.rst19 producer and just one consumer. It is possible to handle multiple producers by
H A Dworkqueue.rst367 work items (do stress test your producers), it may saturate a system
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt315 synchronize between ring-buffer producers and consumers. In the example