Searched refs:sh1 (Results 1 – 4 of 4) sorted by relevance
24 u8 sh1, sh2; member32 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
66 #define local_node_uses_ptc_ga(sh1) ((sh1) ? 1 : 0) argument67 #define max_active_pio(sh1) ((sh1) ? 32 : 7) argument69 #define PTC_LOCK(sh1) ((sh1) ? &sn2_global_ptc_lock : &sn_nodepda->ptc_lock) argument
22 R.sh1 = min(l, 1); in reciprocal_value()
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()732 spin_lock_nested(&sh1->stripe_lock, 1); in lock_two_stripes()734 spin_lock(&sh1->stripe_lock); in lock_two_stripes()739 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument741 spin_unlock(&sh1->stripe_lock); in unlock_two_stripes()