Searched refs:nine_queue_pool (Results 1 – 3 of 3) sorted by relevance
11 struct nine_queue_pool;14 nine_queue_wait_flush(struct nine_queue_pool* ctx);17 nine_queue_get(struct nine_queue_pool* ctx);20 nine_queue_flush(struct nine_queue_pool* ctx);23 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);26 nine_queue_no_flushed_work(struct nine_queue_pool* ctx);29 nine_queue_isempty(struct nine_queue_pool* ctx);31 struct nine_queue_pool*35 nine_queue_delete(struct nine_queue_pool *ctx);
52 struct nine_queue_pool { struct66 nine_queue_wait_flush(struct nine_queue_pool* ctx) in nine_queue_wait_flush() argument88 nine_queue_get(struct nine_queue_pool* ctx) in nine_queue_get()122 nine_queue_flush(struct nine_queue_pool* ctx) in nine_queue_flush()160 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc()194 nine_queue_no_flushed_work(struct nine_queue_pool* ctx) in nine_queue_no_flushed_work()203 nine_queue_isempty(struct nine_queue_pool* ctx) in nine_queue_isempty()210 struct nine_queue_pool*214 struct nine_queue_pool *ctx; in nine_queue_create()216 ctx = CALLOC_STRUCT(nine_queue_pool); in nine_queue_create()[all …]
47 struct nine_queue_pool* pool;