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/
H A Dlag_conf.c67 bool to_remove; member
132 group->to_remove = false; in nfp_fl_lag_group_create()
315 if (entry->to_remove) { in nfp_fl_lag_do_work()
320 entry->to_remove = false; in nfp_fl_lag_do_work()
505 group->to_remove = true; in nfp_fl_lag_schedule_group_remove()
531 group->to_remove = true; in nfp_fl_lag_schedule_group_delete()
613 group->to_remove = false; in nfp_fl_lag_changeupper_event()
/linux/net/atm/
H A Dlec.c70 struct lec_arp_table *to_remove);
1304 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove() argument
1309 if (!to_remove) in lec_arp_remove()
1312 hlist_del(&to_remove->next); in lec_arp_remove()
1313 timer_delete(&to_remove->timer); in lec_arp_remove()
1319 if (to_remove->status >= ESI_FLUSH_PENDING) { in lec_arp_remove()
1326 if (memcmp(to_remove->atm_addr, in lec_arp_remove()
1334 lec_arp_clear_vccs(to_remove); in lec_arp_remove()
1336 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove()
1338 pr_debug("Removed entry:%pM\n", to_remove->mac_addr); in lec_arp_remove()
[all …]
/linux/samples/rust/
H A Drust_debugfs_scoped.rs46 let to_remove = CStr::from_bytes_with_nul(&buf[..nul_idx + 1]).map_err(|_| EINVAL)?; in create_file_write()
50 .retain(|device| device.name.to_bytes() != to_remove.to_bytes()); in create_file_write()
38 let to_remove = CStr::from_bytes_with_nul(&buf[..nul_idx + 1]).map_err(|_| EINVAL)?; remove_file_write() localVariable
/linux/fs/fuse/
H 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/
H A Dhci_h5.c293 int i, to_remove; in h5_pkt_cull() local
298 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull()
299 if (to_remove == 0) in h5_pkt_cull()
304 while (to_remove > 0) { in h5_pkt_cull()
308 to_remove--; in h5_pkt_cull()
317 if (i++ >= to_remove) in h5_pkt_cull()
/linux/kernel/trace/
H A Dring_buffer.c2723 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
2751 to_remove = tail_page; in rb_remove_pages()
2754 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()
2758 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()
2759 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages()
2764 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
2792 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
/linux/fs/ceph/
H A Dcaps.c3821 LIST_HEAD(to_remove); in handle_cap_flush_ack()
3844 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack()
3862 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack()
3869 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack()
3908 while (!list_empty(&to_remove)) { in handle_cap_flush_ack()
3909 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
/linux/drivers/md/
H A Dmd.c917 if (mddev->to_remove) { in mddev_unlock()
930 const struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local
931 mddev->to_remove = NULL; in mddev_unlock()
936 if (to_remove != &md_redundancy_group) in mddev_unlock()
937 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock()
4177 if (mddev->to_remove == NULL) in level_store()
4178 mddev->to_remove = &md_redundancy_group; in level_store()
7007 mddev->to_remove == NULL) in do_md_stop()
7008 mddev->to_remove = &md_redundancy_group; in do_md_stop()
H A Draid5.c8076 if (mddev->to_remove == &raid5_attrs_group) in raid5_run()
8077 mddev->to_remove = NULL; in raid5_run()
8113 mddev->to_remove = &raid5_attrs_group; in raid5_free()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4254 unsigned long to_remove = old_links & ~new_links; in ath12k_mac_op_change_vif_links() local
4279 for_each_set_bit(link_id, &to_remove, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_mac_op_change_vif_links()