Home
last modified time | relevance | path

Searched refs:z_object_find (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-2.7.6/tests/kernel/mem_protect/obj_validation/src/
Dmain.c37 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()
/Zephyr-Core-2.7.6/kernel/
Duserspace.c103 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() function
453 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()
Duserspace_handler.c16 ko = z_object_find(obj); in validate_any_object()
Dfutex.c19 obj = z_object_find(futex); in k_futex_find_data()
Dthread.c299 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()
Dsched.c1657 struct z_object *ko = z_object_find(thread); in thread_obj_validate()
/Zephyr-Core-2.7.6/lib/os/
Dmutex.c16 obj = z_object_find(mutex); in get_k_mutex()
/Zephyr-Core-2.7.6/include/
Dsyscall_handler.h105 extern struct z_object *z_object_find(const void *obj);
468 z_object_find((const void *)ptr), \
/Zephyr-Core-2.7.6/include/linker/
Dkobject-text.ld20 PROVIDE(z_object_find = .); symbol
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/mem_protect/src/
Dkobject.c1045 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()
/Zephyr-Core-2.7.6/tests/kernel/threads/thread_stack/src/
Dmain.c323 zo = z_object_find(stack_obj); in scenario_entry()
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/userspace/src/
Dmain.c833 ko = z_object_find(&recycle_sem); in test_object_recycle()
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets.c74 zo = z_object_find(ctx); in get_sock_vtable()
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_if.c155 zo = z_object_find(iface); in z_vrfy_net_if_get_by_index()