Searched refs:to_remove (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/net/atm/ |
D | lec.c | 66 struct lec_arp_table *to_remove); 1309 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove() argument 1314 if (!to_remove) in lec_arp_remove() 1317 hlist_del(&to_remove->next); in lec_arp_remove() 1318 del_timer(&to_remove->timer); in lec_arp_remove() 1324 if (to_remove->status >= ESI_FLUSH_PENDING) { in lec_arp_remove() 1331 if (memcmp(to_remove->atm_addr, in lec_arp_remove() 1339 lec_arp_clear_vccs(to_remove); in lec_arp_remove() 1341 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove() 1343 pr_debug("Removed entry:%pM\n", to_remove->mac_addr); in lec_arp_remove() [all …]
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_h5.c | 245 int i, to_remove; in h5_pkt_cull() local 250 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() 251 if (to_remove == 0) in h5_pkt_cull() 256 while (to_remove > 0) { in h5_pkt_cull() 260 to_remove--; in h5_pkt_cull() 269 if (i++ >= to_remove) in h5_pkt_cull()
|
/linux-4.4.14/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-4.4.14/kernel/trace/ |
D | ring_buffer.c | 1435 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local 1463 to_remove = tail_page; in rb_remove_pages() 1466 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages() 1470 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages() 1471 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages() 1474 next_page = rb_list_head(to_remove)->next; in rb_remove_pages() 1507 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
|
/linux-4.4.14/fs/ceph/ |
D | caps.c | 3012 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3026 list_add_tail(&cf->list, &to_remove); in handle_cap_flush_ack() 3040 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3047 if (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3048 list_for_each_entry(cf, &to_remove, list) in handle_cap_flush_ack() 3088 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3089 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|
D | mds_client.c | 1147 LIST_HEAD(to_remove); in remove_session_caps_cb() 1165 list_add(&cf->list, &to_remove); in remove_session_caps_cb() 1170 list_for_each_entry(cf, &to_remove, list) in remove_session_caps_cb() 1195 list_add(&ci->i_prealloc_cap_flush->list, &to_remove); in remove_session_caps_cb() 1200 while (!list_empty(&to_remove)) { in remove_session_caps_cb() 1202 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
|
/linux-4.4.14/drivers/md/ |
D | md.h | 453 struct attribute_group *to_remove; member
|
D | md.c | 596 if (mddev->to_remove) { in mddev_unlock() 609 struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local 610 mddev->to_remove = NULL; in mddev_unlock() 615 if (to_remove != &md_redundancy_group) in mddev_unlock() 616 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock() 3577 if (mddev->to_remove == NULL) in level_store() 3578 mddev->to_remove = &md_redundancy_group; in level_store() 5517 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop() 5518 mddev->to_remove = &md_redundancy_group; in __md_stop()
|
D | raid5.c | 6945 if (mddev->to_remove == &raid5_attrs_group) in run() 6946 mddev->to_remove = NULL; in run() 7057 mddev->to_remove = &raid5_attrs_group; in raid5_free()
|
/linux-4.4.14/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) {
|