Searched refs:working_bp (Results 1 – 2 of 2) sorted by relevance
45 EnqueueJobBuffer(log_thread_context *ctx, log_buff *working_bp) in EnqueueJobBuffer() argument47 TAILQ_INSERT_TAIL(&ctx->working_queue, working_bp, buff_link); in EnqueueJobBuffer()62 log_buff *working_bp = TAILQ_FIRST(&ctx->working_queue); in DequeueJobBuffer() local63 if (working_bp) { in DequeueJobBuffer()64 TAILQ_REMOVE(&ctx->working_queue, working_bp, buff_link); in DequeueJobBuffer()73 return (working_bp); in DequeueJobBuffer()
43 void EnqueueJobBuffer(log_thread_context *ctx, log_buff* working_bp);