Lines Matching refs:list
200 struct list_head list;
298 if (list_empty(&lgr->list))
309 rc = wait_event_timeout(lgr->llc_flow_waiter, (list_empty(&lgr->list) ||
326 if (!list_empty(&lgr->list) && lgr->delayed_event &&
346 list_empty(&lgr->list)),
349 (lnk && !smc_link_usable(lnk)) || list_empty(&lgr->list)) {
570 struct smc_buf_desc, list);
588 if (list_is_last(&buf_pos->list, &lgr->rmbs[*buf_lst])) {
592 buf_next = list_next_entry(buf_pos, list);
1149 memcpy(llc->gid[i], gidlist.list[i], sizeof(gidlist.list[0]));
1151 len = sizeof(*llc) + (gidlist.len * sizeof(gidlist.list[0]));
1559 if (list_empty(&lgr->list)) {
1702 if (!list_empty(&lgr->list)) {
1726 if (lgr->type == SMC_LGR_SINGLE && !list_empty(&lgr->list)) {
1740 if (list_empty(&lgr->list)) {
1859 list_for_each_entry_safe(qentry, q, &lgr->llc_event_q, list) {
1860 list_del_init(&qentry->list);
1881 if (list_empty(&lgr->list))
2004 struct smc_llc_qentry, list);
2005 list_del_init(&qentry->list);
2067 INIT_LIST_HEAD(&qentry->list);
2079 list_add_tail(&qentry->list, &lgr->llc_event_q);
2359 INIT_HLIST_NODE(&handler->list);