Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
A 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/net/atm/
A Dlec.c1300 if (!to_remove) in lec_arp_remove()
1303 hlist_del(&to_remove->next); in lec_arp_remove()
1304 del_timer(&to_remove->timer); in lec_arp_remove()
1574 struct lec_arp_table *to_remove = from_timer(to_remove, t, timer); in lec_arp_expire_vcc() local
1577 del_timer(&to_remove->timer); in lec_arp_expire_vcc()
1580 to_remove, priv, in lec_arp_expire_vcc()
1581 to_remove->vcc ? to_remove->recv_vcc->vpi : 0, in lec_arp_expire_vcc()
1582 to_remove->vcc ? to_remove->recv_vcc->vci : 0); in lec_arp_expire_vcc()
1585 hlist_del(&to_remove->next); in lec_arp_expire_vcc()
1588 lec_arp_clear_vccs(to_remove); in lec_arp_expire_vcc()
[all …]
/linux/fs/fuse/
A 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/drivers/bluetooth/
A 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/kernel/trace/
A 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/drivers/md/
A Dmd.h484 const struct attribute_group *to_remove; member
A 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()
4064 if (mddev->to_remove == NULL) in level_store()
4065 mddev->to_remove = &md_redundancy_group; in level_store()
6277 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop()
6278 mddev->to_remove = &md_redundancy_group; in __md_stop()
A Draid5.c7708 if (mddev->to_remove == &raid5_attrs_group) in raid5_run()
7709 mddev->to_remove = NULL; in raid5_run()
7794 mddev->to_remove = &raid5_attrs_group; in raid5_free()
/linux/fs/ceph/
A Dcaps.c3585 LIST_HEAD(to_remove); in handle_cap_flush_ack()
3608 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack()
3626 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack()
3633 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack()
3669 while (!list_empty(&to_remove)) { in handle_cap_flush_ack()
3670 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
/linux/mm/
A Dshmem.c552 LIST_HEAD(to_remove); in shmem_unused_huge_shrink()
579 list_move(&info->shrinklist, &to_remove); in shmem_unused_huge_shrink()
591 list_for_each_safe(pos, next, &to_remove) { in shmem_unused_huge_shrink()

Completed in 89 milliseconds