Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/s390/block/
Ddasd.c76 static void do_kick_device(struct work_struct *);
138 INIT_WORK(&device->kick_work, do_kick_device); in dasd_alloc_device()
564 static void do_kick_device(struct work_struct *work) in do_kick_device() function