Searched refs:next_node (Results 1 – 5 of 5) sorted by relevance
279 struct list_node *next_node = curr_node->next; in impl_cleanup_harness() local281 curr_node = next_node; in impl_cleanup_harness()
116 cuckoo_node_set_next(struct cuckoo_node *node, struct cuckoo_node *next_node) in cuckoo_node_set_next() argument118 node->next = next_node; in cuckoo_node_set_next()799 struct cuckoo_node *node = NULL, *next_node = NULL; variable802 next_node = cuckoo_node_next(node);804 node = next_node;
1748 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local1755 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()1758 ptd_free_list = next_node; in ptd_alloc_unlinked()
2753 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local2760 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()2763 ptd_free_list = next_node; in ptd_alloc_unlinked()
1523 for next_func_name, next_node in cur_node.callers.items():1525 GatherCallChainsDFS(next_node, call_chains, cur_path)