Searched refs:to_remove (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | lag_conf.c | 97 bool to_remove; member 162 group->to_remove = false; in nfp_fl_lag_group_create() 313 if (entry->to_remove) { in nfp_fl_lag_do_work() 318 entry->to_remove = false; in nfp_fl_lag_do_work() 500 group->to_remove = true; in nfp_fl_lag_schedule_group_remove() 518 group->to_remove = true; in nfp_fl_lag_schedule_group_delete() 601 group->to_remove = false; in nfp_fl_lag_changeupper_event()
|
/Linux-v4.19/net/atm/ |
D | lec.c | 69 struct lec_arp_table *to_remove); 1294 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove() argument 1299 if (!to_remove) in lec_arp_remove() 1302 hlist_del(&to_remove->next); in lec_arp_remove() 1303 del_timer(&to_remove->timer); in lec_arp_remove() 1309 if (to_remove->status >= ESI_FLUSH_PENDING) { in lec_arp_remove() 1316 if (memcmp(to_remove->atm_addr, in lec_arp_remove() 1324 lec_arp_clear_vccs(to_remove); in lec_arp_remove() 1326 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove() 1328 pr_debug("Removed entry:%pM\n", to_remove->mac_addr); in lec_arp_remove() [all …]
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_h5.c | 283 int i, to_remove; in h5_pkt_cull() local 288 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() 289 if (to_remove == 0) in h5_pkt_cull() 294 while (to_remove > 0) { in h5_pkt_cull() 298 to_remove--; in h5_pkt_cull() 307 if (i++ >= to_remove) in h5_pkt_cull()
|
/Linux-v4.19/drivers/uwb/ |
D | ie.c | 332 void uwb_rc_ie_cache_rm(struct uwb_rc *uwb_rc, enum uwb_ie to_remove) in uwb_rc_ie_cache_rm() argument 345 if (ie->element_id == to_remove) { in uwb_rc_ie_cache_rm()
|
/Linux-v4.19/kernel/trace/ |
D | ring_buffer.c | 1472 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local 1500 to_remove = tail_page; in rb_remove_pages() 1503 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages() 1507 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages() 1508 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages() 1511 next_page = rb_list_head(to_remove)->next; in rb_remove_pages() 1544 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
|
/Linux-v4.19/drivers/md/ |
D | md.h | 466 struct attribute_group *to_remove; member
|
D | md.c | 656 if (mddev->to_remove) { in mddev_unlock() 669 struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local 670 mddev->to_remove = NULL; in mddev_unlock() 675 if (to_remove != &md_redundancy_group) in mddev_unlock() 676 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock() 3819 if (mddev->to_remove == NULL) in level_store() 3820 mddev->to_remove = &md_redundancy_group; in level_store() 5903 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop() 5904 mddev->to_remove = &md_redundancy_group; in __md_stop()
|
D | raid5.c | 7392 if (mddev->to_remove == &raid5_attrs_group) in raid5_run() 7393 mddev->to_remove = NULL; in raid5_run() 7484 mddev->to_remove = &raid5_attrs_group; in raid5_free()
|
/Linux-v4.19/fs/ceph/ |
D | caps.c | 3308 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3324 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack() 3338 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3345 list_for_each_entry(cf, &to_remove, i_list) { in handle_cap_flush_ack() 3383 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3384 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|
D | mds_client.c | 1232 LIST_HEAD(to_remove); in remove_session_caps_cb() 1253 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb() 1258 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb() 1290 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb() 1295 while (!list_empty(&to_remove)) { in remove_session_caps_cb() 1297 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
|
/Linux-v4.19/mm/ |
D | shmem.c | 445 LIST_HEAD(to_remove); in shmem_unused_huge_shrink() 472 list_move(&info->shrinklist, &to_remove); in shmem_unused_huge_shrink() 484 list_for_each_safe(pos, next, &to_remove) { in shmem_unused_huge_shrink()
|
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 1956 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… 8194 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… argument 8200 if (to_remove) {
|