Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dread_pgpriv2.c176 bool made_progress = false; in netfs_pgpriv2_unlock_copied_folios() local
209 made_progress = true; in netfs_pgpriv2_unlock_copied_folios()
231 return made_progress; in netfs_pgpriv2_unlock_copied_folios()
/linux/drivers/block/drbd/
H A Ddrbd_req.c1584 bool made_progress; in do_submit() local
1598 made_progress = prepare_al_transaction_nonblock(device, &more_incoming, &more_pending, &busy); in do_submit()
1602 if (!made_progress) in do_submit()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c627 static bool made_progress(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in made_progress() function
654 !made_progress(gpu, ring)) { in hangcheck_handler()