Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c175 struct mon_pgmap { struct
190 struct mon_pgmap *b_vec; /* The map array */ argument
226 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
227 static void mon_free_buff(struct mon_pgmap *map, int npages);
705 size = sizeof(struct mon_pgmap) * (rp->b_size/CHUNK_SIZE); in mon_bin_open()
1024 struct mon_pgmap *vec; in mon_bin_ioctl()
1030 vec = kcalloc(size / CHUNK_SIZE, sizeof(struct mon_pgmap), in mon_bin_ioctl()
1337 static int mon_alloc_buff(struct mon_pgmap *map, int npages) in mon_alloc_buff()
1355 static void mon_free_buff(struct mon_pgmap *map, int npages) in mon_free_buff()