Searched refs:producers (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/virt/lib/ |
H A D | irqbypass.c | 13 * interrupt producers and consumers to find each other to enable this sort of 25 static LIST_HEAD(producers); 81 * Add the provided IRQ producer to the list of producers and connect 100 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer() 116 list_add(&producer->node, &producers); in irq_bypass_register_producer() 132 * Remove a previously registered IRQ producer from the list of producers 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()
|
/kernel/linux/linux-6.6/virt/lib/ |
H A D | irqbypass.c | 13 * interrupt producers and consumers to find each other to enable this sort of 25 static LIST_HEAD(producers); 81 * Add the provided IRQ producer to the list of producers and connect 100 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer() 116 list_add(&producer->node, &producers); in irq_bypass_register_producer() 132 * Remove a previously registered IRQ producer from the list of producers 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bench.c | 122 { "producers", 'p', "NUM", 0, "Number of producer threads"}, 186 fprintf(stderr, "Invalid format of CPU set for producers."); in parse_arg() 301 pthread_t *producers; member 370 state.producers = calloc(env.producer_cnt, sizeof(*state.producers)); in setup_benchmark() 374 if (!state.producers || !state.consumers || !state.results) in setup_benchmark() 402 err = pthread_create(&state.producers[i], NULL, in setup_benchmark() 410 set_thread_affinity(state.producers[i], in setup_benchmark()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bench.c | 262 { "producers", 'p', "NUM", 0, "Number of producer threads"}, 348 fprintf(stderr, "Invalid format of CPU set for producers."); in parse_arg() 481 pthread_t *producers; member 597 state.producers = calloc(env.producer_cnt, sizeof(*state.producers)); in setup_benchmark() 601 if (!state.producers || !state.consumers || !state.results) in setup_benchmark() 629 err = pthread_create(&state.producers[i], NULL, in setup_benchmark() 637 set_thread_affinity(state.producers[i], in setup_benchmark()
|
Completed in 3 milliseconds