Home
last modified time | relevance | path

Searched refs:TAILQ_HEAD (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_ta.h20 TAILQ_HEAD(tee_cryp_state_head, tee_cryp_state);
21 TAILQ_HEAD(tee_obj_head, tee_obj);
22 TAILQ_HEAD(tee_storage_enum_head, tee_storage_enum);
H A Dlockdep.h38 TAILQ_HEAD(lockdep_node_head, lockdep_node);
48 TAILQ_HEAD(lockdep_lock_head, lockdep_lock);
H A Dtee_ta_manager.h27 TAILQ_HEAD(tee_ta_session_head, tee_ta_session);
28 TAILQ_HEAD(tee_ta_ctx_head, tee_ta_ctx);
H A Dthread.h32 TAILQ_HEAD(, ts_session) sess_stack;
H A Dmutex.h30 TAILQ_HEAD(mutex_head, mutex);
/optee_os/core/include/mm/
H A Dtee_mmu_types.h127 TAILQ_HEAD(vm_paged_region_head, vm_paged_region);
128 TAILQ_HEAD(vm_region_head, vm_region);
/optee_os/ldelf/
H A Dta_elf.h27 TAILQ_HEAD(segment_head, segment);
100 TAILQ_HEAD(ta_elf_queue, ta_elf);
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h19 TAILQ_HEAD(sp_sessions_head, sp_session);
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h36 TAILQ_HEAD(client_list, pkcs11_client);
37 TAILQ_HEAD(session_list, pkcs11_session);
/optee_os/core/mm/
H A Dfile.c44 static TAILQ_HEAD(, file) file_head = TAILQ_HEAD_INITIALIZER(file_head);
/optee_os/lib/libutee/
H A Duser_ta_entry.c28 static TAILQ_HEAD(ta_sessions, ta_session) ta_sessions =
48 static TAILQ_HEAD(phdr_info_head, phdr_info) __phdr_info_head =
/optee_os/core/tee/
H A Dtee_pobj.c11 static TAILQ_HEAD(tee_pobjs, tee_pobj) tee_pobjs =
/optee_os/core/kernel/
H A Dcallout.c11 TAILQ_HEAD(callout_head, callout);
H A Ddt_driver.c71 static TAILQ_HEAD(dt_driver_probe_head, dt_driver_probe) dt_driver_probe_list =
75 static TAILQ_HEAD(, dt_driver_probe) dt_driver_ready_list =
79 static TAILQ_HEAD(, dt_driver_probe) dt_driver_failed_list =
H A Dlockdep.c108 TAILQ_HEAD(lockdep_bfs_head, lockdep_bfs);
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h425 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c196 TAILQ_HEAD(remoteproc_firmware_head, remoteproc_context);
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_dmaobj.c96 TAILQ_HEAD(dmalist, dmaentry) list;
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c66 TAILQ_HEAD(tee_pager_pmem_head, tee_pager_pmem);