Searched defs:list_node (Results 1 – 3 of 3) sorted by relevance
201 heap::ListNode<MemoryChunk>& list_node() { return list_node_; } in list_node() function202 const heap::ListNode<MemoryChunk>& list_node() const { return list_node_; } in list_node() function
255 struct list_head *list_node = lru_file_list; in choose_lru_file_matching() local
188 struct list_node { struct190 struct list_node *next; argument