Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dosd_client.c1588 bool should_be_paused; in calc_target() local
1657 should_be_paused = target_should_be_paused(osdc, t, pi); in calc_target()
1658 if (t->paused && !should_be_paused) { in calc_target()
1661 if (t->paused != should_be_paused) { in calc_target()
1663 should_be_paused); in calc_target()
1664 t->paused = should_be_paused; in calc_target()