Searched refs:z_object (Results 1 – 17 of 17) sorted by relevance
/Zephyr-Core-2.7.6/kernel/ |
D | userspace_handler.c | 11 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()
|
D | userspace.c | 61 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 …]
|
D | futex.c | 17 struct z_object *obj; in k_futex_find_data()
|
D | thread.c | 299 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()
|
D | sched.c | 1657 struct z_object *ko = z_object_find(thread); in thread_obj_validate()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | kobject.h | 85 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/ |
D | syscall_handler.h | 81 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/ |
D | mutex.c | 14 struct z_object *obj; in get_k_mutex()
|
/Zephyr-Core-2.7.6/tests/kernel/threads/thread_stack/src/ |
D | main.c | 321 struct z_object *zo; in scenario_entry()
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/mem_protect/src/ |
D | kobject.c | 1042 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/ |
D | main.c | 830 struct z_object *ko; in test_object_recycle()
|
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | socketpair.c | 222 struct z_object *zo = z_dynamic_object_create(sizeof(*spair)); in spair_new()
|
D | sockets.c | 71 struct z_object *zo; in get_sock_vtable()
|
/Zephyr-Core-2.7.6/doc/contribute/documentation/ |
D | index.rst | 399 struct z_object { 415 struct z_object {
|
/Zephyr-Core-2.7.6/doc/reference/usermode/ |
D | kernelobjects.rst | 119 :c:struct:`z_object`, which has all the metadata for that object. This
|
/Zephyr-Core-2.7.6/ |
D | CMakeLists.txt | 903 -p "struct z_object" 1181 -p "struct z_object"
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | net_if.c | 147 struct z_object *zo; in z_vrfy_net_if_get_by_index()
|