Lines Matching refs:dll_t
1141 } dll_t; typedef
1144 dll_init(dll_t *node_p) in dll_init()
1151 static INLINE dll_t *
1152 dll_head_p(dll_t *list_p) in dll_head_p()
1157 static INLINE dll_t *
1158 dll_tail_p(dll_t *list_p) in dll_tail_p()
1163 static INLINE dll_t *
1164 dll_next_p(dll_t *node_p) in dll_next_p()
1169 static INLINE dll_t *
1170 dll_prev_p(dll_t *node_p) in dll_prev_p()
1176 dll_empty(dll_t *list_p) in dll_empty()
1182 dll_end(dll_t *list_p, dll_t * node_p) in dll_end()
1189 dll_insert(dll_t *new_p, dll_t * at_p) in dll_insert()
1198 dll_append(dll_t *list_p, dll_t *node_p) in dll_append()
1204 dll_prepend(dll_t *list_p, dll_t *node_p) in dll_prepend()
1211 dll_delete(dll_t *node_p) in dll_delete()
1221 dll_t free_list;
1225 dll_t elements[1];