Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c1447 struct btrfs_qgroup_list *glist; in __qgroup_excl_accounting() local
1464 list_for_each_entry(glist, &qgroup->groups, next_group) in __qgroup_excl_accounting()
1465 qgroup_iterator_add(&qgroup_list, glist->group); in __qgroup_excl_accounting()
2717 struct btrfs_qgroup_list *glist; in qgroup_update_refcnt() local
2724 list_for_each_entry(glist, &qg->groups, next_group) { in qgroup_update_refcnt()
2725 qgroup_iterator_nested_add(qgroups, glist->group); in qgroup_update_refcnt()
2726 qgroup_iterator_add(&tmp, glist->group); in qgroup_update_refcnt()
3574 struct btrfs_qgroup_list *glist; in qgroup_reserve() local
3581 list_for_each_entry(glist, &qgroup->groups, next_group) in qgroup_reserve()
3582 qgroup_iterator_add(&qgroup_list, glist->group); in qgroup_reserve()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h151 struct list_head glist; member
H A Drvu_npc_hash.c757 list_for_each_entry(entry, lhead, glist) { in __rvu_npc_exact_find_entry_by_seq_id()
828 INIT_LIST_HEAD(&entry->glist); in rvu_npc_exact_add_to_list()
829 list_add_tail(&entry->glist, &table->lhead_gbl); in rvu_npc_exact_add_to_list()
1263 list_del_init(&entry->glist); in rvu_npc_exact_del_table_entry_by_id()
1837 list_for_each_entry_safe(iter, tmp, &table->lhead_gbl, glist) { in rvu_npc_exact_reset()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h116 struct list_head *glist; member