Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmm_types.h1359 #define mm_alloc_cid(...) alloc_hooks(mm_alloc_cid_noprof(__VA_ARGS__)) macro
1386 static inline int mm_alloc_cid(struct mm_struct *mm, struct task_struct *p) { return 0; } in mm_alloc_cid() function
/linux-6.15/kernel/
H A Dfork.c1332 if (mm_alloc_cid(mm, p)) in mm_init()