Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/mm/
Dhighmem.c711 void kmap_local_fork(struct task_struct *tsk) in kmap_local_fork() function
/linux-6.12.1/kernel/
Dfork.c1169 kmap_local_fork(tsk); in dup_task_struct()