Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/mm/
Dhighmem.c700 void kmap_local_fork(struct task_struct *tsk) in kmap_local_fork() function
/linux-6.6.21/kernel/
Dfork.c1171 kmap_local_fork(tsk); in dup_task_struct()