Lines Matching defs:batcher
69 * The batcher collects together pieces of work that need a particular
72 struct batcher {
101 struct batcher *b = container_of(_ws, struct batcher, commit_work);
141 static void batcher_init(struct batcher *b,
161 static void async_commit(struct batcher *b)
166 static void continue_after_commit(struct batcher *b, struct continuation *k)
182 static void issue_after_commit(struct batcher *b, struct bio *bio)
198 static void schedule_commit(struct batcher *b)
401 struct batcher committer;
1757 * Used by the batcher.