Home
last modified time | relevance | path

Searched refs:next_node (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c116 cuckoo_node_set_next(struct cuckoo_node *node, struct cuckoo_node *next_node) in cuckoo_node_set_next() argument
118 node->next = next_node; in cuckoo_node_set_next()
799 struct cuckoo_node *node = NULL, *next_node = NULL; variable
802 next_node = cuckoo_node_next(node);
804 node = next_node;
/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c1763 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local
1770 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()
1773 ptd_free_list = next_node; in ptd_alloc_unlinked()
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap_data.c2759 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local
2766 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()
2769 ptd_free_list = next_node; in ptd_alloc_unlinked()
/xnu-12377.1.9/tools/lldbmacros/
H A Dprocess.py1533 for next_func_name, next_node in cur_node.callers.items():
1535 GatherCallChainsDFS(next_node, call_chains, cur_path)