Searched defs:arm_vmregion_head (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mm/
H A Dvmregion.h9 struct arm_vmregion_head { struct
25 struct arm_vmregion *arm_vmregion_alloc(struct arm_vmregion_head *, size_t, size_t, gfp_t, const void *);
26 struct arm_vmregion *arm_vmregion_find(struct arm_vmregion_head *, unsigned long);
27 struct arm_vmregion *arm_vmregion_find_remove(struct arm_vmregion_head *, unsigned long);
28 void arm_vmregion_free(struct arm_vmregion_head *, struct arm_vmregion *);
30 int arm_vmregion_create_proc(const char *, struct arm_vmregion_head *);

Completed in 61 milliseconds