Lines Matching defs:list
157 struct list_head list;
254 if (list_empty(&lgr->list))
265 rc = wait_event_timeout(lgr->llc_flow_waiter, (list_empty(&lgr->list) ||
282 if (!list_empty(&lgr->list) && lgr->delayed_event &&
302 list_empty(&lgr->list)),
305 (lnk && !smc_link_usable(lnk)) || list_empty(&lgr->list)) {
662 struct smc_buf_desc, list);
677 if (!buf_pos || list_is_last(&buf_pos->list, &lgr->rmbs[*buf_lst])) {
681 buf_next = list_next_entry(buf_pos, list);
1261 if (list_empty(&lgr->list)) {
1403 if (!list_empty(&lgr->list)) {
1427 if (lgr->type == SMC_LGR_SINGLE && !list_empty(&lgr->list)) {
1441 if (list_empty(&lgr->list)) {
1533 list_for_each_entry_safe(qentry, q, &lgr->llc_event_q, list) {
1534 list_del_init(&qentry->list);
1555 if (list_empty(&lgr->list))
1651 struct smc_llc_qentry, list);
1652 list_del_init(&qentry->list);
1713 INIT_LIST_HEAD(&qentry->list);
1724 list_add_tail(&qentry->list, &lgr->llc_event_q);
1968 INIT_HLIST_NODE(&handler->list);