Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/mon/
Dmon_bin.c223 static int mon_alloc_buff(struct mon_pgmap *map, int npages);
708 if ((rc = mon_alloc_buff(rp->b_vec, rp->b_size/CHUNK_SIZE)) < 0) in mon_bin_open()
1034 ret = mon_alloc_buff(vec, size/CHUNK_SIZE); in mon_bin_ioctl()
1325 static int mon_alloc_buff(struct mon_pgmap *map, int npages) in mon_alloc_buff() function