Searched refs:pph (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/gfs2/
H A Dglock.c1844 struct gfs2_holder **pph = tmp; local
1855 pph = kmalloc_array(num_gh, sizeof(struct gfs2_holder *),
1857 if (!pph)
1861 error = nq_m_sync(num_gh, ghs, pph);
1863 if (pph != tmp)
1864 kfree(pph);

Completed in 100 milliseconds