Searched defs:list_hdr_s (Results 1 – 1 of 1) sorted by relevance
85 typedef struct list_hdr_s { struct86 struct list_hdr_s *next; argument87 struct list_hdr_s *prev; argument88 struct list_hdr_s *timeout_next; argument89 struct list_hdr_s *timeout_prev; argument90 timespec_t last_seen;91 void *objp;