Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dprofile.h79 void profile_munmap(unsigned long addr);
135 #define profile_munmap(a) do { } while (0) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dprofile.c161 void profile_munmap(unsigned long addr) in profile_munmap() function
/OK3568_Linux_fs/kernel/mm/
H A Dmmap.c3089 profile_munmap(addr); in SYSCALL_DEFINE2()