Home
last modified time | relevance | path

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

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