Searched refs:pph (Results 1 – 1 of 1) sorted by relevance
1186 struct gfs2_holder **pph = tmp; in gfs2_glock_nq_m() local1198 pph = kmalloc(num_gh * sizeof(struct gfs2_holder *), GFP_NOFS); in gfs2_glock_nq_m()1199 if (!pph) in gfs2_glock_nq_m()1203 error = nq_m_sync(num_gh, ghs, pph); in gfs2_glock_nq_m()1205 if (pph != tmp) in gfs2_glock_nq_m()1206 kfree(pph); in gfs2_glock_nq_m()