Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/block/
Ddasd.c65 static void do_kick_device(struct work_struct *);
128 INIT_WORK(&device->kick_work, do_kick_device); in dasd_alloc_device()
541 static void do_kick_device(struct work_struct *work) in do_kick_device() function