Searched refs:nine_queue_pool (Results 1 – 3 of 3) sorted by relevance
28 struct nine_queue_pool;31 nine_queue_wait_flush(struct nine_queue_pool* ctx);34 nine_queue_get(struct nine_queue_pool* ctx);37 nine_queue_flush(struct nine_queue_pool* ctx);40 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);43 nine_queue_no_flushed_work(struct nine_queue_pool* ctx);46 nine_queue_isempty(struct nine_queue_pool* ctx);48 struct nine_queue_pool*52 nine_queue_delete(struct nine_queue_pool *ctx);
69 struct nine_queue_pool { struct83 nine_queue_wait_flush(struct nine_queue_pool* ctx) in nine_queue_wait_flush() argument105 nine_queue_get(struct nine_queue_pool* ctx) in nine_queue_get()139 nine_queue_flush(struct nine_queue_pool* ctx) in nine_queue_flush()177 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc()211 nine_queue_no_flushed_work(struct nine_queue_pool* ctx) in nine_queue_no_flushed_work()220 nine_queue_isempty(struct nine_queue_pool* ctx) in nine_queue_isempty()227 struct nine_queue_pool*231 struct nine_queue_pool *ctx; in nine_queue_create()233 ctx = CALLOC_STRUCT(nine_queue_pool); in nine_queue_create()[all …]
64 struct nine_queue_pool* pool;