Lines Matching +full:tracking +full:- +full:time
3 Double-linked List
6 Similar to the single-linked list in many respects, Zephyr includes a
7 double-linked implementation. This provides the same algorithmic
9 constant-time removal and insertion (at all points: before or after
29 A dlist can be modified in constant time by removing a node with
50 Double-linked List Internals
51 ----------------------------
72 nodes, where one node represents the list tracking struct.
77 :figclass: align-center
82 .. figure:: dlist-single.png
84 :alt: single-element dlist example
85 :figclass: align-center
89 .. figure:: dlist-empty.png
92 :figclass: align-center
97 Doubly-linked List API Reference
98 --------------------------------
100 .. doxygengroup:: doubly-linked-list_apis