Searched refs:SLIST_REMOVE (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 225 SLIST_REMOVE(&pending_regu_list, pending, pending_regu, link); in process_pending_list() 424 SLIST_REMOVE(&pending_regu_list, pending, pending_regu, link); in release_regulator_pending_lists()
|
| /optee_os/core/kernel/ |
| H A D | notif.c | 78 SLIST_REMOVE(¬if_driver_head, ndrv, notif_driver, link); in notif_unregister_driver()
|
| H A D | wait_queue.c | 90 SLIST_REMOVE(wq, wqe, wait_queue_elem, link); in wq_wait_final_helper()
|
| H A D | interrupt.c | 244 SLIST_REMOVE(&hdl->chip->handlers, hdl, itr_handler, link); in interrupt_remove_handler()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 219 SLIST_REMOVE(&nsec_region_list, reg, tzc_region_non_sec, link); in exclude_region_from_nsec() 394 SLIST_REMOVE(&nsec_region_list, region, in add_carved_out_nsec()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 87 SLIST_REMOVE(&dt_test_free_list, ref, in dt_test_free() 102 SLIST_REMOVE(&dt_test_free_list, ref, dt_test_free_ref, link); in dt_test_free_all()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sp_mem.c | 329 SLIST_REMOVE(&mem_shares, smem, sp_mem, link); in sp_mem_remove()
|
| /optee_os/core/mm/ |
| H A D | mobj_dyn_shm.c | 148 SLIST_REMOVE(®_shm_list, mobj_reg_shm, mobj_reg_shm, next); in reg_shm_free_helper() 629 SLIST_REMOVE(&protmem_list, mobj_protmem, mobj_protmem, next); in protmem_free_helper()
|
| H A D | pgt_cache.c | 86 SLIST_REMOVE(&parent_list, parent, pgt_parent, link); in free_pgt()
|
| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 219 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
| /optee_os/core/drivers/ |
| H A D | stm32_gpio.c | 409 SLIST_REMOVE(&consumed_gpios_head, state, in stm32_gpio_put_gpio()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 1132 SLIST_REMOVE(&frag_state_head, s, mem_frag_state, link); in add_mem_op_frag()
|