Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/drivers/bluetooth/
Dhci_h5.c271 int i, to_remove; in h5_pkt_cull() local
276 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull()
277 if (to_remove == 0) in h5_pkt_cull()
282 while (to_remove > 0) { in h5_pkt_cull()
286 to_remove--; in h5_pkt_cull()
295 if (i++ >= to_remove) in h5_pkt_cull()
/Linux-v5.10/fs/fuse/
Ddax.c251 struct list_head *to_remove) in dmap_removemapping_list() argument
264 list_for_each_entry(dmap, to_remove, list) { in dmap_removemapping_list()
315 LIST_HEAD(to_remove); in inode_reclaim_dmap_range()
330 list_add(&dmap->list, &to_remove); in inode_reclaim_dmap_range()
334 if (list_empty(&to_remove)) in inode_reclaim_dmap_range()
339 err = dmap_removemapping_list(inode, num, &to_remove); in inode_reclaim_dmap_range()
345 list_for_each_entry_safe(dmap, n, &to_remove, list) { in inode_reclaim_dmap_range()
/Linux-v5.10/kernel/trace/
Dring_buffer.c1734 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
1762 to_remove = tail_page; in rb_remove_pages()
1765 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()
1769 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()
1770 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages()
1773 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
1806 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
/Linux-v5.10/drivers/md/
Dmd.h484 struct attribute_group *to_remove; member
Dmd.c827 if (mddev->to_remove) { in mddev_unlock()
840 struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local
841 mddev->to_remove = NULL; in mddev_unlock()
846 if (to_remove != &md_redundancy_group) in mddev_unlock()
847 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock()
4082 if (mddev->to_remove == NULL) in level_store()
4083 mddev->to_remove = &md_redundancy_group; in level_store()
6293 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop()
6294 mddev->to_remove = &md_redundancy_group; in __md_stop()
Draid5.c7704 if (mddev->to_remove == &raid5_attrs_group) in raid5_run()
7705 mddev->to_remove = NULL; in raid5_run()
7793 mddev->to_remove = &raid5_attrs_group; in raid5_free()
/Linux-v5.10/fs/ceph/
Dcaps.c3543 LIST_HEAD(to_remove); in handle_cap_flush_ack()
3566 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack()
3584 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack()
3591 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack()
3627 while (!list_empty(&to_remove)) { in handle_cap_flush_ack()
3628 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
Dmds_client.c1586 LIST_HEAD(to_remove); in remove_session_caps_cb()
1608 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb()
1613 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb()
1657 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()
1662 while (!list_empty(&to_remove)) { in remove_session_caps_cb()
1664 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
/Linux-v5.10/mm/
Dshmem.c525 LIST_HEAD(to_remove); in shmem_unused_huge_shrink()
552 list_move(&info->shrinklist, &to_remove); in shmem_unused_huge_shrink()
564 list_for_each_safe(pos, next, &to_remove) { in shmem_unused_huge_shrink()
/Linux-v5.10/drivers/scsi/
Dncr53c8xx.c1944 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd…
8186 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… argument
8192 if (to_remove) {