Home
last modified time | relevance | path

Searched refs:ppga (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c97 static void osc_release_ppga(struct brw_page **ppga, u32 count);
1748 static void osc_release_ppga(struct brw_page **ppga, u32 count) in osc_release_ppga() argument
1750 LASSERT(ppga != NULL); in osc_release_ppga()
1751 OBD_FREE(ppga, sizeof(*ppga) * count); in osc_release_ppga()