Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dreciprocal_div.h25 u8 sh1, sh2; member
36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/Linux-v5.10/lib/math/
Dreciprocal_div.c25 R.sh1 = min(l, 1); in reciprocal_value()
/Linux-v5.10/arch/arm64/crypto/
Dghash-ce-core.S36 sh1 .req v20
87 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4
95 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4
185 tbl sh1.16b, {SHASH.16b}, perm1.16b
/Linux-v5.10/drivers/md/
Draid5.c782 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument
783 __acquires(&sh1->stripe_lock) in lock_two_stripes()
786 if (sh1 > sh2) { in lock_two_stripes()
788 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes()
790 spin_lock_irq(&sh1->stripe_lock); in lock_two_stripes()
795 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument
796 __releases(&sh1->stripe_lock) in unlock_two_stripes()
799 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()