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

  /external/oprofile/module/
compat24.h 49 #define lock_mmap(mm) down_read(&mm->mmap_sem) macro
52 #define lock_mmap(mm) down(&mm->mmap_sem) macro
compat22.h 30 #define lock_mmap(mm) do {} while (0) macro

Completed in 2372 milliseconds