Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/mon/
H A Dmon_bin.c187 unsigned int b_cnt; /* Bytes used */ member
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()
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()
380 rp->b_cnt -= size; in mon_buff_area_free()
920 avail = rp->b_cnt; in mon_bin_fetch()
[all …]
/linux-6.15/drivers/edac/
H A Damd64_edac.c431 for (i = 0; i < pvt->csels[dct].b_cnt; i++)
1412 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()
1415 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 4; in dct_prep_chip_selects()
1418 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()
1428 pvt->csels[umc].b_cnt = 4; in umc_prep_chip_selects()
3691 pvt->csels[umc].b_cnt = 8; in gpu_prep_chip_selects()
3939 : pvt->csels[0].b_cnt; in get_layer_size()
3941 return is_gpu ? pvt->csels[0].b_cnt in get_layer_size()
H A Damd64_edac.h296 u8 b_cnt; member
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c985 const struct line_cnt *b_cnt = (const struct line_cnt *)b; in line_cnt_cmp() local
987 if (a_cnt->cnt != b_cnt->cnt) in line_cnt_cmp()
988 return a_cnt->cnt > b_cnt->cnt ? -1 : 1; in line_cnt_cmp()
989 return strcmp(a_cnt->line, b_cnt->line); in line_cnt_cmp()