Searched refs:z_object_find (Results 1 – 14 of 14) sorted by relevance
37 ret = z_object_validate(z_object_find(sem), K_OBJ_SEM, 0); in test_object()39 ret = z_obj_validation_check(z_object_find(sem), sem, in test_object()182 ret = z_object_validate(z_object_find(test_dyn_mutex), K_OBJ_MUTEX, 0); in test_no_ref_dyn_kobj_release_mem()
103 struct z_object *obj = z_object_find(stack); in z_priv_stack_find()412 struct z_object *z_object_find(const void *obj) in z_object_find() function453 ko = z_object_find(thread); in thread_index_get()622 struct z_object *ko = z_object_find(object); in z_impl_k_object_access_grant()631 struct z_object *ko = z_object_find(object); in k_object_access_revoke()645 struct z_object *ko = z_object_find(object); in k_object_access_all_grant()697 ko = z_object_find(obj); in z_object_init()712 struct z_object *ko = z_object_find(obj); in z_object_recycle()726 ko = z_object_find(obj); in z_object_uninit()
16 ko = z_object_find(obj); in validate_any_object()
19 obj = z_object_find(futex); in k_futex_find_data()
299 struct z_object *ko = z_object_find(thread); in z_vrfy_k_thread_name_copy()638 return z_object_find(stack) != NULL; in z_stack_is_user_capable()656 stack_object = z_object_find(stack); in z_vrfy_k_thread_create()
1657 struct z_object *ko = z_object_find(thread); in thread_obj_validate()
16 obj = z_object_find(mutex); in get_k_mutex()
105 extern struct z_object *z_object_find(const void *obj);468 z_object_find((const void *)ptr), \
20 PROVIDE(z_object_find = .); symbol
1045 ko = z_object_find(&child_thread); in thread_stack_init_objects()1050 ko = z_object_find(child_stack); in thread_stack_init_objects()1083 ko = z_object_find(&child_thread); in test_mark_thread_exit_uninitialized()1088 ko = z_object_find(child_stack); in test_mark_thread_exit_uninitialized()
323 zo = z_object_find(stack_obj); in scenario_entry()
833 ko = z_object_find(&recycle_sem); in test_object_recycle()
74 zo = z_object_find(ctx); in get_sock_vtable()
155 zo = z_object_find(iface); in z_vrfy_net_if_get_by_index()