Searched refs:sys_dlist_get (Results  1 – 9 of 9) sorted by relevance
| /Zephyr-latest/lib/hash/ | 
| D | hash_map_sc.c | 48 		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/ | 
| D | pipes.c | 344 	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()
 
 | 
| D | poll.c | 462 	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/ | 
| D | dlist.c | 363 	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/ | 
| D | usbd_desc.c | 110 	while ((node = sys_dlist_get(&uds_ctx->descriptors))) {  in usbd_desc_remove_all()
 | 
| D | usbd_device.c | 406 	while ((node = sys_dlist_get(&uds_ctx->vreqs))) {  in usbd_device_unregister_all_vreq()
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | dlist.h | 547 static inline sys_dnode_t *sys_dlist_get(sys_dlist_t *list)  in sys_dlist_get()  function
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | pthread.c | 574 			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/ | 
| D | uhc_virtual.c | 264 		frame->ptr = sys_dlist_get(&frame->list);  in vrt_schedule_frame()
 |