Home
last modified time | relevance | path

Searched defs:otype (Results 1 – 2 of 2) sorted by relevance

/kernel/
A Duserspace_handler.c13 enum k_objects otype, in validate_kernel_object()
40 bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid()
79 static inline void *z_vrfy_k_object_alloc(enum k_objects otype) in z_vrfy_k_object_alloc()
85 static inline void *z_vrfy_k_object_alloc_size(enum k_objects otype, size_t size) in z_vrfy_k_object_alloc_size()
A Duserspace.c83 const char *otype_to_str(enum k_objects otype) in otype_to_str()
191 static size_t obj_size_get(enum k_objects otype) in obj_size_get()
205 static size_t obj_align_get(enum k_objects otype) in obj_align_get()
321 static struct k_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create()
396 static void *z_object_alloc(enum k_objects otype, size_t size) in z_object_alloc()
450 void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc()
455 void *z_impl_k_object_alloc_size(enum k_objects otype, size_t size) in z_impl_k_object_alloc_size()
701 enum k_objects otype) in k_object_dump_error()
760 int k_object_validate(struct k_object *ko, enum k_objects otype, in k_object_validate()

Completed in 7 milliseconds