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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c140 struct mon_pgmap *b_vec; /* The map array */ member in struct:mon_reader_bin
157 (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE);
194 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
226 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
535 if ((rp->b_vec = kzalloc(size, GFP_KERNEL)) == NULL) {
540 if ((rc = mon_alloc_buff(rp->b_vec, rp->b_size/CHUNK_SIZE)) < 0)
556 kfree(rp->b_vec);
623 mon_free_buff(rp->b_vec, rp->b_size/CHUNK_SIZE);
624 kfree(rp->b_vec);
867 mon_free_buff(rp->b_vec, siz
[all...]

Completed in 37 milliseconds