Home
last modified time | relevance | path

Searched defs:next (Results 1 – 9 of 9) sorted by relevance

/hyp/core/util/src/
A Dlist.c47 list_node_t *next = atomic_load_relaxed(&prev->next); in list_insert_at_head_explicit() local
69 list_node_t *next = &list->head; in list_insert_at_tail_explicit() local
104 list_node_t *next = atomic_load_relaxed(&head->next); in list_insert_in_order_explicit() local
145 list_node_t *next = atomic_load_relaxed(&prev->next); in list_insert_after_node_explicit() local
174 list_node_t *next = atomic_load_relaxed(&node->next); in list_delete_node() local
/hyp/core/task_queue/src/
A Dtask_queue.c95 task_queue_entry_t *next = task_queue_entry_bf_get_next(&entry->bf); in task_queue_cancel() local
132 task_queue_entry_t *next = in task_queue_handle_ipi_received() local
/hyp/mem/allocator_list/src/
A Dfreelist.c370 allocator_node_t *next = in allocate_from_node() local
384 allocator_node_t *next = in allocate_from_node() local
637 allocator_node_t *next = NULL; in deallocate_block() local
/hyp/mem/memdb_gpt/src/
A Dmemdb.c157 count_t *guard_shifts, memdb_type_t *type, uintptr_t *next) in atomic_entry_read()
263 uintptr_t next; in unlock_levels() local
1027 count_t extra_shifts, uintptr_t next, in add_extra_shifts_update()
1172 paddr_t guard, uintptr_t *next, memdb_type_t root_type, in add_extra_guard_shifts()
1298 uintptr_t next, paddr_t start_addr, paddr_t end_addr, in add_extra_shifts()
1459 uintptr_t next; in find_common_level() local
1693 uintptr_t next; in memdb_insert() local
1933 uintptr_t next; in memdb_lookup() local
1988 uintptr_t next; in memdb_do_walk() local
2132 uintptr_t next; in memdb_range_walk() local
[all …]
/hyp/vm/arm_vm_amu/aarch64/src/
A Darm_vm_amu.c108 arm_vm_amu_handle_thread_context_switch_pre(thread_t *next) in arm_vm_amu_handle_thread_context_switch_pre()
/hyp/core/rcu_bitmap/src/
A Drcu_bitmap.c493 rcu_entry_t *next = entry->next; in rcu_bitmap_update() local
/hyp/core/scheduler_fprr/src/
A Dscheduler_fprr.c558 thread_t *next = target; in select_yield_target() local
899 scheduler_fprr_handle_thread_context_switch_pre(thread_t *next) in scheduler_fprr_handle_thread_context_switch_pre()
/hyp/misc/log_standard/src/
A Dstring_util.c559 const char *next = NULL; in check_align() local
/hyp/mem/memdb/tests/
A Dtest.c61 void *next = &tmp_entry.next; in print_level() local

Completed in 851 milliseconds