Searched refs:mon_pgmap (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.c125 struct mon_pgmap { struct
140 struct mon_pgmap *b_vec; /* The map array */
168 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
169 static void mon_free_buff(struct mon_pgmap *map, int npages);
534 size = sizeof(struct mon_pgmap) * (rp->b_size/CHUNK_SIZE);
847 struct mon_pgmap *vec;
853 if ((vec = kzalloc(sizeof(struct mon_pgmap) * (size/CHUNK_SIZE),
1108 static int mon_alloc_buff(struct mon_pgmap *map, int npages)
1126 static void mon_free_buff(struct mon_pgmap *map, int npages)

Completed in 39 milliseconds