Searched defs:owner (Results 1 – 14 of 14) sorted by relevance
108 struct k_thread *owner = atomic_ptr_get(&_current_cpu->arch.fpu_owner); in arch_flush_local_fpu() local139 atomic_ptr_val_t owner; in flush_owned_fpu() local
71 struct k_thread *owner = atomic_ptr_get(&_current_cpu->arch.fpu_owner); in arch_flush_local_fpu() local238 struct k_thread *owner = atomic_ptr_get(&_current_cpu->arch.fpu_owner); in z_arm64_fpu_trap() local
100 static char owner[MAX_OWNER_LEN + 1]; in walk_socket_services() local
76 const char *owner; member
62 atomic_t owner; member
3028 struct k_thread *owner; member
115 struct k_thread *owner = NULL; in acquire_mutex() local
36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
30 const struct spi_config *owner; member
30 const struct mspi_dev_id *owner; member
33 const struct mspi_dev_id *owner; member
199 void *owner; member
138 struct llcp_mem_pool *owner; member
95 static struct proc_ctx *proc_ctx_acquire(struct llcp_mem_pool *owner) in proc_ctx_acquire()