Searched refs:tmplist (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723bs_xmit.c | 643 struct list_head tmplist; in rtl8723bs_free_xmit_priv() local 649 INIT_LIST_HEAD(&tmplist); in rtl8723bs_free_xmit_priv() 655 list_add_tail(&tmplist, phead); in rtl8723bs_free_xmit_priv() 660 phead = &tmplist; in rtl8723bs_free_xmit_priv()
|
| /Linux-v5.4/fs/btrfs/ |
| D | file-item.c | 311 LIST_HEAD(tmplist); in btrfs_lookup_csums_range() 405 list_add_tail(&sums->list, &tmplist); in btrfs_lookup_csums_range() 411 while (ret < 0 && !list_empty(&tmplist)) { in btrfs_lookup_csums_range() 412 sums = list_entry(tmplist.next, struct btrfs_ordered_sum, list); in btrfs_lookup_csums_range() 416 list_splice_tail(&tmplist, list); in btrfs_lookup_csums_range()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_counters.c | 401 struct llist_node *tmplist; in mlx5_cleanup_fc_stats() local 409 tmplist = llist_del_all(&fc_stats->addlist); in mlx5_cleanup_fc_stats() 410 llist_for_each_entry_safe(counter, tmp, tmplist, addlist) in mlx5_cleanup_fc_stats()
|
| /Linux-v5.4/drivers/vme/bridges/ |
| D | vme_fake.c | 1239 struct list_head *tmplist; in fake_exit() local 1270 list_for_each_safe(pos, tmplist, &fake_bridge->slave_resources) { in fake_exit() 1277 list_for_each_safe(pos, tmplist, &fake_bridge->master_resources) { in fake_exit()
|
| D | vme_tsi148.c | 2567 struct list_head *tmplist; in tsi148_remove() local 2626 list_for_each_safe(pos, tmplist, &tsi148_bridge->dma_resources) { in tsi148_remove() 2633 list_for_each_safe(pos, tmplist, &tsi148_bridge->slave_resources) { in tsi148_remove() 2640 list_for_each_safe(pos, tmplist, &tsi148_bridge->master_resources) { in tsi148_remove()
|
| /Linux-v5.4/fs/cifs/ |
| D | file.c | 4189 unsigned int rsize, struct list_head *tmplist, in readpages_get_pages() argument 4197 INIT_LIST_HEAD(tmplist); in readpages_get_pages() 4220 list_move_tail(&page->lru, tmplist); in readpages_get_pages() 4238 list_move_tail(&page->lru, tmplist); in readpages_get_pages() 4250 struct list_head tmplist; in cifs_readpages() local 4327 rc = readpages_get_pages(mapping, page_list, rsize, &tmplist, in cifs_readpages() 4337 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages() 4359 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages()
|
| /Linux-v5.4/drivers/char/ipmi/ |
| D | ipmi_msghandler.c | 3537 struct list_head tmplist; in cleanup_smi_msgs() local 3540 INIT_LIST_HEAD(&tmplist); in cleanup_smi_msgs() 3541 list_splice_tail(&intf->hp_xmit_msgs, &tmplist); in cleanup_smi_msgs() 3542 list_splice_tail(&intf->xmit_msgs, &tmplist); in cleanup_smi_msgs() 3556 while (!list_empty(&tmplist)) { in cleanup_smi_msgs() 3557 entry = tmplist.next; in cleanup_smi_msgs()
|
| /Linux-v5.4/fs/ocfs2/dlm/ |
| D | dlmrecovery.c | 776 LIST_HEAD(tmplist); in dlm_destroy_recovery_area() 779 list_splice_init(&dlm->reco.node_data, &tmplist); in dlm_destroy_recovery_area() 782 list_for_each_entry_safe(ndata, next, &tmplist, list) { in dlm_destroy_recovery_area()
|