Home
last modified time | relevance | path

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

/xnu-11215/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c74 struct list_node { struct
75 struct list_node *next; argument
78 static struct list_node *allocated_list = NULL; argument
83 struct list_node *new_node = malloc(sizeof(struct list_node)); in track_allocated()
276 struct list_node *curr_node = allocated_list; in impl_cleanup_harness()
279 struct list_node *next_node = curr_node->next; in impl_cleanup_harness()