Searched refs:p_c (Results 1 – 3 of 3) sorted by relevance
110 node_pointer p_c = p_nd->m_p_left; in splay_zig_zag_left() local122 p_grandparent->m_p_right = p_c; in splay_zig_zag_left()123 if (p_c != 0) in splay_zig_zag_left()124 p_c->m_p_parent = p_grandparent; in splay_zig_zag_left()146 node_pointer p_c = p_nd->m_p_right; in splay_zig_zag_right() local158 p_grandparent->m_p_left = p_c; in splay_zig_zag_right()159 if (p_c != 0) in splay_zig_zag_right()160 p_c->m_p_parent = p_grandparent; in splay_zig_zag_right()182 node_pointer p_c = p_parent->m_p_right; in splay_zig_zig_left() local194 p_grandparent->m_p_left = p_c; in splay_zig_zig_left()[all …]
152 u32 p_c, p_p, d_p; in sumo_gfx_powergating_initialize() local157 p_c = 4; in sumo_gfx_powergating_initialize()163 p_c = 16; in sumo_gfx_powergating_initialize()195 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(1) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()225 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(4) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()