HomeSort by: relevance | last modified time | path
    Searched defs:mem_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_impl.h 73 #define MEM_LOCK(x) ((x)->mem_lock.lock((x)->mem_lock.cookie))
74 #define MEM_UNLOCK(x) ((x)->mem_lock.unlock((x)->mem_lock.cookie))
80 #define MEM_LOCK(x) ((void)0)
115 struct lock_ops mem_lock; /* work memory allocation lock. */ member in struct:v7fs_self
v7fs_impl.h 73 #define MEM_LOCK(x) ((x)->mem_lock.lock((x)->mem_lock.cookie))
74 #define MEM_UNLOCK(x) ((x)->mem_lock.unlock((x)->mem_lock.cookie))
80 #define MEM_LOCK(x) ((void)0)
115 struct lock_ops mem_lock; /* work memory allocation lock. */ member in struct:v7fs_self

Completed in 21 milliseconds