Home
last modified time | relevance | path

Searched refs:SLIST_INSERT_HEAD (Results 1 – 18 of 18) sorted by relevance

/optee_os-3.20.0/core/arch/arm/mm/
A Dpgt_cache.c77 SLIST_INSERT_HEAD(&parent_list, parent, link); in free_pgt()
89 SLIST_INSERT_HEAD(&parent->pgt_cache, pgt, link); in free_pgt()
123 SLIST_INSERT_HEAD(&parent->pgt_cache, pgt + n, link); in alloc_pgt_parent()
143 SLIST_INSERT_HEAD(&parent_list, parent, link); in alloc_pgt()
333 SLIST_INSERT_HEAD(pgt_cache, p, link); in pgt_check_avail()
374 SLIST_INSERT_HEAD(&pgt_free_list, p, link); in pgt_init()
421 SLIST_INSERT_HEAD(&pgt_free_list, p, link); in pgt_init()
442 SLIST_INSERT_HEAD(&pgt_free_list, p, link); in push_to_free_list()
472 SLIST_INSERT_HEAD(&p->parent->pgt_cache, p, link); in push_to_free_list()
485 SLIST_INSERT_HEAD(&pgt_cache_list, pgt, link); in push_to_cache_list()
[all …]
A Dmobj_ffa.c241 SLIST_INSERT_HEAD(&shm_inactive_head, mf, link); in mobj_ffa_push_to_inactive()
415 SLIST_INSERT_HEAD(&shm_head, mf, link); in mobj_ffa_get_by_cookie()
497 SLIST_INSERT_HEAD(&shm_inactive_head, mf, link); in ffa_inactivate()
A Dsp_mem.c257 SLIST_INSERT_HEAD(&mem_shares, smem, link); in sp_mem_add()
A Dmobj_dyn_shm.c335 SLIST_INSERT_HEAD(&reg_shm_list, mobj_reg_shm, next); in mobj_reg_shm_alloc()
/optee_os-3.20.0/core/kernel/
A Dinterrupt.c108 SLIST_INSERT_HEAD(&handlers, h, link); in itr_add_type_prio()
A Dwait_queue.c54 SLIST_INSERT_HEAD(wq, wqe, link); in slist_add_tail()
A Dnotif.c127 SLIST_INSERT_HEAD(&notif_driver_head, ndrv, link); in notif_register_driver()
A Ddt_driver_test.c72 SLIST_INSERT_HEAD(&dt_test_free_list, ref, link); in dt_test_alloc()
A Dthread.c602 SLIST_INSERT_HEAD(cache, ce, link); in get_shm_cache_entry()
A Ddt_driver.c155 SLIST_INSERT_HEAD(&dt_driver_provider_list, prv, link); in dt_driver_register_provider()
/optee_os-3.20.0/core/drivers/crypto/caam/
A Dcaam_pwr.c51 SLIST_INSERT_HEAD(&data_list, newelem, next); in caam_pwr_add_backup()
/optee_os-3.20.0/core/mm/
A Dfile.c104 SLIST_INSERT_HEAD(&f->slice_head, fse, link); in file_add_slice()
/optee_os-3.20.0/core/drivers/rstctrl/
A Dstm32_rstctrl.c167 SLIST_INSERT_HEAD(&stm32_rst_list, stm32_rstline, link); in find_or_allocate_rstline()
/optee_os-3.20.0/core/drivers/
A Dbcm_gpio.c184 SLIST_INSERT_HEAD(&gclist, gc, link); in iproc_gpio_init()
A Dstm32_iwdg.c372 SLIST_INSERT_HEAD(&iwdg_dev_list, iwdg, link); in stm32_iwdg_register()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dspmc_sp_handler.c123 SLIST_INSERT_HEAD(&smem->receivers, receiver, link); in add_mem_region_to_sp()
214 SLIST_INSERT_HEAD(&smem->regions, region, link); in spmc_sp_add_sp_region()
266 SLIST_INSERT_HEAD(&smem->regions, region, link); in spmc_sp_add_nw_region()
A Dthread_spmc.c698 SLIST_INSERT_HEAD(&frag_state_head, s, link); in add_mem_share()
/optee_os-3.20.0/lib/libutils/isoc/include/sys/
A Dqueue.h210 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro

Completed in 30 milliseconds