Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 4 of 4) sorted by relevance

/kernel/
A Duserspace_handler.c12 static struct k_object *validate_kernel_object(const void *obj, in validate_kernel_object() argument
19 ko = k_object_find(obj); in validate_kernel_object()
27 k_object_dump_error(ret, obj, ko, otype); in validate_kernel_object()
35 static ALWAYS_INLINE struct k_object *validate_any_object(const void *obj) in validate_any_object() argument
37 return validate_kernel_object(obj, K_OBJ_ANY, _OBJ_INIT_ANY); in validate_any_object()
40 bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid() argument
44 ko = validate_kernel_object(obj, otype, _OBJ_INIT_TRUE); in k_object_is_valid()
A Duserspace.c238 if (node->kobj.name == obj) { in dyn_object_find()
389 if (obj == NULL) { in k_object_create_dynamic_aligned()
393 return obj; in k_object_create_dynamic_aligned()
460 void k_object_free(void *obj) in k_object_free() argument
471 dyn = dyn_object_find(obj); in k_object_free()
491 ret = z_object_gperf_find(obj); in k_object_find()
500 dyn = dyn_object_find(obj); in k_object_find()
511 struct dyn_obj *obj, *next; in k_object_wordlist_foreach() local
518 func(&obj->kobj, context); in k_object_wordlist_foreach()
805 ko = k_object_find(obj); in k_object_init()
[all …]
A Dfutex.c17 struct k_object *obj; in k_futex_find_data() local
19 obj = k_object_find(futex); in k_futex_find_data()
20 if ((obj == NULL) || (obj->type != K_OBJ_FUTEX)) { in k_futex_find_data()
24 return obj->data.futex_data; in k_futex_find_data()
A Dpoll.c44 int mode, void *obj) in k_poll_event_init() argument
49 __ASSERT(obj != NULL, "must provide an object\n"); in k_poll_event_init()
57 event->obj = obj; in k_poll_event_init()

Completed in 7 milliseconds