Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmm_types.h1143 static inline int mm_alloc_cid(struct mm_struct *mm)
1164 static inline int mm_alloc_cid(struct mm_struct *mm) { return 0; }
1113 static inline int mm_alloc_cid(struct mm_struct *mm) mm_alloc_cid() function
1134 static inline int mm_alloc_cid(struct mm_struct *mm) { return 0; } mm_alloc_cid() function
/openbmc/linux/kernel/
H A Dfork.c1305 if (mm_alloc_cid(mm)) in mm_init()