Home
last modified time | relevance | path

Searched refs:K_OBJ_LAST (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/sys/
Dkobject.h42 K_OBJ_LAST enumerator
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/mem_protect/src/
Dkobject.c1133 zassert_is_null(k_object_alloc(K_OBJ_LAST), in ZTEST_USER()
1302 ko = k_object_alloc(K_OBJ_LAST); in ZTEST()
1306 ko = k_object_alloc(K_OBJ_LAST-1); in ZTEST()
1395 if (otype != K_OBJ_LAST) { in ZTEST()
1403 } while (otype <= K_OBJ_LAST); in ZTEST()
/Zephyr-Core-3.5.0/kernel/
Duserspace.c392 if (otype <= K_OBJ_ANY || otype >= K_OBJ_LAST) { in z_object_alloc()