Searched defs:list_hdr_s (Results 1 – 1 of 1) sorted by relevance
83 typedef struct list_hdr_s { struct84 struct list_hdr_s *next; argument85 struct list_hdr_s *prev; argument86 struct list_hdr_s *timeout_next; argument87 struct list_hdr_s *timeout_prev; argument88 timespec_t last_seen;89 void *objp;