Lines Matching refs:pused_head
270 struct sram_piece *pused_head) in _sram_alloc() argument
274 if (size <= 0 || !pfree_head || !pused_head) in _sram_alloc()
310 pslot = pused_head->next; in _sram_alloc()
311 plast = pused_head; in _sram_alloc()
327 struct sram_piece *pused_head, in _sram_alloc_max() argument
332 if (!pfree_head || !pused_head) in _sram_alloc_max()
349 return _sram_alloc(*psize, pfree_head, pused_head); in _sram_alloc_max()
355 struct sram_piece *pused_head) in _sram_free() argument
359 if (!pfree_head || !pused_head) in _sram_free()
363 pslot = pused_head->next; in _sram_free()
364 plast = pused_head; in _sram_free()
806 struct sram_piece *pused_head) in _sram_proc_show() argument
810 if (!pfree_head || !pused_head) in _sram_proc_show()
816 pslot = pused_head->next; in _sram_proc_show()