Searched refs:mmapbuflen (Results 1 – 2 of 2) sorted by relevance
125 size_t mmapbuflen; /* size of region */ member218 handlep->mmapbuflen = len; in usb_mmap()219 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap()935 munmap(handlep->mmapbuf, handlep->mmapbuflen); in usb_cleanup_linux_mmap()
308 size_t mmapbuflen; /* size of region */ member4158 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;4159 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,4215 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen);