Home
last modified time | relevance | path

Searched refs:K_OBJ_FLAG_ALLOC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dkobject.h78 #define K_OBJ_FLAG_ALLOC BIT(2) macro
/Zephyr-latest/kernel/
Duserspace.c445 zo->flags |= K_OBJ_FLAG_ALLOC; in z_object_alloc()
544 if ((ko->flags & K_OBJ_FLAG_ALLOC) == 0U) { in unref_check()