Searched refs:del_list (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c63 INIT_LIST_HEAD(&h->del_list);
83 struct list_head del_list; local
97 INIT_LIST_HEAD(&del_list);
104 list_move(&rbnode->list, &del_list);
108 while (!list_empty(&del_list)) {
109 rbnode = list_first_entry(&del_list, struct mmu_rb_node, list);
201 list_move(&mnode->list, &mnode->handler->del_list);
207 * Adds mmu_rb_node to mmu_rb_node->handler->del_list and queues
221 list_move(&mnode->list, &mnode->handler->del_list);
229 struct list_head del_list; local
297 struct list_head del_list; local
[all...]
H A Dmmu_rb.h48 struct list_head del_list; member in struct:mmu_rb_handler
/linux-master/fs/btrfs/
H A Ddelayed-inode.h149 struct list_head *del_list);
152 struct list_head *del_list);
153 int btrfs_should_delete_dir_index(struct list_head *del_list,
161 struct list_head *del_list);
164 struct list_head *del_list);
H A Ddelayed-inode.c1690 struct list_head *del_list)
1717 list_add_tail(&item->readdir_list, del_list);
1737 struct list_head *del_list)
1747 list_for_each_entry_safe(curr, next, del_list, readdir_list) {
1760 int btrfs_should_delete_dir_index(struct list_head *del_list, argument
1766 list_for_each_entry(curr, del_list, readdir_list) {
2105 struct list_head *del_list)
2152 list_add_tail(&item->log_list, del_list);
2173 struct list_head *del_list)
2192 list_for_each_entry_safe(item, next, del_list, log_lis
1687 btrfs_readdir_get_delayed_items(struct inode *inode, u64 last_index, struct list_head *ins_list, struct list_head *del_list) argument
1735 btrfs_readdir_put_delayed_items(struct inode *inode, struct list_head *ins_list, struct list_head *del_list) argument
2103 btrfs_log_get_delayed_items(struct btrfs_inode *inode, struct list_head *ins_list, struct list_head *del_list) argument
2171 btrfs_log_put_delayed_items(struct btrfs_inode *inode, struct list_head *ins_list, struct list_head *del_list) argument
[all...]
H A Dinode.c5948 LIST_HEAD(del_list);
5968 &ins_list, &del_list);
5988 if (btrfs_should_delete_dir_index(&del_list, found_key.offset))
6057 btrfs_readdir_put_delayed_items(inode, &ins_list, &del_list);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c428 HLIST_HEAD(del_list);
440 hlist_add_head(&arfs_rule->hlist, &del_list);
446 hlist_for_each_entry_safe(arfs_rule, htmp, &del_list, hlist) {
461 HLIST_HEAD(del_list);
470 hlist_add_head(&rule->hlist, &del_list);
474 hlist_for_each_entry_safe(rule, htmp, &del_list, hlist) {
/linux-master/include/scsi/
H A Dscsi_transport_sas.h160 struct list_head del_list; /* libsas only */ member in struct:sas_port
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c622 const u8 *addr, struct list_head *del_list)
628 list_for_each(head, del_list) {
655 LIST_HEAD(del_list);
662 list_splice_tail_init(&adapter->mac_list, &del_list);
664 nx_p3_nic_add_mac(adapter, adapter->mac_addr, &del_list);
665 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list);
680 nx_p3_nic_add_mac(adapter, ha->addr, &del_list);
685 head = &del_list;
621 nx_p3_nic_add_mac(struct netxen_adapter *adapter, const u8 *addr, struct list_head *del_list) argument
/linux-master/drivers/scsi/libsas/
H A Dsas_discover.c357 list_for_each_entry_safe(sas_port, p, &port->sas_port_del_list, del_list) {
358 list_del_init(&sas_port->del_list);
H A Dsas_expander.c1853 list_add_tail(&phy->port->del_list,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c205 * @del_list: list to populate with filters to be deleted from Flow Director
212 * is expected to add/delete rules on the add_list/del_list respectively.
217 struct hlist_head *del_list)
254 hlist_add_head(&e->list_entry, del_list);
215 ice_arfs_update_flow_rules(struct ice_vsi *vsi, u16 idx, struct hlist_head *add_list, struct hlist_head *del_list) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1569 struct list_head del_list; local
1572 INIT_LIST_HEAD(&del_list);
1579 list_move_tail(&iter->list, &del_list);
1583 list_move_tail(&iter->list, &del_list);
1590 list_move_tail(&iter->list, &del_list);
1597 list_for_each_entry_safe(iter, tmp, &del_list, list) {
/linux-master/drivers/acpi/
H A Dscan.c543 struct acpi_device, del_list);
544 list_del(&adev->del_list);
594 list_add_tail(&adev->del_list, &acpi_device_del_list);
720 INIT_LIST_HEAD(&device->del_list);
/linux-master/drivers/block/
H A Dnbd.c2612 LIST_HEAD(del_list);
2623 idr_for_each(&nbd_index_idr, &nbd_exit_cb, &del_list);
2626 while (!list_empty(&del_list)) {
2627 nbd = list_first_entry(&del_list, struct nbd_device, list);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c428 LIST_HEAD(del_list);
432 list_move(&filter->next, &del_list);
437 list_for_each_entry_safe(filter, tmp, &del_list, next) {
446 LIST_HEAD(del_list);
459 list_move(&filter->next, &del_list);
472 list_for_each_entry_safe(filter, tmp, &del_list, next)
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c1604 LIST_HEAD(del_list);
1610 list_splice_init(head, &del_list);
1613 list_for_each_entry_safe(entry, tmp, &del_list, list) {
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c826 struct list_head del_list; local
828 INIT_LIST_HEAD(&del_list);
856 list_add(&fcf->list, &del_list);
867 list_for_each_entry_safe(fcf, next, &del_list, list) {
/linux-master/include/acpi/
H A Dacpi_bus.h467 struct list_head del_list; member in struct:acpi_device
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2566 struct i40e_aqc_remove_macvlan_element_data *del_list; local
2594 /* Move the element into temporary del_list */
2641 /* Now process 'del_list' outside the lock */
2647 del_list = kzalloc(list_size, GFP_ATOMIC);
2648 if (!del_list)
2666 ether_addr_copy(del_list[num_del].mac_addr, f->macaddr);
2668 del_list[num_del].vlan_tag = 0;
2671 del_list[num_del].vlan_tag =
2676 del_list[num_del].flags = cmd_flags;
2681 i40e_aqc_del_filters(vsi, vsi_name, del_list,
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1067 static void hclgevf_sync_from_del_list(struct list_head *del_list, argument
1072 list_for_each_entry_safe(mac_node, tmp, del_list, node) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8826 static void hclge_sync_from_del_list(struct list_head *del_list, argument
8831 list_for_each_entry_safe(mac_node, tmp, del_list, node) {

Completed in 347 milliseconds