Home
last modified time | relevance | path

Searched refs:res_cnt (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbench.c94 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 Dbench.h58 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 Dbench_local_storage_rcu_tasks_trace.c229 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 Dbench_bpf_hashmap_full_update.c70 static void hashmap_report_final(struct bench_res res[], int res_cnt) in hashmap_report_final() argument
A Dbench_bpf_hashmap_lookup.c245 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 Dusnic_vnic.c182 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 Dusnic_ib_qp_grp.c537 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 Drsparser.c599 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 Dbe_cmds.h1035 u32 res_cnt; member
A Dbe_main.c1135 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