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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c159 struct mon_pgmap { struct
174 struct mon_pgmap *b_vec; /* The map array */
207 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
208 static void mon_free_buff(struct mon_pgmap *map, int npages);
657 size = sizeof(struct mon_pgmap) * (rp->b_size/CHUNK_SIZE);
974 struct mon_pgmap *vec;
980 if ((vec = kzalloc(sizeof(struct mon_pgmap) * (size/CHUNK_SIZE),
1263 static int mon_alloc_buff(struct mon_pgmap *map, int npages)
1281 static void mon_free_buff(struct mon_pgmap *map, int npages)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c159 struct mon_pgmap { struct
174 struct mon_pgmap *b_vec; /* The map array */
207 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
208 static void mon_free_buff(struct mon_pgmap *map, int npages);
657 size = sizeof(struct mon_pgmap) * (rp->b_size/CHUNK_SIZE);
974 struct mon_pgmap *vec;
980 if ((vec = kzalloc(sizeof(struct mon_pgmap) * (size/CHUNK_SIZE),
1263 static int mon_alloc_buff(struct mon_pgmap *map, int npages)
1281 static void mon_free_buff(struct mon_pgmap *map, int npages)

Completed in 171 milliseconds