Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dcallout.c130 while (!TAILQ_EMPTY(&tmp_head)) { in callout_service_init()
176 while (!TAILQ_EMPTY(&callout_head)) { in callout_service_cb()
H A Ddt_driver.c621 if (TAILQ_EMPTY(&dt_driver_probe_list)) in process_probe_list()
858 if (res || !TAILQ_EMPTY(&dt_driver_failed_list)) { in probe_dt_drivers()
882 assert(fdt && TAILQ_EMPTY(&dt_driver_probe_list)); in release_probe_lists()
H A Dlockdep.c148 while (!TAILQ_EMPTY(&queue)) { in lockdep_graph_get_shortest_cycle()
H A Duser_ta.c384 while (!TAILQ_EMPTY(&utc->open_sessions)) { in release_utc_state()
/optee_os/core/tee/
H A Dtee_obj.c50 while (!TAILQ_EMPTY(objects)) in tee_obj_close_all()
H A Dtee_svc_storage.c929 while (!TAILQ_EMPTY(eh)) in tee_svc_storage_close_all_enum()
H A Dtee_svc_cryp.c2951 while (!TAILQ_EMPTY(states)) in tee_svc_cryp_free_states()
/optee_os/core/mm/
H A Dfobj.c80 assert(TAILQ_EMPTY(&fobj->regions)); in fobj_uninit()
210 assert(TAILQ_EMPTY(&fobj->regions)); in rwp_paged_iv_save_page()
322 assert(TAILQ_EMPTY(&fobj->regions)); in rwp_unpaged_iv_save_page()
H A Dvm.c600 while (!TAILQ_EMPTY(&regs)) { in vm_remap()
665 while (!TAILQ_EMPTY(&regs)) { in vm_remap()
1092 while (!TAILQ_EMPTY(&uctx->vm_info.regions)) in vm_info_final()
H A Dpgt_cache.c828 if (TAILQ_EMPTY(&vm_info->regions)) in pgt_get_all()
H A Dcore_mmu.c2283 if (TAILQ_EMPTY(&uctx->vm_info.regions)) in core_mmu_populate_user_map()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h547 if (!TAILQ_EMPTY(head2)) { \
558 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/optee_os/lib/libutee/
H A Duser_ta_entry.c269 if (TAILQ_EMPTY(&ta_sessions) && !keep_alive) in ta_header_remove_session()
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_dmaobj.c238 if (TAILQ_EMPTY(&priv->list)) in dmalist_add_entry()
/optee_os/ldelf/
H A Dta_elf.c1159 while (!TAILQ_EMPTY(&elf->segs)) { in clean_elf_load_main()