Searched defs:thead (Results 1 – 3 of 3) sorted by relevance
888 typedef struct thead { struct889 struct thead *prev; /* previous block */ argument890 struct thead *free; /* free list pointer */ argument892 } thead_t; argument1040 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
950 typedef struct thead { struct951 struct thead *prev; /* previous block */ argument952 struct thead *free; /* free list pointer */ argument954 } thead_t; argument1047 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member