Home
last modified time | relevance | path

Searched refs:to_remove (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Dlag_conf.c67 bool to_remove; member
132 group->to_remove = false; in nfp_fl_lag_group_create()
285 if (entry->to_remove) { in nfp_fl_lag_do_work()
290 entry->to_remove = false; in nfp_fl_lag_do_work()
472 group->to_remove = true; in nfp_fl_lag_schedule_group_remove()
498 group->to_remove = true; in nfp_fl_lag_schedule_group_delete()
580 group->to_remove = false; in nfp_fl_lag_changeupper_event()
/Linux-v5.15/net/atm/
Dlec.c70 struct lec_arp_table *to_remove);
1297 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove() argument
1302 if (!to_remove) in lec_arp_remove()
1305 hlist_del(&to_remove->next); in lec_arp_remove()
1306 del_timer(&to_remove->timer); in lec_arp_remove()
1312 if (to_remove->status >= ESI_FLUSH_PENDING) { in lec_arp_remove()
1319 if (memcmp(to_remove->atm_addr, in lec_arp_remove()
1327 lec_arp_clear_vccs(to_remove); in lec_arp_remove()
1329 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove()
1331 pr_debug("Removed entry:%pM\n", to_remove->mac_addr); in lec_arp_remove()
[all …]
/Linux-v5.15/fs/fuse/
Ddax.c252 struct list_head *to_remove) in dmap_removemapping_list() argument
265 list_for_each_entry(dmap, to_remove, list) { in dmap_removemapping_list()
316 LIST_HEAD(to_remove); in inode_reclaim_dmap_range()
331 list_add(&dmap->list, &to_remove); in inode_reclaim_dmap_range()
335 if (list_empty(&to_remove)) in inode_reclaim_dmap_range()
340 err = dmap_removemapping_list(inode, num, &to_remove); in inode_reclaim_dmap_range()
346 list_for_each_entry_safe(dmap, n, &to_remove, list) { in inode_reclaim_dmap_range()
/Linux-v5.15/drivers/bluetooth/
Dhci_h5.c288 int i, to_remove; in h5_pkt_cull() local
293 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull()
294 if (to_remove == 0) in h5_pkt_cull()
299 while (to_remove > 0) { in h5_pkt_cull()
303 to_remove--; in h5_pkt_cull()
312 if (i++ >= to_remove) in h5_pkt_cull()
/Linux-v5.15/kernel/trace/
Dring_buffer.c1830 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
1858 to_remove = tail_page; in rb_remove_pages()
1861 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()
1865 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()
1866 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages()
1869 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
1902 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
/Linux-v5.15/drivers/md/
Dmd.h484 const struct attribute_group *to_remove; member
Dmd.c792 if (mddev->to_remove) { in mddev_unlock()
805 const struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local
806 mddev->to_remove = NULL; in mddev_unlock()
811 if (to_remove != &md_redundancy_group) in mddev_unlock()
812 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock()
4058 if (mddev->to_remove == NULL) in level_store()
4059 mddev->to_remove = &md_redundancy_group; in level_store()
6263 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop()
6264 mddev->to_remove = &md_redundancy_group; in __md_stop()
Draid5.c7708 if (mddev->to_remove == &raid5_attrs_group) in raid5_run()
7709 mddev->to_remove = NULL; in raid5_run()
7797 mddev->to_remove = &raid5_attrs_group; in raid5_free()
/Linux-v5.15/fs/ceph/
Dcaps.c3584 LIST_HEAD(to_remove); in handle_cap_flush_ack()
3607 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack()
3625 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack()
3632 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack()
3668 while (!list_empty(&to_remove)) { in handle_cap_flush_ack()
3669 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
Dmds_client.c1622 LIST_HEAD(to_remove); in remove_session_caps_cb()
1644 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb()
1649 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb()
1693 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()
1701 while (!list_empty(&to_remove)) { in remove_session_caps_cb()
1703 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
/Linux-v5.15/mm/
Dshmem.c553 LIST_HEAD(to_remove); in shmem_unused_huge_shrink()
580 list_move(&info->shrinklist, &to_remove); in shmem_unused_huge_shrink()
592 list_for_each_safe(pos, next, &to_remove) { in shmem_unused_huge_shrink()