Searched refs:sh1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | reciprocal_div.h | 25 u8 sh1, sh2; member 36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
|
/linux-6.1.9/lib/math/ |
D | reciprocal_div.c | 28 R.sh1 = min(l, 1); in reciprocal_value()
|
/linux-6.1.9/arch/arm64/crypto/ |
D | ghash-ce-core.S | 37 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-6.1.9/drivers/md/ |
D | raid5.c | 873 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument 874 __acquires(&sh1->stripe_lock) in lock_two_stripes() 877 if (sh1 > sh2) { in lock_two_stripes() 879 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes() 881 spin_lock_irq(&sh1->stripe_lock); in lock_two_stripes() 886 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument 887 __releases(&sh1->stripe_lock) in unlock_two_stripes() 890 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()
|