Searched refs:plast (Results 1 – 1 of 1) sorted by relevance
272 struct sram_piece *pslot, *plast, *pavail; in _sram_alloc() local281 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() local364 plast = pused_head; in _sram_free()368 plast = pslot; in _sram_free()[all …]