Searched refs:consumer (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A D | xsk.h | 34 __u32 *consumer; \ 100 r->cached_cons = __atomic_load_n(r->consumer, __ATOMIC_ACQUIRE); in xsk_prod_nb_free() 164 __atomic_store_n(cons->consumer, *cons->consumer + nb, __ATOMIC_RELEASE); in xsk_ring_cons__release()
|
| A D | xsk.c | 196 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings() 212 comp->consumer = map + off.cr.consumer; in xsk_create_umem_rings() 637 rx->consumer = rx_map + off.rx.consumer; in xsk_socket__create_shared() 641 rx->cached_cons = *rx->consumer; in xsk_socket__create_shared() 658 tx->consumer = tx_map + off.tx.consumer; in xsk_socket__create_shared() 665 tx->cached_cons = *tx->consumer + xsk->config.tx_size; in xsk_socket__create_shared()
|
| A D | xskxceiver.c | 1107 cons = load_value(xsk->tx.consumer); in kick_tx_with_check() 1111 delta = load_value(xsk->tx.consumer) - cons; in kick_tx_with_check()
|
| /tools/gpio/ |
| A D | gpio-utils.c | 60 const char *consumer) in gpiotools_request_line() argument 85 strcpy(req.consumer, consumer); in gpiotools_request_line()
|
| A D | lsgpio.c | 148 if (linfo.consumer[0]) in list_device() 149 fprintf(stdout, " \"%s\"", linfo.consumer); in list_device()
|
| A D | gpio-utils.h | 31 const char *consumer);
|
| /tools/include/uapi/linux/ |
| A D | if_xdp.h | 61 __u64 consumer; member
|
| /tools/perf/scripts/python/ |
| A D | parallel-perf.py | 43 self.consumer = None 76 self.consumer = subprocess.Popen(args, stdin=self.popen.stdout, stdout=stdout, stderr=stderr) 103 if self.consumer: 105 result = self.RawPollWait(self.consumer, wait) 122 if self.consumer: 123 self.consumer.kill()
|
| /tools/testing/selftests/gpio/ |
| A D | gpio-mockup-cdev.c | 31 strcpy(req.consumer, CONSUMER); in request_line_v2()
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_sockmap.c | 381 static void *consumer(void *input) in consumer() function 594 .consumer_thread = consumer,
|
| /tools/testing/selftests/bpf/test_kmods/ |
| A D | bpf_testmod.c | 517 struct uprobe_consumer consumer; member 523 .consumer.ret_handler = uprobe_ret_handler, 543 offset, 0, &uprobe.consumer); in testmod_register_uprobe() 559 uprobe_unregister_nosync(uprobe.uprobe, &uprobe.consumer); in testmod_unregister_uprobe()
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 62 filled in and ready for use. It would be very bad if the consumer saw the 174 The "exists" assertion on line 20 is satisfied if the consumer sees the
|
| /tools/power/pm-graph/ |
| A D | README | 42 - Testing on consumer linux Operating Systems
|
Completed in 30 milliseconds