Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/mm/
A Dmobj.c244 struct mobj_mm { struct
250 static struct mobj_mm *to_mobj_mm(struct mobj *mobj); argument
291 struct mobj_mm *m = to_mobj_mm(mobj); in mobj_mm_free()
310 static struct mobj_mm *to_mobj_mm(struct mobj *mobj) in to_mobj_mm()
313 return container_of(mobj, struct mobj_mm, mobj); in to_mobj_mm()
319 struct mobj_mm *m = calloc(1, sizeof(*m)); in mobj_mm_alloc()

Completed in 4 milliseconds