Home
last modified time | relevance | path

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

/drivers/s390/block/
Ddasd.c70 static void do_restore_device(struct work_struct *);
126 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