Searched refs:SLIST_INSERT_HEAD (Results 1 – 18 of 18) sorted by relevance
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | pgt_cache.c | 77 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 D | mobj_ffa.c | 241 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 D | sp_mem.c | 257 SLIST_INSERT_HEAD(&mem_shares, smem, link); in sp_mem_add()
|
A D | mobj_dyn_shm.c | 335 SLIST_INSERT_HEAD(®_shm_list, mobj_reg_shm, next); in mobj_reg_shm_alloc()
|
/optee_os-3.20.0/core/kernel/ |
A D | interrupt.c | 108 SLIST_INSERT_HEAD(&handlers, h, link); in itr_add_type_prio()
|
A D | wait_queue.c | 54 SLIST_INSERT_HEAD(wq, wqe, link); in slist_add_tail()
|
A D | notif.c | 127 SLIST_INSERT_HEAD(¬if_driver_head, ndrv, link); in notif_register_driver()
|
A D | dt_driver_test.c | 72 SLIST_INSERT_HEAD(&dt_test_free_list, ref, link); in dt_test_alloc()
|
A D | thread.c | 602 SLIST_INSERT_HEAD(cache, ce, link); in get_shm_cache_entry()
|
A D | dt_driver.c | 155 SLIST_INSERT_HEAD(&dt_driver_provider_list, prv, link); in dt_driver_register_provider()
|
/optee_os-3.20.0/core/drivers/crypto/caam/ |
A D | caam_pwr.c | 51 SLIST_INSERT_HEAD(&data_list, newelem, next); in caam_pwr_add_backup()
|
/optee_os-3.20.0/core/mm/ |
A D | file.c | 104 SLIST_INSERT_HEAD(&f->slice_head, fse, link); in file_add_slice()
|
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | stm32_rstctrl.c | 167 SLIST_INSERT_HEAD(&stm32_rst_list, stm32_rstline, link); in find_or_allocate_rstline()
|
/optee_os-3.20.0/core/drivers/ |
A D | bcm_gpio.c | 184 SLIST_INSERT_HEAD(&gclist, gc, link); in iproc_gpio_init()
|
A D | stm32_iwdg.c | 372 SLIST_INSERT_HEAD(&iwdg_dev_list, iwdg, link); in stm32_iwdg_register()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | spmc_sp_handler.c | 123 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 D | thread_spmc.c | 698 SLIST_INSERT_HEAD(&frag_state_head, s, link); in add_mem_share()
|
/optee_os-3.20.0/lib/libutils/isoc/include/sys/ |
A D | queue.h | 210 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
Completed in 23 milliseconds