SKCIPHER_WALK_SLEEP   80 crypto/skcipher.c 	return walk->flags & SKCIPHER_WALK_SLEEP ? GFP_KERNEL : GFP_ATOMIC;
SKCIPHER_WALK_SLEEP  156 crypto/skcipher.c 		crypto_yield(walk->flags & SKCIPHER_WALK_SLEEP ?
SKCIPHER_WALK_SLEEP  464 crypto/skcipher.c 	walk->flags &= ~SKCIPHER_WALK_SLEEP;
SKCIPHER_WALK_SLEEP  466 crypto/skcipher.c 		       SKCIPHER_WALK_SLEEP : 0;
SKCIPHER_WALK_SLEEP  487 crypto/skcipher.c 	walk->flags &= atomic ? ~SKCIPHER_WALK_SLEEP : ~0;
SKCIPHER_WALK_SLEEP  495 crypto/skcipher.c 	walk->flags &= ~SKCIPHER_WALK_SLEEP;
SKCIPHER_WALK_SLEEP  535 crypto/skcipher.c 		walk->flags |= SKCIPHER_WALK_SLEEP;
SKCIPHER_WALK_SLEEP  537 crypto/skcipher.c 		walk->flags &= ~SKCIPHER_WALK_SLEEP;
SKCIPHER_WALK_SLEEP  547 crypto/skcipher.c 		walk->flags &= ~SKCIPHER_WALK_SLEEP;