Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 8 of 8) sorted by relevance

/drivers/acpi/acpica/
Dnsprepkg.c92 u32 expected_count; in acpi_ns_check_package() local
154 expected_count = in acpi_ns_check_package()
156 if (count < expected_count) { in acpi_ns_check_package()
158 } else if (count > expected_count) { in acpi_ns_check_package()
163 expected_count)); in acpi_ns_check_package()
204 expected_count = package->ret_info3.count; in acpi_ns_check_package()
205 if (count < expected_count) { in acpi_ns_check_package()
278 expected_count = (u32)(*elements)->integer.value; in acpi_ns_check_package()
279 if (expected_count >= count) { in acpi_ns_check_package()
283 count = expected_count; in acpi_ns_check_package()
[all …]
Dnsrepair2.c109 u32 expected_count,
796 u32 expected_count, in acpi_ns_check_sorted_list() argument
845 if ((*outer_elements)->package.count < expected_count) { in acpi_ns_check_sorted_list()
/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c93 fd->entry_to_rb = kcalloc(uctxt->expected_count, in hfi1_user_exp_rcv_init()
101 fd->invalid_tids = kcalloc(uctxt->expected_count, in hfi1_user_exp_rcv_init()
142 fd->tid_limit = uctxt->expected_count / uctxt->subctxt_cnt; in hfi1_user_exp_rcv_init()
143 remainder = uctxt->expected_count % uctxt->subctxt_cnt; in hfi1_user_exp_rcv_init()
147 fd->tid_limit = uctxt->expected_count; in hfi1_user_exp_rcv_init()
226 if (npages > fd->uctxt->expected_count) { in pin_rcv_pages()
333 tidbuf->psets = kcalloc(uctxt->expected_count, sizeof(*tidbuf->psets), in hfi1_user_exp_rcv_setup()
559 array = kcalloc(uctxt->expected_count, sizeof(*array), GFP_KERNEL); in hfi1_user_exp_rcv_invalid()
820 if (tididx >= uctxt->expected_count) { in unprogram_rcvarray()
927 if (fdata->invalid_tid_idx < uctxt->expected_count) { in tid_rb_invalidate()
Dexp_rcv.c73 for (i = 0; i < rcd->expected_count / in hfi1_alloc_ctxt_rcv_groups()
Dinit.c2035 rcd->expected_count = max_entries - egrtop; in hfi1_setup_eagerbufs()
2036 if (rcd->expected_count > MAX_TID_PAIR_ENTRIES * 2) in hfi1_setup_eagerbufs()
2037 rcd->expected_count = MAX_TID_PAIR_ENTRIES * 2; in hfi1_setup_eagerbufs()
2041 rcd->ctxt, rcd->egrbufs.alloced, rcd->expected_count, in hfi1_setup_eagerbufs()
Dfile_ops.c1265 uctxt->expected_count; in get_ctxt_info()
Dhfi.h240 u32 expected_count; member
Dchip.c9914 i < rcd->expected_base + rcd->expected_count; i++) in hfi1_clear_tids()
11912 reg = (((rcd->expected_count >> RCV_SHIFT) in hfi1_rcvctrl()