Searched refs:SLIST_NEXT (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/mm/ |
| H A D | pgt_cache.c | 81 if (!parent->num_used && SLIST_NEXT(SLIST_FIRST(&parent_list), link)) { in free_pgt() 200 next_p = SLIST_NEXT(p, link); in pgt_flush_range() 209 p = SLIST_NEXT(p, link); in pgt_flush_range() 258 assert(p == SLIST_NEXT(pp, link)); in prune_before_va() 261 p = SLIST_NEXT(pp, link); in prune_before_va() 300 p = SLIST_NEXT(pp, link); in pgt_check_avail() 319 p = SLIST_NEXT(pp, link); in pgt_check_avail() 511 p = SLIST_NEXT(pgt, link); in pop_from_cache_list() 545 if (!SLIST_NEXT(pgt, link)) in pop_least_used_from_cache_list() 547 next_used = get_num_used_entries(SLIST_NEXT(pgt, link)); in pop_least_used_from_cache_list() [all …]
|
| H A D | vm.c | 216 p = SLIST_NEXT(p, link); in set_um_region()
|
| H A D | core_mmu.c | 1906 *pgt = SLIST_NEXT(*pgt, link); in set_pg_region()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_pwr.c | 49 while (SLIST_NEXT(elem, next)) in caam_pwr_add_backup() 50 elem = SLIST_NEXT(elem, next); in caam_pwr_add_backup()
|
| /optee_os/core/kernel/ |
| H A D | wait_queue.c | 54 while (SLIST_NEXT(wqe_iter, link)) in slist_add_tail() 55 wqe_iter = SLIST_NEXT(wqe_iter, link); in slist_add_tail()
|
| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 234 SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \ 242 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \ 250 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator.c | 360 regulator = SLIST_NEXT(sibling, link); in find_next_regulator() 365 regulator = SLIST_NEXT(regulator, link); in find_next_regulator()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk.c | 412 clk = SLIST_NEXT(sibling, link); in find_next_clk() 417 clk = SLIST_NEXT(clk, link); in find_next_clk()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | mobj_ffa.c | 348 p = SLIST_NEXT(mf, link); in pop_from_list()
|
| H A D | tee_pager.c | 1906 p = SLIST_NEXT(p, link); in find_pgt()
|