Home
last modified time | relevance | path

Searched refs:to_remove (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/atm/
Dlec.c66 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.1.27/drivers/bluetooth/
Dhci_h5.c245 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.1.27/drivers/uwb/
Die.c332 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.1.27/kernel/trace/
Dring_buffer.c1459 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
1487 to_remove = tail_page; in rb_remove_pages()
1490 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()
1494 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()
1495 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages()
1498 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
1531 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
/linux-4.1.27/drivers/md/
Dmd.h447 struct attribute_group *to_remove; member
Dmd.c609 if (mddev->to_remove) { in mddev_unlock()
622 struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local
623 mddev->to_remove = NULL; in mddev_unlock()
628 if (to_remove != &md_redundancy_group) in mddev_unlock()
629 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock()
3482 if (mddev->to_remove == NULL) in level_store()
3483 mddev->to_remove = &md_redundancy_group; in level_store()
5378 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop()
5379 mddev->to_remove = &md_redundancy_group; in __md_stop()
Draid5.c6883 if (mddev->to_remove == &raid5_attrs_group) in run()
6884 mddev->to_remove = NULL; in run()
6987 mddev->to_remove = &raid5_attrs_group; in raid5_free()
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c1956 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) {