Home
last modified time | relevance | path

Searched refs:consumer (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/bpf/
A Dxsk.h34 __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 Dxsk.c196 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 Dxskxceiver.c1107 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 Dgpio-utils.c60 const char *consumer) in gpiotools_request_line() argument
85 strcpy(req.consumer, consumer); in gpiotools_request_line()
A Dlsgpio.c148 if (linfo.consumer[0]) in list_device()
149 fprintf(stdout, " \"%s\"", linfo.consumer); in list_device()
A Dgpio-utils.h31 const char *consumer);
/tools/include/uapi/linux/
A Dif_xdp.h61 __u64 consumer; member
/tools/perf/scripts/python/
A Dparallel-perf.py43 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 Dgpio-mockup-cdev.c31 strcpy(req.consumer, CONSUMER); in request_line_v2()
/tools/testing/selftests/bpf/benchs/
A Dbench_sockmap.c381 static void *consumer(void *input) in consumer() function
594 .consumer_thread = consumer,
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.c517 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 Dlitmus-tests.txt62 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 DREADME42 - Testing on consumer linux Operating Systems

Completed in 30 milliseconds