Home
last modified time | relevance | path

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

/Zephyr-latest/lib/hash/
Dhash_map_sc.c48 entry = CONTAINER_OF(sys_dlist_get(list), struct sys_hashmap_sc_entry, node); in sys_hashmap_sc_insert_all()
64 entry = CONTAINER_OF(sys_dlist_get(bucket), struct sys_hashmap_sc_entry, in sys_hashmap_sc_to_list()
208 entry = CONTAINER_OF(sys_dlist_get(&list), struct sys_hashmap_sc_entry, node); in sys_hashmap_sc_clear()
/Zephyr-latest/kernel/
Dpipes.c344 src = (struct _pipe_desc *)sys_dlist_get(src_list); in pipe_write()
345 dest = (struct _pipe_desc *)sys_dlist_get(dest_list); in pipe_write()
379 src = (struct _pipe_desc *)sys_dlist_get(src_list); in pipe_write()
383 dest = (struct _pipe_desc *)sys_dlist_get(dest_list); in pipe_write()
600 src_desc = (struct _pipe_desc *)sys_dlist_get(&src_list); in pipe_get_internal()
635 src_desc = (struct _pipe_desc *)sys_dlist_get(&src_list); in pipe_get_internal()
Dpoll.c462 poll_event = (struct k_poll_event *)sys_dlist_get(events); in z_handle_obj_poll_events()
527 poll_event = (struct k_poll_event *)sys_dlist_get(&sig->poll_events); in z_impl_k_poll_signal_raise()
/Zephyr-latest/tests/unit/list/
Ddlist.c363 zassert_true(sys_dlist_get(&test_list) == NULL, in ZTEST()
405 zassert_true(sys_dlist_get(&test_list) == in ZTEST()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_desc.c110 while ((node = sys_dlist_get(&uds_ctx->descriptors))) { in usbd_desc_remove_all()
Dusbd_device.c406 while ((node = sys_dlist_get(&uds_ctx->vreqs))) { in usbd_device_unregister_all_vreq()
/Zephyr-latest/include/zephyr/sys/
Ddlist.h547 static inline sys_dnode_t *sys_dlist_get(sys_dlist_t *list) in sys_dlist_get() function
/Zephyr-latest/lib/posix/options/
Dpthread.c574 t = CONTAINER_OF(sys_dlist_get(&recyclables), struct posix_thread, q_node); in posix_thread_recycle()
604 t = CONTAINER_OF(sys_dlist_get(&posix_thread_q[POSIX_THREAD_READY_Q]), in pthread_create()
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c264 frame->ptr = sys_dlist_get(&frame->list); in vrt_schedule_frame()