Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dfile-item.c315 LIST_HEAD(tmplist); in btrfs_lookup_csums_range()
409 list_add_tail(&sums->list, &tmplist); in btrfs_lookup_csums_range()
415 while (ret < 0 && !list_empty(&tmplist)) { in btrfs_lookup_csums_range()
416 sums = list_entry(tmplist.next, struct btrfs_ordered_sum, list); in btrfs_lookup_csums_range()
420 list_splice_tail(&tmplist, list); in btrfs_lookup_csums_range()
/linux-4.1.27/fs/cifs/
Dfile.c3377 unsigned int rsize, struct list_head *tmplist, in readpages_get_pages() argument
3384 INIT_LIST_HEAD(tmplist); in readpages_get_pages()
3407 list_move_tail(&page->lru, tmplist); in readpages_get_pages()
3426 list_move_tail(&page->lru, tmplist); in readpages_get_pages()
3438 struct list_head tmplist; in cifs_readpages() local
3501 rc = readpages_get_pages(mapping, page_list, rsize, &tmplist, in cifs_readpages()
3511 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages()
3531 list_for_each_entry_safe(page, tpage, &tmplist, lru) { in cifs_readpages()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c2938 struct list_head tmplist; in cleanup_smi_msgs() local
2941 INIT_LIST_HEAD(&tmplist); in cleanup_smi_msgs()
2942 list_splice_tail(&intf->hp_xmit_msgs, &tmplist); in cleanup_smi_msgs()
2943 list_splice_tail(&intf->xmit_msgs, &tmplist); in cleanup_smi_msgs()
2957 while (!list_empty(&tmplist)) { in cleanup_smi_msgs()
2958 entry = tmplist.next; in cleanup_smi_msgs()
/linux-4.1.27/drivers/vme/bridges/
Dvme_tsi148.c2657 struct list_head *tmplist; in tsi148_remove() local
2716 list_for_each_safe(pos, tmplist, &tsi148_bridge->dma_resources) { in tsi148_remove()
2723 list_for_each_safe(pos, tmplist, &tsi148_bridge->slave_resources) { in tsi148_remove()
2730 list_for_each_safe(pos, tmplist, &tsi148_bridge->master_resources) { in tsi148_remove()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmrecovery.c784 LIST_HEAD(tmplist); in dlm_destroy_recovery_area()
787 list_splice_init(&dlm->reco.node_data, &tmplist); in dlm_destroy_recovery_area()
790 list_for_each_entry_safe(ndata, next, &tmplist, list) { in dlm_destroy_recovery_area()