HomeSort by relevance Sort by last modified time
    Searched defs:unlock_mmap (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/
compat24.h 50 #define unlock_mmap(mm) up_read(&mm->mmap_sem) macro
53 #define unlock_mmap(mm) up(&mm->mmap_sem) macro
compat22.h 31 #define unlock_mmap(mm) do {} while (0) macro

Completed in 66 milliseconds