Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls_device.c395 size_t pre_copy, nocache; in tls_device_copy_data() local
406 nocache = round_down(bytes, SMP_CACHE_BYTES); in tls_device_copy_data()
407 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()
409 bytes -= nocache; in tls_device_copy_data()
410 addr += nocache; in tls_device_copy_data()
/linux-6.15/fs/nfs/
H A Dpnfs_dev.c150 if (d && pdev->nocache) in nfs4_get_device_info()
H A Dpnfs.h232 unsigned char nocache : 1;/* May not be cached */ member
H A Dnfs4proc.c10200 pdev->nocache = 1; in _nfs4_proc_getdeviceinfo()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt4089 nocache [ARM,EARLY]