HomeSort by relevance Sort by last modified time
    Searched defs:kunmap (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
highmem.h 30 #define kunmap(page) do { (void) (page); } while (0) macro