Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c226 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
711 if ((rc = mon_alloc_buff(rp->b_vec, rp->b_size/CHUNK_SIZE)) < 0) in mon_bin_open()
1037 ret = mon_alloc_buff(vec, size/CHUNK_SIZE); in mon_bin_ioctl()
1337 static int mon_alloc_buff(struct mon_pgmap *map, int npages) in mon_alloc_buff() function