Searched refs:pused_head (Results 1 – 1 of 1) sorted by relevance
270 struct sram_piece *pused_head) in _sram_alloc() argument274 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() argument332 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() argument359 if (!pfree_head || !pused_head) in _sram_free()363 pslot = pused_head->next; in _sram_free()[all …]