Searched refs:to_remove (Results 1 – 9 of 9) sorted by relevance
| /linux/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() 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/samples/rust/ |
| H A D | rust_debugfs_scoped.rs | 46 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/security/apparmor/ |
| H A D | policy.c | 201 struct aa_profile *curr, *to_remove; in __remove_profile() local 217 to_remove = curr; in __remove_profile() 218 if (!list_is_last(&to_remove->base.list, in __remove_profile() 220 curr = list_next_entry(to_remove, base.list); in __remove_profile() 225 aa_label_remove(&to_remove->label); in __remove_profile() 226 __aafs_profile_rmdir(to_remove); in __remove_profile() 227 __list_remove_profile(to_remove); in __remove_profile()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_h5.c | 293 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/drivers/md/ |
| H A D | md.h | 610 const struct attribute_group *to_remove; member
|
| H A D | md.c | 924 if (mddev->to_remove) { in mddev_unlock() 937 const struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local 938 mddev->to_remove = NULL; in mddev_unlock() 943 if (to_remove != &md_redundancy_group) in mddev_unlock() 944 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock() 4195 if (mddev->to_remove == NULL) in level_store() 4196 mddev->to_remove = &md_redundancy_group; in level_store() 7189 mddev->to_remove == NULL) in do_md_stop() 7190 mddev->to_remove = &md_redundancy_group; in do_md_stop()
|
| H A D | raid5.c | 8240 if (mddev->to_remove == &raid5_attrs_group) in raid5_run() 8241 mddev->to_remove = NULL; in raid5_run() 8277 mddev->to_remove = &raid5_attrs_group; in raid5_free()
|
| /linux/fs/ceph/ |
| H A D | caps.c | 3837 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3867 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack() 3885 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3892 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack() 3931 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3932 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 4342 unsigned long to_remove = old_links & ~new_links; in ath12k_mac_op_change_vif_links() local 4367 for_each_set_bit(link_id, &to_remove, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_mac_op_change_vif_links()
|