Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd.c59 static void do_kick_device(struct work_struct *);
122 INIT_WORK(&device->kick_work, do_kick_device); in dasd_alloc_device()
555 static void do_kick_device(struct work_struct *work) in do_kick_device() function