Searched refs:pph (Results 1 – 1 of 1) sorted by relevance
1815 struct gfs2_holder **pph = tmp; in gfs2_glock_nq_m() local1826 pph = kmalloc_array(num_gh, sizeof(struct gfs2_holder *), in gfs2_glock_nq_m()1828 if (!pph) in gfs2_glock_nq_m()1832 error = nq_m_sync(num_gh, ghs, pph); in gfs2_glock_nq_m()1834 if (pph != tmp) in gfs2_glock_nq_m()1835 kfree(pph); in gfs2_glock_nq_m()
Completed in 9 milliseconds