Searched refs:pageset_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c252 unsigned int ngroups, pageset_count, local
300 pageset_count = fd->tid_limit - fd->tid_used;
302 pageset_count = tidbuf->n_psets;
303 fd->tid_used += pageset_count;
306 if (!pageset_count) {
311 ngroups = pageset_count / dd->rcv_entries.group_size;
312 tidlist = kcalloc(pageset_count, sizeof(*tidlist), GFP_KERNEL);
353 while (tididx < pageset_count) {
375 unsigned use = min_t(unsigned, pageset_count - tididx,
394 if (tididx >= pageset_count)
[all...]

Completed in 117 milliseconds