Searched refs:pph (Results 1 – 1 of 1) sorted by relevance
1820 struct gfs2_holder **pph = tmp; in gfs2_glock_nq_m() local 1831 pph = kmalloc_array(num_gh, sizeof(struct gfs2_holder *), in gfs2_glock_nq_m() 1833 if (!pph) in gfs2_glock_nq_m() 1837 error = nq_m_sync(num_gh, ghs, pph); in gfs2_glock_nq_m() 1839 if (pph != tmp) in gfs2_glock_nq_m() 1840 kfree(pph); in gfs2_glock_nq_m()