Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dreciprocal_div.h25 u8 sh1, sh2; member
36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/Linux-v6.6/lib/math/
Dreciprocal_div.c28 R.sh1 = min(l, 1); in reciprocal_value()
/Linux-v6.6/arch/arm64/crypto/
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-v6.6/drivers/md/
Draid5.c880 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument
881 __acquires(&sh1->stripe_lock) in lock_two_stripes()
884 if (sh1 > sh2) { in lock_two_stripes()
886 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes()
888 spin_lock_irq(&sh1->stripe_lock); in lock_two_stripes()
893 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument
894 __releases(&sh1->stripe_lock) in unlock_two_stripes()
897 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()