Home
last modified time | relevance | path

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

/Linux-v5.10/net/tls/
Dtls_device.c390 size_t pre_copy, nocache; in tls_device_copy_data() local
401 nocache = round_down(bytes, SMP_CACHE_BYTES); in tls_device_copy_data()
402 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()
404 bytes -= nocache; in tls_device_copy_data()
405 addr += nocache; in tls_device_copy_data()
/Linux-v5.10/fs/nfs/
Dpnfs_dev.c151 if (d && pdev->nocache) in nfs4_get_device_info()
Dpnfs.h226 unsigned char nocache : 1;/* May not be cached */ member
Dnfs4proc.c9652 pdev->nocache = 1; in _nfs4_proc_getdeviceinfo()
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt3181 nocache [ARM]