Home
last modified time | relevance | path

Searched refs:z_object (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-2.7.6/kernel/
Duserspace_handler.c11 static struct z_object *validate_any_object(const void *obj) in validate_any_object()
13 struct z_object *ko; in validate_any_object()
42 struct z_object *ko; in z_vrfy_k_object_access_grant()
54 struct z_object *ko; in z_vrfy_k_object_release()
Duserspace.c61 static void clear_perms_cb(struct z_object *ko, void *ctx_ptr);
103 struct z_object *obj = z_object_find(stack); in z_priv_stack_find()
137 struct z_object kobj;
145 extern struct z_object *z_object_gperf_find(const void *obj);
307 struct z_object *z_dynamic_object_aligned_create(size_t align, size_t size) in z_dynamic_object_aligned_create()
333 struct z_object *zo; in z_impl_k_object_alloc()
412 struct z_object *z_object_find(const void *obj) in z_object_find()
414 struct z_object *ret; in z_object_find()
451 struct z_object *ko; in thread_index_get()
462 static void unref_check(struct z_object *ko, uintptr_t index) in unref_check()
[all …]
Dfutex.c17 struct z_object *obj; in k_futex_find_data()
Dthread.c299 struct z_object *ko = z_object_find(thread); in z_vrfy_k_thread_name_copy()
648 struct z_object *stack_object; in z_vrfy_k_thread_create()
Dsched.c1657 struct z_object *ko = z_object_find(thread); in thread_obj_validate()
/Zephyr-Core-2.7.6/include/sys/
Dkobject.h85 struct z_object { struct
276 struct z_object *z_dynamic_object_aligned_create(size_t align, size_t size);
297 static inline struct z_object *z_dynamic_object_create(size_t size) in z_dynamic_object_create()
321 static inline struct z_object *z_dynamic_object_aligned_create(size_t align, in z_dynamic_object_aligned_create()
330 static inline struct z_object *z_dynamic_object_create(size_t size) in z_dynamic_object_create()
/Zephyr-Core-2.7.6/include/
Dsyscall_handler.h81 int z_object_validate(struct z_object *ko, enum k_objects otype,
93 struct z_object *ko, enum k_objects otype);
105 extern struct z_object *z_object_find(const void *obj);
107 typedef void (*_wordlist_cb_func_t)(struct z_object *ko, void *context);
132 extern void z_thread_perms_set(struct z_object *ko, struct k_thread *thread);
140 extern void z_thread_perms_clear(struct z_object *ko, struct k_thread *thread);
446 static inline int z_obj_validation_check(struct z_object *ko, in z_obj_validation_check()
/Zephyr-Core-2.7.6/lib/os/
Dmutex.c14 struct z_object *obj; in get_k_mutex()
/Zephyr-Core-2.7.6/tests/kernel/threads/thread_stack/src/
Dmain.c321 struct z_object *zo; in scenario_entry()
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/mem_protect/src/
Dkobject.c1042 struct z_object *ko; in thread_stack_init_objects()
1068 struct z_object *ko; in test_mark_thread_exit_uninitialized()
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/userspace/src/
Dmain.c830 struct z_object *ko; in test_object_recycle()
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsocketpair.c222 struct z_object *zo = z_dynamic_object_create(sizeof(*spair)); in spair_new()
Dsockets.c71 struct z_object *zo; in get_sock_vtable()
/Zephyr-Core-2.7.6/doc/contribute/documentation/
Dindex.rst399 struct z_object {
415 struct z_object {
/Zephyr-Core-2.7.6/doc/reference/usermode/
Dkernelobjects.rst119 :c:struct:`z_object`, which has all the metadata for that object. This
/Zephyr-Core-2.7.6/
DCMakeLists.txt903 -p "struct z_object"
1181 -p "struct z_object"
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_if.c147 struct z_object *zo; in z_vrfy_net_if_get_by_index()