Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_pool.h47 struct qnode { struct
48 struct qnode *next; argument
50 struct qnode_pool *pool; argument
57 struct qnode *head; argument
H A Dlthread_int.h140 struct queue_node *qnode; /* node when in a queue */ member