Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h7991 struct ptr_ring { struct
7992 int producer;
7993 spinlock_t producer_lock;
8001 int consumer_head;
8002 int consumer_tail;
8003 spinlock_t consumer_lock;
8011 int size;
8012 int batch;
8013 void **queue;