Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Dfpu.c108 struct k_thread *owner = atomic_ptr_get(&_current_cpu->arch.fpu_owner); in arch_flush_local_fpu() local
139 atomic_ptr_val_t owner; in flush_owned_fpu() local
/Zephyr-latest/arch/arm64/core/
Dfpu.c71 struct k_thread *owner = atomic_ptr_get(&_current_cpu->arch.fpu_owner); in arch_flush_local_fpu() local
238 struct k_thread *owner = atomic_ptr_get(&_current_cpu->arch.fpu_owner); in z_arm64_fpu_trap() local
/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c100 static char owner[MAX_OWNER_LEN + 1]; in walk_socket_services() local
/Zephyr-latest/include/zephyr/net/
Dsocket_service.h76 const char *owner; member
/Zephyr-latest/include/zephyr/
Dspinlock.h62 atomic_t owner; member
Dkernel.h3028 struct k_thread *owner; member
/Zephyr-latest/lib/posix/options/
Dmutex.c115 struct k_thread *owner = NULL; in acquire_mutex() local
/Zephyr-latest/drivers/tee/optee/
Doptee_smc.h36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
/Zephyr-latest/drivers/spi/
Dspi_context.h30 const struct spi_config *owner; member
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c30 const struct mspi_dev_id *owner; member
Dmspi_ambiq_ap3.c33 const struct mspi_dev_id *owner; member
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h199 void *owner; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_internal.h138 struct llcp_mem_pool *owner; member
Dull_llcp.c95 static struct proc_ctx *proc_ctx_acquire(struct llcp_mem_pool *owner) in proc_ctx_acquire()