Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_obj.c51 while (!TAILQ_EMPTY(objects)) in tee_obj_close_all()
A Dtee_svc_storage.c905 while (!TAILQ_EMPTY(eh)) in tee_svc_storage_close_all_enum()
A Dtee_svc_cryp.c2764 while (!TAILQ_EMPTY(states)) in tee_svc_cryp_free_states()
/optee_os-3.20.0/core/kernel/
A Ddt_driver.c469 if (TAILQ_EMPTY(&dt_driver_probe_list)) in process_probe_list()
706 if (res || !TAILQ_EMPTY(&dt_driver_failed_list)) { in probe_dt_drivers()
731 assert(fdt && TAILQ_EMPTY(&dt_driver_probe_list)); in release_probe_lists()
A Duser_ta.c353 while (!TAILQ_EMPTY(&utc->open_sessions)) { in free_utc()
A Dlockdep.c148 while (!TAILQ_EMPTY(&queue)) { in lockdep_graph_get_shortest_cycle()
/optee_os-3.20.0/core/mm/
A Dfobj.c79 assert(TAILQ_EMPTY(&fobj->regions)); in fobj_uninit()
208 assert(TAILQ_EMPTY(&fobj->regions)); in rwp_paged_iv_save_page()
319 assert(TAILQ_EMPTY(&fobj->regions)); in rwp_unpaged_iv_save_page()
A Dvm.c601 while (!TAILQ_EMPTY(&regs)) { in vm_remap()
666 while (!TAILQ_EMPTY(&regs)) { in vm_remap()
1138 while (!TAILQ_EMPTY(&uctx->vm_info.regions)) in vm_info_final()
A Dcore_mmu.c1899 if (TAILQ_EMPTY(&uctx->vm_info.regions)) in core_mmu_populate_user_map()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c245 if (TAILQ_EMPTY(&ta_sessions) && !keep_alive) in ta_header_remove_session()
/optee_os-3.20.0/lib/libutils/isoc/include/sys/
A Dqueue.h547 if (!TAILQ_EMPTY(head2)) { \
558 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/optee_os-3.20.0/core/arch/arm/mm/
A Dpgt_cache.c824 if (TAILQ_EMPTY(&vm_info->regions)) in pgt_get_all()
/optee_os-3.20.0/core/drivers/crypto/caam/utils/
A Dutils_dmaobj.c238 if (TAILQ_EMPTY(&priv->list)) in dmalist_add_entry()
/optee_os-3.20.0/ldelf/
A Dta_elf.c1148 while (!TAILQ_EMPTY(&elf->segs)) { in clean_elf_load_main()

Completed in 35 milliseconds