Home
last modified time | relevance | path

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

/xnu-11215/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c279 struct list_node *next_node = curr_node->next; in impl_cleanup_harness() local
281 curr_node = next_node; in impl_cleanup_harness()
/xnu-11215/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-11215/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c1748 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local
1755 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()
1758 ptd_free_list = next_node; in ptd_alloc_unlinked()
/xnu-11215/osfmk/arm/pmap/
H A Dpmap_data.c2753 pt_desc_t *const next_node = (pt_desc_t *)(*(void **)ptd_free_list); in ptd_alloc_unlinked() local
2760 if ((next_node == PTD_ENTRY_NULL) && (ptd_free_count > 1)) { in ptd_alloc_unlinked()
2763 ptd_free_list = next_node; in ptd_alloc_unlinked()
/xnu-11215/tools/lldbmacros/
H A Dprocess.py1523 for next_func_name, next_node in cur_node.callers.items():
1525 GatherCallChainsDFS(next_node, call_chains, cur_path)