Lines Matching defs:pending
82 struct list_head pending;
126 /* delayed work to clean pending SM request */
459 mcg_warn_group(group, "releasing a group with non empty pending list\n");
708 /* We should now go over pending join/leave requests, as long as we are idle. */
836 INIT_LIST_HEAD(&group->func[i].pending);
876 list_add_tail(&req->func_list, &group->func[req->func].pending);
966 mcg_debug_group(group, "Port %d, Func %d has too many pending requests (%d), dropping\n",
1182 list_for_each_entry_safe(req, tmp, &group->func[vf].pending, func_list) {
1200 if (!pend && (!list_empty(&group->func[vf].pending) || group->func[vf].num_pend_reqs)) {
1202 list_empty(&group->func[vf].pending), group->func[vf].num_pend_reqs);
1218 if (!list_empty(&group->func[slave].pending)) {
1219 pend_req = list_entry(group->func[slave].pending.prev, struct mcast_req, group_list);
1245 /* clear pending requests of this VF */