Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/
Dmain.c37 ret = k_object_validate(k_object_find(sem), K_OBJ_SEM, 0); in test_object()
39 ret = k_object_validation_check(k_object_find(sem), sem, in test_object()
182 ret = k_object_validate(k_object_find(test_dyn_mutex), K_OBJ_MUTEX, 0); in ZTEST()
/Zephyr-latest/kernel/
Duserspace.c123 struct k_object *obj = k_object_find(stack); in z_priv_stack_find()
487 struct k_object *k_object_find(const void *obj) in k_object_find() function
528 ko = k_object_find(thread); in thread_index_get()
703 struct k_object *ko = k_object_find(object); in z_impl_k_object_access_grant()
712 struct k_object *ko = k_object_find(object); in k_object_access_revoke()
726 struct k_object *ko = k_object_find(object); in k_object_access_all_grant()
778 ko = k_object_find(obj); in k_object_init()
793 struct k_object *ko = k_object_find(obj); in k_object_recycle()
807 ko = k_object_find(obj); in k_object_uninit()
Duserspace_handler.c19 ko = k_object_find(obj); in validate_kernel_object()
Dfutex.c19 obj = k_object_find(futex); in k_futex_find_data()
Ddynamic.c144 if (k_object_find(stack)) { in z_impl_k_thread_stack_free()
Dthread.c289 struct k_object *ko = k_object_find(thread); in z_vrfy_k_thread_name_copy()
672 return k_object_find(stack) != NULL; in z_stack_is_user_capable()
690 stack_object = k_object_find(stack); in z_vrfy_k_thread_create()
Dsched.c1438 struct k_object *ko = k_object_find(thread); in thread_obj_validate()
/Zephyr-latest/lib/os/
Dmutex.c16 obj = k_object_find(mutex); in get_k_mutex()
/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h122 struct k_object *k_object_find(const void *obj);
544 k_object_find((const void *)(ptr)), \
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld21 PROVIDE(k_object_find = .); symbol
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c942 ko = k_object_find(&dummy); in ZTEST()
947 ko = k_object_find(&recycle_sem); in ZTEST()
/Zephyr-latest/tests/kernel/threads/thread_stack/src/
Dmain.c368 zo = k_object_find(stack_obj); in scenario_entry()
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dkobject.c1072 ko = k_object_find(&child_thread); in ZTEST()
1077 ko = k_object_find(child_stack); in ZTEST()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst685 * ``z_object_find`` to :c:func:`k_object_find`