Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/osfmk/arm64/sptm/pmap/ !
H A Dpmap_data.c1749 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local
1756 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()
1759 ptd_free_list = next_node; in ptd_alloc_unlinked()
/xnu-11417.121.6/osfmk/arm/pmap/ !
H A Dpmap_data.c2754 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local
2761 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()
2764 ptd_free_list = next_node; in ptd_alloc_unlinked()
/xnu-11417.121.6/tools/lldbmacros/ !
H A Dprocess.py1530 for next_func_name, next_node in cur_node.callers.items():
1532 GatherCallChainsDFS(next_node, call_chains, cur_path)