Searched refs:FreeListBlock (Results 1 – 1 of 1) sorted by relevance
40 typedef struct FreeListBlock FreeListBlock; typedef41 struct FreeListBlock { struct42 FreeListBlock *next; /* The next block in the list */ argument51 FreeListBlock *block; /* The head of the list of free-list blocks */ argument55 static FreeListBlock *_new_FreeListBlock(FreeList *fl);56 static FreeListBlock *_del_FreeListBlock(FreeListBlock *fl);57 static void _thread_FreeListBlock(FreeList *fl, FreeListBlock *block);138 FreeListBlock *block; in _rst_FreeList()198 FreeListBlock *next = fl->block; in _del_FreeList()200 FreeListBlock *block = next; in _del_FreeList()[all …]