Searched refs:to_remove (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | lag_conf.c | 67 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() 506 group->to_remove = true; in nfp_fl_lag_schedule_group_remove() 532 group->to_remove = true; in nfp_fl_lag_schedule_group_delete() 614 group->to_remove = false; in nfp_fl_lag_changeupper_event()
|
| /linux-6.15/net/atm/ |
| H A D | lec.c | 70 struct lec_arp_table *to_remove); 1301 if (!to_remove) in lec_arp_remove() 1304 hlist_del(&to_remove->next); in lec_arp_remove() 1305 timer_delete(&to_remove->timer); in lec_arp_remove() 1575 struct lec_arp_table *to_remove = from_timer(to_remove, t, timer); in lec_arp_expire_vcc() local 1581 to_remove, priv, in lec_arp_expire_vcc() 1582 to_remove->vcc ? to_remove->recv_vcc->vpi : 0, in lec_arp_expire_vcc() 1583 to_remove->vcc ? to_remove->recv_vcc->vci : 0); in lec_arp_expire_vcc() 1586 hlist_del(&to_remove->next); in lec_arp_expire_vcc() 1589 lec_arp_clear_vccs(to_remove); in lec_arp_expire_vcc() [all …]
|
| /linux-6.15/fs/fuse/ |
| H A D | dax.c | 253 struct list_head *to_remove) in dmap_removemapping_list() argument 266 list_for_each_entry(dmap, to_remove, list) { in dmap_removemapping_list() 317 LIST_HEAD(to_remove); in inode_reclaim_dmap_range() 332 list_add(&dmap->list, &to_remove); in inode_reclaim_dmap_range() 336 if (list_empty(&to_remove)) in inode_reclaim_dmap_range() 341 err = dmap_removemapping_list(inode, num, &to_remove); in inode_reclaim_dmap_range() 347 list_for_each_entry_safe(dmap, n, &to_remove, list) { in inode_reclaim_dmap_range()
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | hci_h5.c | 289 int i, to_remove; in h5_pkt_cull() local 294 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() 295 if (to_remove == 0) in h5_pkt_cull() 300 while (to_remove > 0) { in h5_pkt_cull() 304 to_remove--; in h5_pkt_cull() 313 if (i++ >= to_remove) in h5_pkt_cull()
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer.c | 2607 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local 2635 to_remove = tail_page; in rb_remove_pages() 2638 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages() 2642 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages() 2643 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages() 2648 next_page = rb_list_head(to_remove)->next; in rb_remove_pages() 2676 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
|
| /linux-6.15/drivers/md/ |
| H A D | md.h | 594 const struct attribute_group *to_remove; member
|
| H A D | md.c | 806 if (mddev->to_remove) { in mddev_unlock() 819 const struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local 820 mddev->to_remove = NULL; in mddev_unlock() 825 if (to_remove != &md_redundancy_group) in mddev_unlock() 826 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock() 4032 if (mddev->to_remove == NULL) in level_store() 4033 mddev->to_remove = &md_redundancy_group; in level_store() 6466 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop() 6467 mddev->to_remove = &md_redundancy_group; in __md_stop()
|
| H A D | raid5.c | 8030 if (mddev->to_remove == &raid5_attrs_group) in raid5_run() 8031 mddev->to_remove = NULL; in raid5_run() 8062 mddev->to_remove = &raid5_attrs_group; in raid5_free()
|
| /linux-6.15/fs/ceph/ |
| H A D | caps.c | 3820 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3843 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack() 3861 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3868 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack() 3907 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3908 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 3607 unsigned long to_remove = old_links & ~new_links; in ath12k_mac_op_change_vif_links() local 3632 for_each_set_bit(link_id, &to_remove, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_mac_op_change_vif_links()
|