Home
last modified time | relevance | path

Searched refs:tmpp (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_init.c1381 struct page **tmpp = dd->pageshadow; in cleanup_device_data() local
1390 if (!tmpp[i]) in cleanup_device_data()
1394 qib_release_user_pages(&tmpp[i], 1); in cleanup_device_data()
1395 tmpp[i] = NULL; in cleanup_device_data()
1400 vfree(tmpp); in cleanup_device_data()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c674 struct page **tmpp = dd->ipath_pageshadow; in cleanup_device() local
684 if (!tmpp[i]) in cleanup_device()
688 ipath_release_user_pages(&tmpp[i], 1); in cleanup_device()
689 tmpp[i] = NULL; in cleanup_device()
709 tmpp = dd->ipath_pageshadow; in cleanup_device()
711 vfree(tmpp); in cleanup_device()
/linux-4.1.27/fs/nfsd/
Dxdr4.h579 __be32 * tmpp; member
Dnfs4xdr.c100 if (!(x = (p==argp->tmp || p == argp->tmpp) ? \
154 kfree(argp->tmpp); in read_buf()
155 p = argp->tmpp = kmalloc(nbytes, GFP_KERNEL); in read_buf()
4416 kfree(args->tmpp); in nfsd4_release_compoundargs()
4417 args->tmpp = NULL; in nfsd4_release_compoundargs()
4439 args->tmpp = NULL; in nfs4svc_decode_compoundargs()