Lines Matching refs:dll_t
1338 } dll_t; typedef
1341 dll_init(dll_t *node_p) in dll_init()
1348 static INLINE dll_t *
1349 BCMPOSTTRAPFN(dll_head_p)(dll_t *list_p) in BCMPOSTTRAPFN()
1354 static INLINE dll_t *
1355 BCMPOSTTRAPFN(dll_tail_p)(dll_t *list_p) in BCMPOSTTRAPFN()
1360 static INLINE dll_t *
1361 BCMPOSTTRAPFN(dll_next_p)(dll_t *node_p) in BCMPOSTTRAPFN()
1366 static INLINE dll_t *
1367 BCMPOSTTRAPFN(dll_prev_p)(dll_t *node_p) in BCMPOSTTRAPFN()
1373 BCMPOSTTRAPFN(dll_empty)(dll_t *list_p) in BCMPOSTTRAPFN()
1379 BCMPOSTTRAPFN(dll_end)(dll_t *list_p, dll_t * node_p) in BCMPOSTTRAPFN()
1386 BCMPOSTTRAPFN(dll_insert)(dll_t *new_p, dll_t * at_p) in BCMPOSTTRAPFN()
1395 BCMPOSTTRAPFN(dll_append)(dll_t *list_p, dll_t *node_p) in BCMPOSTTRAPFN()
1401 BCMPOSTTRAPFN(dll_prepend)(dll_t *list_p, dll_t *node_p) in BCMPOSTTRAPFN()
1408 BCMPOSTTRAPFN(dll_delete)(dll_t *node_p) in BCMPOSTTRAPFN()
1418 dll_t free_list;
1422 dll_t elements[1];