Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dvhost_task.c32 bool did_work; in vhost_task_fn() local
49 did_work = vtsk->fn(vtsk->data); in vhost_task_fn()
50 if (!did_work) in vhost_task_fn()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c6181 int did_work; in ibmvfc_rport_add_thread() local
6186 did_work = 0; in ibmvfc_rport_add_thread()
6192 did_work = 1; in ibmvfc_rport_add_thread()
6213 } while(did_work); in ibmvfc_rport_add_thread()
/openbmc/linux/drivers/scsi/
H A Dipr.c3243 int did_work; in ipr_add_remove_thread() local
3250 did_work = 0; in ipr_add_remove_thread()
3258 did_work = 1; in ipr_add_remove_thread()
3273 } while (did_work); in ipr_add_remove_thread()