Lines Matching refs:qnode_pool
50 struct qnode_pool *pool;
56 struct qnode_pool { struct
75 static inline struct qnode_pool * argument
78 struct qnode_pool *p = rte_malloc_socket(NULL, in _qnode_pool_create()
79 sizeof(struct qnode_pool), in _qnode_pool_create()
116 _qnode_pool_insert(struct qnode_pool *p, struct qnode *n) in _qnode_pool_insert()
140 _pool_remove(struct qnode_pool *p) in _pool_remove()
181 _qnode_pool_remove(struct qnode_pool *p) in _qnode_pool_remove()
203 struct qnode_pool *p = (THIS_SCHED)->qnode_pool; in _qnode_alloc()
248 struct qnode_pool *p = n->pool; in _qnode_free()
252 unlikely(n->pool != (THIS_SCHED)->qnode_pool)) { in _qnode_free()
266 _qnode_pool_destroy(struct qnode_pool *p) in _qnode_pool_destroy()