Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/mon/
Dmon_bin.c172 struct mon_pgmap { struct
187 struct mon_pgmap *b_vec; /* The map array */ argument
220 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
221 static void mon_free_buff(struct mon_pgmap *map, int npages);
699 size = sizeof(struct mon_pgmap) * (rp->b_size/CHUNK_SIZE); in mon_bin_open()
1016 struct mon_pgmap *vec; in mon_bin_ioctl()
1022 vec = kzalloc(sizeof(struct mon_pgmap) * (size / CHUNK_SIZE), GFP_KERNEL); in mon_bin_ioctl()
1305 static int mon_alloc_buff(struct mon_pgmap *map, int npages) in mon_alloc_buff()
1323 static void mon_free_buff(struct mon_pgmap *map, int npages) in mon_free_buff()