Searched refs:TAILQ_EMPTY (Results 1 – 14 of 14) sorted by relevance
51 while (!TAILQ_EMPTY(objects)) in tee_obj_close_all()
905 while (!TAILQ_EMPTY(eh)) in tee_svc_storage_close_all_enum()
2764 while (!TAILQ_EMPTY(states)) in tee_svc_cryp_free_states()
469 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()
353 while (!TAILQ_EMPTY(&utc->open_sessions)) { in free_utc()
148 while (!TAILQ_EMPTY(&queue)) { in lockdep_graph_get_shortest_cycle()
79 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()
601 while (!TAILQ_EMPTY(®s)) { in vm_remap()666 while (!TAILQ_EMPTY(®s)) { in vm_remap()1138 while (!TAILQ_EMPTY(&uctx->vm_info.regions)) in vm_info_final()
1899 if (TAILQ_EMPTY(&uctx->vm_info.regions)) in core_mmu_populate_user_map()
245 if (TAILQ_EMPTY(&ta_sessions) && !keep_alive) in ta_header_remove_session()
547 if (!TAILQ_EMPTY(head2)) { \558 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
824 if (TAILQ_EMPTY(&vm_info->regions)) in pgt_get_all()
238 if (TAILQ_EMPTY(&priv->list)) in dmalist_add_entry()
1148 while (!TAILQ_EMPTY(&elf->segs)) { in clean_elf_load_main()
Completed in 33 milliseconds