Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/block/
Ddasd.c68 static void do_restore_device(struct work_struct *);
122 INIT_WORK(&device->restore_device, do_restore_device); in dasd_alloc_device()
612 static void do_restore_device(struct work_struct *work) in do_restore_device() function