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

  /src/sys/uvm/
uvm_aobj.c 457 * note: in the KERNSWAP case no need to worry about locking since
461 const int kernswap = (flags & UAO_FLAG_KERNSWAP) != 0; local in function:uao_create
462 if (flags == 0 || kernswap) {
481 if (kernswap) {
uvm_aobj.c 457 * note: in the KERNSWAP case no need to worry about locking since
461 const int kernswap = (flags & UAO_FLAG_KERNSWAP) != 0; local in function:uao_create
462 if (flags == 0 || kernswap) {
481 if (kernswap) {
uvm_aobj.c 457 * note: in the KERNSWAP case no need to worry about locking since
461 const int kernswap = (flags & UAO_FLAG_KERNSWAP) != 0; local in function:uao_create
462 if (flags == 0 || kernswap) {
481 if (kernswap) {

Completed in 37 milliseconds