Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mm/
Dsram-alloc.c270 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()
[all …]