Searched refs:mmapbuflen (Results 1 – 2 of 2) sorted by relevance
129 size_t mmapbuflen; /* size of region */ member222 handlep->mmapbuflen = len; in usb_mmap()223 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap()928 munmap(handlep->mmapbuf, handlep->mmapbuflen); in usb_cleanup_linux_mmap()
303 size_t mmapbuflen; /* size of region */ member3886 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;3887 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,3942 munmap(handlep->mmapbuf, handlep->mmapbuflen);