Searched refs:total_cnt (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/ |
| D | kselftest_deps.sh | 84 total_cnt=0 212 let total_cnt+=1 247 echo -e "$total_cnt Pass: $pass_cnt Fail: $fail_cnt";
|
| /Linux-v5.10/fs/exfat/ |
| D | fatent.c | 283 unsigned int num_clusters = 0, total_cnt; in exfat_alloc_cluster() local 288 total_cnt = EXFAT_DATA_CLUSTER_COUNT(sbi); in exfat_alloc_cluster() 290 if (unlikely(total_cnt < sbi->used_clusters)) { in exfat_alloc_cluster() 293 __func__, total_cnt, sbi->used_clusters); in exfat_alloc_cluster() 297 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()
|
| /Linux-v5.10/drivers/infiniband/hw/i40iw/ |
| D | i40iw_pble.c | 465 lf4k = palloc->total_cnt >> 9; in get_lvl2_pble() 466 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble() 519 addr = (u64 *)gen_pool_alloc(pool, (palloc->total_cnt << 3)); in get_lvl1_pble() 528 lvl1->cnt = palloc->total_cnt; in get_lvl1_pble() 548 if (status && (palloc->total_cnt > PBLE_PER_PAGE)) in get_lvl1_lvl2_pble() 571 palloc->total_cnt = pble_cnt; in i40iw_get_pble() 577 max_sds = (palloc->total_cnt >> 18) + 1; in i40iw_get_pble()
|
| D | i40iw_pble.h | 68 u32 total_cnt; member
|
| D | i40iw_verbs.c | 1352 ret = i40iw_check_mem_contiguous(arr, palloc->total_cnt, pg_size); in i40iw_check_mr_contiguous()
|
| /Linux-v5.10/drivers/media/dvb-frontends/ |
| D | lgs8gxx.c | 925 u32 total_cnt = 0, err_cnt = 0; in lgs8gxx_read_ber() local 941 total_cnt <<= 8; in lgs8gxx_read_ber() 943 total_cnt |= t; in lgs8gxx_read_ber() 950 dprintk("error=%d total=%d\n", err_cnt, total_cnt); in lgs8gxx_read_ber() 952 if (total_cnt == 0) in lgs8gxx_read_ber() 955 *ber = err_cnt * 100 / total_cnt; in lgs8gxx_read_ber()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| D | halbtc8723b1ant.c | 259 u32 total_cnt; in halbtc8723b1ant_monitor_wifi_ctr() local 301 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723b1ant_monitor_wifi_ctr() 309 (total_cnt - coex_sta->crc_ok_cck)) { in halbtc8723b1ant_monitor_wifi_ctr()
|
| /Linux-v5.10/drivers/scsi/lpfc/ |
| D | lpfc_sli.c | 7061 int status, total_cnt; in lpfc_sli4_repost_sgl_list() local 7076 total_cnt = cnt; in lpfc_sli4_repost_sgl_list() 7106 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list() 7128 total_cnt--; in lpfc_sli4_repost_sgl_list() 7156 total_cnt -= post_cnt; in lpfc_sli4_repost_sgl_list() 7184 return total_cnt; in lpfc_sli4_repost_sgl_list()
|
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 14475 u32 total_cnt; in init_fecn_handling() local 14483 total_cnt = dd->num_rcv_contexts - start; in init_fecn_handling() 14486 if (rmt->used + total_cnt >= NUM_MAP_ENTRIES) { in init_fecn_handling() 14539 rmt->used += total_cnt; in init_fecn_handling()
|