Home
last modified time | relevance | path

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

/linux/crypto/
H A Dacompress.c32 ACOMP_WALK_SLEEP = 1 << 0, enumerator
472 if ((walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_done_src()
485 if ((walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_done_dst()
495 if (!preempt_model_preemptible() && (walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_next_src()
512 if (!preempt_model_preemptible() && (walk->flags & ACOMP_WALK_SLEEP)) in acomp_walk_next_dst()
538 walk->flags |= ACOMP_WALK_SLEEP; in acomp_walk_virt()