Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dnuma_balancing.h22 extern void task_numa_free(struct task_struct *p, bool final);
37 static inline void task_numa_free(struct task_struct *p, bool final) in task_numa_free() function
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1840 task_numa_free(current, false); in bprm_execve()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c769 task_numa_free(tsk, true); in __put_task_struct()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c2610 void task_numa_free(struct task_struct *p, bool final) in task_numa_free() function