Searched refs:res_cnt (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | bench.c | 94 if (res_cnt > 1) { in grace_period_latency_basic_stats() 112 if (res_cnt > 1) { in grace_period_ticks_basic_stats() 133 if (res_cnt > 1) { in hits_drops_report_final() 137 (res_cnt - 1.0); in hits_drops_report_final() 140 (res_cnt - 1.0); in hits_drops_report_final() 144 (res_cnt - 1.0); in hits_drops_report_final() 178 if (res_cnt > 1) { in ops_report_final() 182 (res_cnt - 1.0); in ops_report_final() 217 if (res_cnt > 1) { in local_storage_report_final() 221 (res_cnt - 1.0); in local_storage_report_final() [all …]
|
A D | bench.h | 58 void (*report_final)(struct bench_res res[], int res_cnt); 70 void hits_drops_report_final(struct bench_res res[], int res_cnt); 72 void false_hits_report_final(struct bench_res res[], int res_cnt); 74 void ops_report_final(struct bench_res res[], int res_cnt); 77 void local_storage_report_final(struct bench_res res[], int res_cnt); 78 void grace_period_latency_basic_stats(struct bench_res res[], int res_cnt, 80 void grace_period_ticks_basic_stats(struct bench_res res[], int res_cnt,
|
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/ |
A D | bench_local_storage_rcu_tasks_trace.c | 229 static void report_final(struct bench_res res[], int res_cnt) in report_final() argument 233 grace_period_latency_basic_stats(res, res_cnt, &gp_stat); in report_final() 236 grace_period_ticks_basic_stats(res, res_cnt, &gp_stat); in report_final()
|
A D | bench_bpf_hashmap_full_update.c | 70 static void hashmap_report_final(struct bench_res res[], int res_cnt) in hashmap_report_final() argument
|
A D | bench_bpf_hashmap_lookup.c | 245 static void hashmap_report_final(struct bench_res res[], int res_cnt) in hashmap_report_final() argument
|
/linux-6.3-rc2/drivers/infiniband/hw/usnic/ |
A D | usnic_vnic.c | 182 int res_cnt; in usnic_vnic_spec_dump() local 188 res_cnt = res_spec->resources[i].cnt; in usnic_vnic_spec_dump() 192 res_cnt); in usnic_vnic_spec_dump() 203 int res_cnt; in usnic_vnic_check_room() local 207 res_cnt = res_spec->resources[i].cnt; in usnic_vnic_check_room() 212 if (res_cnt > usnic_vnic_res_free_cnt(vnic, res_type)) in usnic_vnic_check_room()
|
A D | usnic_ib_qp_grp.c | 537 int err, i, res_cnt, res_lst_sz; in alloc_res_chunk_list() local 553 res_cnt = res_spec->resources[i].cnt; in alloc_res_chunk_list() 556 res_cnt, owner_obj); in alloc_res_chunk_list()
|
/linux-6.3-rc2/drivers/pnp/pnpacpi/ |
A D | rsparser.c | 599 int *res_cnt = data; in pnpacpi_count_resources() local 602 (*res_cnt)++; in pnpacpi_count_resources() 628 int res_cnt = 0; in pnpacpi_build_resource_template() local 632 pnpacpi_count_resources, &res_cnt); in pnpacpi_build_resource_template() 637 if (!res_cnt) in pnpacpi_build_resource_template() 639 buffer->length = sizeof(struct acpi_resource) * (res_cnt + 1) + 1; in pnpacpi_build_resource_template() 881 int res_cnt = (buffer->length - 1) / sizeof(struct acpi_resource) - 1; in pnpacpi_encode_resources() local 885 pnp_dbg(&dev->dev, "encode %d resources\n", res_cnt); in pnpacpi_encode_resources() 886 while (i < res_cnt) { in pnpacpi_encode_resources()
|
/linux-6.3-rc2/drivers/scsi/be2iscsi/ |
A D | be_cmds.h | 1035 u32 res_cnt; member
|
A D | be_main.c | 1135 resid = csol_cqe->res_cnt; in be_complete_io() 1294 csol_cqe->res_cnt = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1313 csol_cqe->res_cnt = AMAP_GET_BITS(struct amap_sol_cqe_v2, in adapter_get_sol_cqe()
|
Completed in 37 milliseconds