Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/block/
Ddasd.c79 static void do_restore_device(struct work_struct *);
133 INIT_WORK(&device->restore_device, do_restore_device); in dasd_alloc_device()
615 static void do_restore_device(struct work_struct *work) in do_restore_device() function