[go: nahoru, domu]

Searched refs:b_vec (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/mon/
H A Dmon_bin.c187 struct mon_pgmap *b_vec; /* The map array */ member in struct:mon_reader_bin
204 (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE);
245 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
277 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
471 (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE);
699 if ((rp->b_vec = kzalloc(size, GFP_KERNEL)) == NULL) {
704 if ((rc = mon_alloc_buff(rp->b_vec, rp->b_size/CHUNK_SIZE)) < 0)
720 kfree(rp->b_vec);
788 mon_free_buff(rp->b_vec, rp->b_size/CHUNK_SIZE);
789 kfree(rp->b_vec);
[all...]

Completed in 14 milliseconds