Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dprofile.h78 void profile_munmap(unsigned long addr);
134 #define profile_munmap(a) do { } while (0) macro
/linux-4.1.27/kernel/
Dprofile.c149 void profile_munmap(unsigned long addr) in profile_munmap() function
/linux-4.1.27/mm/
Dmmap.c2617 profile_munmap(addr); in SYSCALL_DEFINE2()