Lines Matching refs:z_object

80 static void clear_perms_cb(struct z_object *ko, void *ctx_ptr);
122 struct z_object *obj = z_object_find(stack); in z_priv_stack_find()
169 struct z_object kobj;
176 extern struct z_object *z_object_gperf_find(const void *obj);
314 static struct z_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create()
376 struct z_object *z_dynamic_object_aligned_create(size_t align, size_t size) in z_dynamic_object_aligned_create()
378 struct z_object *obj = dynamic_object_create(K_OBJ_ANY, align, size); in z_dynamic_object_aligned_create()
389 struct z_object *zo; in z_object_alloc()
478 struct z_object *z_object_find(const void *obj) in z_object_find()
480 struct z_object *ret; in z_object_find()
517 struct z_object *ko; in thread_index_get()
528 static void unref_check(struct z_object *ko, uintptr_t index) in unref_check()
582 static void wordlist_cb(struct z_object *ko, void *ctx_ptr) in wordlist_cb()
605 void z_thread_perms_set(struct z_object *ko, struct k_thread *thread) in z_thread_perms_set()
614 void z_thread_perms_clear(struct z_object *ko, struct k_thread *thread) in z_thread_perms_clear()
624 static void clear_perms_cb(struct z_object *ko, void *ctx_ptr) in clear_perms_cb()
640 static int thread_perms_test(struct z_object *ko) in thread_perms_test()
655 static void dump_permission_error(struct z_object *ko) in dump_permission_error()
664 void z_dump_object_error(int retval, const void *obj, struct z_object *ko, in z_dump_object_error()
694 struct z_object *ko = z_object_find(object); in z_impl_k_object_access_grant()
703 struct z_object *ko = z_object_find(object); in k_object_access_revoke()
717 struct z_object *ko = z_object_find(object); in k_object_access_all_grant()
724 int z_object_validate(struct z_object *ko, enum k_objects otype, in z_object_validate()
759 struct z_object *ko; in z_object_init()
784 struct z_object *ko = z_object_find(obj); in z_object_recycle()
795 struct z_object *ko; in z_object_uninit()