Home
last modified time | relevance | path

Searched defs:ptr_ring (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10690 struct ptr_ring { struct
10691 int producer;
10692 spinlock_t producer_lock;
10700 int consumer_head;
10701 int consumer_tail;
10702 spinlock_t consumer_lock;
10710 int size;
10711 int batch;
10712 void **queue;