Home
last modified time | relevance | path

Searched refs:async_reg_args (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/md/bcache/
Dsuper.c2420 struct async_reg_args { struct
2431 struct async_reg_args *args = in register_bdev_worker() argument
2432 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker()
2461 struct async_reg_args *args = in register_cache_worker()
2462 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker()
2487 static void register_device_aync(struct async_reg_args *args) in register_device_aync()
2568 struct async_reg_args *args = in register_bcache()
2569 kzalloc(sizeof(struct async_reg_args), GFP_KERNEL); in register_bcache()