Searched refs:sh1 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | reciprocal_div.h | 25 u8 sh1, sh2; member 36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
|
| /Linux-v5.4/lib/math/ |
| D | reciprocal_div.c | 24 R.sh1 = min(l, 1); in reciprocal_value()
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | ghash-ce-core.S | 36 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.4/drivers/md/ |
| D | raid5.c | 705 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument 706 __acquires(&sh1->stripe_lock) in lock_two_stripes() 709 if (sh1 > sh2) { in lock_two_stripes() 711 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes() 713 spin_lock_irq(&sh1->stripe_lock); in lock_two_stripes() 718 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument 719 __releases(&sh1->stripe_lock) in unlock_two_stripes() 722 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()
|