Searched refs:bio_complete_batch (Results 1 – 1 of 1) sorted by relevance
1803 struct bio_complete_batch { struct1809 static DEFINE_PER_CPU(struct bio_complete_batch, bio_complete_batch); argument1814 struct bio_complete_batch *batch = in bio_complete_work_fn()1815 container_of(w, struct bio_complete_batch, work); in bio_complete_work_fn()1836 struct bio_complete_batch *batch; in __bio_complete_in_task()1841 batch = this_cpu_ptr(&bio_complete_batch); in __bio_complete_in_task()2115 struct bio_complete_batch *batch = &per_cpu(bio_complete_batch, cpu); in bio_complete_batch_cpu_online()2129 disable_work_sync(&per_cpu(bio_complete_batch, cpu).work); in bio_complete_batch_cpu_down_prep()2139 struct bio_complete_batch *batch = in bio_complete_batch_cpu_dead()2140 per_cpu_ptr(&bio_complete_batch, cpu); in bio_complete_batch_cpu_dead()[all …]