Home
last modified time | relevance | path

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

/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()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c6269 int did_work; in ibmvfc_rport_add_thread() local
6274 did_work = 0; in ibmvfc_rport_add_thread()
6280 did_work = 1; in ibmvfc_rport_add_thread()
6301 } while(did_work); in ibmvfc_rport_add_thread()
/linux/drivers/scsi/
H A Dipr.c3244 int did_work; in ipr_add_remove_thread() local
3251 did_work = 0; in ipr_add_remove_thread()
3259 did_work = 1; in ipr_add_remove_thread()
3274 } while (did_work); in ipr_add_remove_thread()