Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c570 struct list_head tmplist; in rtl8723bs_free_xmit_priv() local
576 INIT_LIST_HEAD(&tmplist); in rtl8723bs_free_xmit_priv()
582 list_add_tail(&tmplist, phead); in rtl8723bs_free_xmit_priv()
587 phead = &tmplist; in rtl8723bs_free_xmit_priv()
/linux/fs/btrfs/
A Dfile-item.c503 LIST_HEAD(tmplist); in btrfs_lookup_csums_range()
595 list_add_tail(&sums->list, &tmplist); in btrfs_lookup_csums_range()
601 while (ret < 0 && !list_empty(&tmplist)) { in btrfs_lookup_csums_range()
602 sums = list_entry(tmplist.next, struct btrfs_ordered_sum, list); in btrfs_lookup_csums_range()
606 list_splice_tail(&tmplist, list); in btrfs_lookup_csums_range()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_counters.c414 struct llist_node *tmplist; in mlx5_cleanup_fc_stats() local
422 tmplist = llist_del_all(&fc_stats->addlist); in mlx5_cleanup_fc_stats()
423 llist_for_each_entry_safe(counter, tmp, tmplist, addlist) in mlx5_cleanup_fc_stats()
/linux/drivers/vme/bridges/
A Dvme_fake.c1245 struct list_head *tmplist; in fake_exit() local
1276 list_for_each_safe(pos, tmplist, &fake_bridge->slave_resources) { in fake_exit()
1283 list_for_each_safe(pos, tmplist, &fake_bridge->master_resources) { in fake_exit()
A Dvme_tsi148.c2561 struct list_head *tmplist; in tsi148_remove() local
2620 list_for_each_safe(pos, tmplist, &tsi148_bridge->dma_resources) { in tsi148_remove()
2627 list_for_each_safe(pos, tmplist, &tsi148_bridge->slave_resources) { in tsi148_remove()
2634 list_for_each_safe(pos, tmplist, &tsi148_bridge->master_resources) { in tsi148_remove()
/linux/fs/cifs/
A Dfile.c4392 unsigned int rsize, struct list_head *tmplist, in readpages_get_pages() argument
4400 INIT_LIST_HEAD(tmplist); in readpages_get_pages()
4423 list_move_tail(&page->lru, tmplist); in readpages_get_pages()
4442 list_move_tail(&page->lru, tmplist); in readpages_get_pages()
4455 struct list_head tmplist; in cifs_readpages() local
4533 err = readpages_get_pages(mapping, page_list, rsize, &tmplist, in cifs_readpages()
4543 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages()
4566 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages()
/linux/drivers/char/ipmi/
A Dipmi_msghandler.c3643 struct list_head tmplist; in cleanup_smi_msgs() local
3646 INIT_LIST_HEAD(&tmplist); in cleanup_smi_msgs()
3647 list_splice_tail(&intf->hp_xmit_msgs, &tmplist); in cleanup_smi_msgs()
3648 list_splice_tail(&intf->xmit_msgs, &tmplist); in cleanup_smi_msgs()
3662 while (!list_empty(&tmplist)) { in cleanup_smi_msgs()
3663 entry = tmplist.next; in cleanup_smi_msgs()
/linux/fs/ocfs2/dlm/
A Ddlmrecovery.c767 LIST_HEAD(tmplist); in dlm_destroy_recovery_area()
770 list_splice_init(&dlm->reco.node_data, &tmplist); in dlm_destroy_recovery_area()
773 list_for_each_entry_safe(ndata, next, &tmplist, list) { in dlm_destroy_recovery_area()

Completed in 33 milliseconds