Searched refs:VM_MEMSEG_NAME (Results 1 – 3 of 3) sorted by relevance
258 if (VM_MEMSEG_NAME(mseg)) { in alloc_memseg()261 error = copystr(VM_MEMSEG_NAME(mseg), name, SPECNAMELEN + 1, 0); in alloc_memseg()270 if (VM_MEMSEG_NAME(mseg)) { in alloc_memseg()
48 #define VM_MEMSEG_NAME(m) ((m)->name[0] != '\0' ? (m)->name : NULL) macro
291 if (cmpseg(len, name, memseg.len, VM_MEMSEG_NAME(&memseg))) { in vm_alloc_memseg()