Searched refs:SLIST_REMOVE (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/kernel/ |
A D | interrupt.c | 94 SLIST_REMOVE(&handlers, hdl, itr_handler, link); in itr_free()
|
A D | wait_queue.c | 88 SLIST_REMOVE(wq, wqe, wait_queue_elem, link); in wq_wait_final()
|
A D | notif.c | 141 SLIST_REMOVE(¬if_driver_head, ndrv, notif_driver, link); in notif_unregister_driver()
|
/optee_os/core/arch/arm/mm/ |
A D | sp_mem.c | 312 SLIST_REMOVE(&mem_shares, smem, sp_mem, link); in sp_mem_remove()
|
A D | mobj_dyn_shm.c | 133 SLIST_REMOVE(®_shm_list, mobj_reg_shm, mobj_reg_shm, next); in reg_shm_free_helper()
|
/optee_os/lib/libutils/isoc/include/sys/ |
A D | queue.h | 219 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/optee_os/out/arm/export-ta_arm64/include/sys/ |
A D | queue.h | 219 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/optee_os/out/arm/export-ta_arm32/include/sys/ |
A D | queue.h | 219 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/optee_os/core/arch/arm/kernel/ |
A D | thread_spmc.c | 633 SLIST_REMOVE(&frag_state_head, s, mem_frag_state, link); in add_mem_share_frag()
|
Completed in 25 milliseconds