Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dreciprocal_div.h25 u8 sh1, sh2; member
36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/Linux-v4.19/arch/ia64/sn/kernel/sn2/
Dsn2_smp.c67 #define local_node_uses_ptc_ga(sh1) ((sh1) ? 1 : 0) argument
68 #define max_active_pio(sh1) ((sh1) ? 32 : 7) argument
70 #define PTC_LOCK(sh1) ((sh1) ? &sn2_global_ptc_lock : &sn_nodepda->ptc_lock) argument
/Linux-v4.19/lib/
Dreciprocal_div.c24 R.sh1 = min(l, 1); in reciprocal_value()
/Linux-v4.19/arch/arm64/crypto/
Dghash-ce-core.S39 sh1 .req v20
90 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4
98 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4
188 tbl sh1.16b, {SHASH.16b}, perm1.16b
/Linux-v4.19/drivers/md/
Draid5.c714 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument
716 if (sh1 > sh2) { in lock_two_stripes()
718 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes()
720 spin_lock_irq(&sh1->stripe_lock); in lock_two_stripes()
725 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument
727 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()