Home
last modified time | relevance | path

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

/linux/drivers/usb/mon/
A Dmon_bin.c187 unsigned int b_cnt; /* Bytes used */ member
301 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc()
304 rp->b_cnt += size; in mon_buff_area_alloc()
327 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc_contiguous()
342 rp->b_cnt += size + fill_size; in mon_buff_area_alloc_contiguous()
346 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()
350 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()
363 rp->b_cnt -= size; in mon_buff_area_shrink()
377 rp->b_cnt -= size; in mon_buff_area_free()
917 avail = rp->b_cnt; in mon_bin_fetch()
[all …]
/linux/drivers/edac/
A Damd64_edac.c442 for (i = 0; i < pvt->csels[dct].b_cnt; i++)
1223 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in prep_chip_selects()
1226 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 4; in prep_chip_selects()
1232 pvt->csels[umc].b_cnt = 4; in prep_chip_selects()
1237 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in prep_chip_selects()
3768 layers[0].size = pvt->csels[0].b_cnt; in init_one_instance()
A Damd64_edac.h328 u8 b_cnt; member

Completed in 18 milliseconds