HomeSort by: relevance | last modified time | path
    Searched refs:mem_lock (Results 1 - 3 of 3) 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_io_kern.c 106 if (!lock_init(&p->mem_lock))
142 if (fs->mem_lock.cookie) {
143 mutex_destroy(fs->mem_lock.cookie);
144 kmem_free(fs->mem_lock.cookie, sizeof(kmutex_t));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
perf_event.d 1867 "mem_snoop", 5, ulong, "mem_lock", 2, ulong, "mem_dtlb", 7, ulong,
1936 @property ulong mem_lock() @safe pure nothrow @nogc const
1942 @property void mem_lock(ulong v) @safe pure nothrow @nogc
1945 "Value is smaller than the minimum value of bitfield 'mem_lock'");
1947 "Value is greater than the maximum value of bitfield 'mem_lock'");
2078 "mem_lock", 2, ulong, "mem_snoop", 5, ulong, "mem_lvl",
2182 @property ulong mem_lock() @safe pure nothrow @nogc const
2188 @property void mem_lock(ulong v) @safe pure nothrow @nogc
2191 "Value is smaller than the minimum value of bitfield 'mem_lock'");
2193 "Value is greater than the maximum value of bitfield 'mem_lock'");
    [all...]

Completed in 17 milliseconds