Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/mon/
Dmon_bin.c187 unsigned int b_cnt; /* Bytes used */ member
210 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0)
304 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc()
307 rp->b_cnt += size; in mon_buff_area_alloc()
330 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc_contiguous()
339 if (rp->b_cnt + size + fill_size > rp->b_size) in mon_buff_area_alloc_contiguous()
345 rp->b_cnt += size + fill_size; in mon_buff_area_alloc_contiguous()
349 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()
353 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()
366 rp->b_cnt -= size; in mon_buff_area_shrink()
[all …]
/Linux-v6.6/drivers/edac/
Damd64_edac.c429 for (i = 0; i < pvt->csels[dct].b_cnt; i++)
1691 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()
1694 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 4; in dct_prep_chip_selects()
1697 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()
1707 pvt->csels[umc].b_cnt = 4; in umc_prep_chip_selects()
3954 pvt->csels[umc].b_cnt = 8; in gpu_prep_chip_selects()
4195 pvt->max_mcs : pvt->csels[0].b_cnt; in init_one_instance()
4199 pvt->csels[0].b_cnt : pvt->max_mcs; in init_one_instance()
Damd64_edac.h300 u8 b_cnt; member