Searched refs:sh1 (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dreciprocal_div.h25 u8 sh1, sh2; member in struct:reciprocal_value
36 return (t + ((a - t) >> R.sh1)) >> R.sh2;
/linux-master/lib/math/
H A Dreciprocal_div.c28 R.sh1 = min(l, 1);
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S37 sh1 .req v20
88 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4
96 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4
186 tbl sh1.16b, {SHASH.16b}, perm1.16b
/linux-master/drivers/md/
H A Draid5.c881 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2)
882 __acquires(&sh1->stripe_lock)
885 if (sh1 > sh2) {
887 spin_lock_nested(&sh1->stripe_lock, 1);
889 spin_lock_irq(&sh1->stripe_lock);
894 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2)
895 __releases(&sh1->stripe_lock)
898 spin_unlock(&sh1->stripe_lock);

Completed in 228 milliseconds