Searched defs:group_list (Results 1 - 4 of 4) sorted by relevance

/drivers/dma/ppc4xx/
H A Dadma.h129 * @group_list: list of slots that make up a multi-descriptor transaction
153 struct list_head group_list; /* list */ member in struct:ppc440spe_adma_desc_slot
/drivers/vfio/
H A Dvfio_iommu_type1.c67 struct list_head group_list; member in struct:vfio_domain
680 list_for_each_entry(g, &d->group_list, next) {
722 INIT_LIST_HEAD(&domain->group_list);
723 list_add(&group->next, &domain->group_list);
748 list_add(&group->next, &d->group_list);
801 list_for_each_entry(group, &domain->group_list, next) {
813 if (list_empty(&domain->group_list)) {
867 &domain->group_list, next) {
H A Dvfio.c45 struct list_head group_list; member in struct:vfio
60 struct list_head group_list; member in struct:vfio_container
185 * that the group is no longer in vfio.group_list.
217 * do anything unless it can find the group in vfio.group_list, so
235 list_for_each_entry(tmp, &vfio.group_list, vfio_next) {
256 list_add(&group->vfio_next, &vfio.group_list);
296 list_for_each_entry(group, &vfio.group_list, vfio_next) {
314 list_for_each_entry(group, &vfio.group_list, vfio_next) {
735 list_for_each_entry(group, &container->group_list, container_next) {
744 list_for_each_entry_continue_reverse(group, &container->group_list,
[all...]
/drivers/infiniband/hw/mlx4/
H A Dmcg.c130 struct list_head group_list; member in struct:mcast_req
545 req = list_first_entry(&group->pending_list, struct mcast_req, group_list);
546 list_del(&req->group_list);
594 list_del(&req->group_list);
616 list_del(&req->group_list);
625 list_del(&req->group_list);
670 struct mcast_req, group_list);
675 list_del(&req->group_list);
706 group_list);
765 struct mcast_req, group_list);
[all...]

Completed in 87 milliseconds