Searched refs:did_work (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/kernel/ |
| H A D | vhost_task.c | 32 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-6.15/fs/bcachefs/ |
| H A D | movinggc.c | 208 bool *did_work) in bch2_copygc() argument 245 *did_work = true; in bch2_copygc() 372 bool did_work = false; in bch2_copygc_thread() local 405 ret = bch2_copygc(&ctxt, buckets, &did_work); in bch2_copygc_thread() 410 if (!wait && !did_work) { in bch2_copygc_thread()
|
| H A D | btree_write_buffer.c | 552 bool *did_work) in btree_write_buffer_flush_seq() argument 563 *did_work |= wb->inc.keys.nr || wb->flushing.keys.nr; in btree_write_buffer_flush_seq() 584 bool did_work = false; in bch2_btree_write_buffer_journal_flush() local 586 return bch2_trans_run(c, btree_write_buffer_flush_seq(trans, seq, &did_work)); in bch2_btree_write_buffer_journal_flush() 592 bool did_work = false; in bch2_btree_write_buffer_flush_sync() local 596 return btree_write_buffer_flush_seq(trans, journal_cur_seq(&c->journal), &did_work); in bch2_btree_write_buffer_flush_sync() 608 bool did_work = false; in bch2_btree_write_buffer_flush_going_ro() local 610 journal_cur_seq(&c->journal), &did_work)); in bch2_btree_write_buffer_flush_going_ro() 611 return did_work; in bch2_btree_write_buffer_flush_going_ro()
|
| H A D | journal_reclaim.c | 875 bool *did_work) in journal_flush_done() argument 889 *did_work = true; in journal_flush_done() 915 bool did_work = false; in bch2_journal_flush_pins() local 921 journal_flush_done(j, seq_to_flush, &did_work)); in bch2_journal_flush_pins() 923 return did_work; in bch2_journal_flush_pins()
|
| /linux-6.15/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.c | 6270 int did_work; in ibmvfc_rport_add_thread() local 6275 did_work = 0; in ibmvfc_rport_add_thread() 6281 did_work = 1; in ibmvfc_rport_add_thread() 6302 } while(did_work); in ibmvfc_rport_add_thread()
|
| /linux-6.15/drivers/scsi/ |
| H A D | ipr.c | 3244 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()
|