Searched refs:SLIST_HEAD (Results 1 – 21 of 21) sorted by relevance
/optee_os-3.20.0/core/include/mm/ |
A D | sp_mem.h | 49 SLIST_HEAD(sp_mem_receiver_head, sp_mem_receiver); 50 SLIST_HEAD(sp_mem_regions_head, sp_mem_map_region);
|
A D | pgt_cache.h | 55 SLIST_HEAD(pgt_cache, pgt);
|
/optee_os-3.20.0/ |
A D | typedefs.checkpatch | 35 SLIST_HEAD\(.*\)
|
/optee_os-3.20.0/core/include/kernel/ |
A D | user_ta.h | 23 SLIST_HEAD(load_seg_head, load_seg);
|
A D | wait_queue.h | 12 SLIST_HEAD(wait_queue, wait_queue_elem);
|
A D | thread_private.h | 33 SLIST_HEAD(thread_shm_cache, thread_shm_cache_entry);
|
/optee_os-3.20.0/core/kernel/ |
A D | interrupt.c | 23 static SLIST_HEAD(, itr_handler) handlers __nex_data =
|
A D | notif.c | 20 SLIST_HEAD(notif_driver_head, notif_driver);
|
A D | dt_driver_test.c | 60 static SLIST_HEAD(dt_test_free_refs, dt_test_free_ref) dt_test_free_list =
|
A D | dt_driver.c | 67 static SLIST_HEAD(, dt_driver_provider) dt_driver_provider_list =
|
/optee_os-3.20.0/core/drivers/crypto/caam/ |
A D | caam_pwr.c | 16 static SLIST_HEAD(,
|
/optee_os-3.20.0/core/mm/ |
A D | file.c | 40 SLIST_HEAD(, file_slice_elem) slice_head;
|
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | stm32_rstctrl.c | 29 static SLIST_HEAD(, stm32_rstline) stm32_rst_list =
|
/optee_os-3.20.0/core/drivers/ |
A D | bcm_gpio.c | 32 static SLIST_HEAD(, bcm_gpio_chip) gclist = SLIST_HEAD_INITIALIZER(gclist);
|
A D | stm32_iwdg.c | 94 static SLIST_HEAD(iwdg_dev_list_head, stm32_iwdg_device) iwdg_dev_list =
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | sp_mem.c | 18 SLIST_HEAD(sp_mem_head, sp_mem);
|
A D | mobj_dyn_shm.c | 58 static SLIST_HEAD(reg_shm_head, mobj_reg_shm) reg_shm_list =
|
A D | mobj_ffa.c | 30 SLIST_HEAD(mobj_ffa_head, mobj_ffa);
|
A D | pgt_cache.c | 61 SLIST_HEAD(pgt_parent_list, pgt_parent);
|
/optee_os-3.20.0/lib/libutils/isoc/include/sys/ |
A D | queue.h | 185 #define SLIST_HEAD(name, type) \ macro
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc.c | 73 static SLIST_HEAD(mem_frag_state_head, mem_frag_state) frag_state_head =
|
Completed in 24 milliseconds