Home
last modified time | relevance | path

Searched refs:kmap_local_fork (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dhighmem-internal.h12 void kmap_local_fork(struct task_struct *tsk);
20 static inline void kmap_local_fork(struct task_struct *tsk) { } in kmap_local_fork() function
/Linux-v6.6/mm/
Dhighmem.c700 void kmap_local_fork(struct task_struct *tsk) in kmap_local_fork() function
/Linux-v6.6/kernel/
Dfork.c1171 kmap_local_fork(tsk); in dup_task_struct()