Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dfreelist.c40 typedef struct FreeListBlock FreeListBlock; typedef
41 struct FreeListBlock { struct
42 FreeListBlock *next; /* The next block in the list */ argument
51 FreeListBlock *block; /* The head of the list of free-list blocks */ argument
55 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 …]