Searched refs:mtd_xlock (Results 1 – 1 of 1) sorted by relevance
/external/fio/oslib/ |
D | libmtd.c | 819 static int mtd_xlock(const struct mtd_dev_info *mtd, int fd, int eb, int req, in mtd_xlock() function 838 #define mtd_xlock(mtd, fd, eb, req) mtd_xlock(mtd, fd, eb, req, #req) macro 842 return mtd_xlock(mtd, fd, eb, MEMLOCK); in mtd_lock() 847 return mtd_xlock(mtd, fd, eb, MEMUNLOCK); in mtd_unlock()
|