Searched refs:sh2 (Results 1 – 7 of 7) sorted by relevance
24 u8 sh1, sh2; member32 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
23 R.sh2 = max(l - 1, 0); in reciprocal_value()
5 obj-$(CONFIG_CPU_SH2) = sh2/
20 isa-$(CONFIG_CPU_SH2) := sh2176 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
7 cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o
727 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument730 if (sh1 > sh2) { in lock_two_stripes()731 spin_lock(&sh2->stripe_lock); in lock_two_stripes()735 spin_lock_nested(&sh2->stripe_lock, 1); in lock_two_stripes()739 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument742 spin_unlock(&sh2->stripe_lock); in unlock_two_stripes()2751 struct stripe_head sh2; in raid5_compute_blocknr() local2846 previous, &dummy1, &sh2); in raid5_compute_blocknr()2847 if (check != sh->sector || dummy1 != dd_idx || sh2.pd_idx != sh->pd_idx in raid5_compute_blocknr()2848 || sh2.qd_idx != sh->qd_idx) { in raid5_compute_blocknr()[all …]
63 | | |-- sh275 |-- cpu-sh2