Searched refs:p_c (Results 1 – 5 of 5) 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 …]
37 char *p_c = "rubarb and fries"; in do_vars() local42 if( p_c[j] == c ) { /* set breakpoint 3 here */ in do_vars()
157 u32 p_c, p_p, d_p; in sumo_gfx_powergating_initialize() local162 p_c = 4; in sumo_gfx_powergating_initialize()168 p_c = 16; in sumo_gfx_powergating_initialize()200 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(1) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()230 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(4) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()