Home
last modified time | relevance | path

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

/arch/blackfin/mm/
Dsram-alloc.c272 struct sram_piece *pslot, *plast, *pavail; in _sram_alloc() local
281 plast = pfree_head; in _sram_alloc()
285 plast = pslot; in _sram_alloc()
293 plast->next = pslot->next; in _sram_alloc()
311 plast = pused_head; in _sram_alloc()
315 plast = pslot; in _sram_alloc()
320 plast->next = pavail; in _sram_alloc()
357 struct sram_piece *pslot, *plast, *pavail; in _sram_free() local
364 plast = pused_head; in _sram_free()
368 plast = pslot; in _sram_free()
[all …]