Lines Matching refs:mmap
356 * handle was given to user to do mmap, I need to shift it back to
437 cb->mmap = false;
456 * it before doing the mmap itself
465 "CB mmap failed, no match to handle 0x%x\n", handle);
473 "CB mmap failed, mmap size 0x%lx != 0x%x cb size\n",
491 if (cb->mmap) {
493 "CB mmap failed, CB already mmaped to user\n");
498 cb->mmap = true;
515 cb->mmap = false;