Searched refs:SLIST_FOREACH_SAFE (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | notif.c | 186 SLIST_FOREACH_SAFE(nd, ¬if_driver_head, link, nd_tmp) { in notif_deliver_event()
|
A D | dt_driver_test.c | 85 SLIST_FOREACH_SAFE(ref, &dt_test_free_list, link, t_ref) { in dt_test_free()
|
A D | dt_driver.c | 739 SLIST_FOREACH_SAFE(prov, &dt_driver_provider_list, link, next_prov) in release_probe_lists()
|
/optee_os-3.20.0/lib/libutils/isoc/include/sys/ |
A D | queue.h | 240 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
Completed in 7 milliseconds