Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm_types.h1642 #define mm_alloc_sched(...) alloc_hooks(mm_alloc_sched_noprof(__VA_ARGS__)) macro
1651 static inline int mm_alloc_sched(struct mm_struct *mm) { return 0; } in mm_alloc_sched() function
/linux/kernel/
H A Dfork.c1144 if (mm_alloc_sched(mm)) in mm_init()