Home
last modified time | relevance | path

Searched refs:nocache (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c393 size_t pre_copy, nocache; in tls_device_copy_data() local
404 nocache = round_down(bytes, SMP_CACHE_BYTES); in tls_device_copy_data()
405 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()
407 bytes -= nocache; in tls_device_copy_data()
408 addr += nocache; in tls_device_copy_data()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c401 size_t pre_copy, nocache; in tls_device_copy_data() local
412 nocache = round_down(bytes, SMP_CACHE_BYTES); in tls_device_copy_data()
413 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()
415 bytes -= nocache; in tls_device_copy_data()
416 addr += nocache; in tls_device_copy_data()
/kernel/linux/linux-5.10/fs/nfs/
H A Dpnfs_dev.c151 if (d && pdev->nocache) in nfs4_get_device_info()
H A Dpnfs.h227 unsigned char nocache : 1;/* May not be cached */ member
H A Dnfs4proc.c9731 pdev->nocache = 1; in _nfs4_proc_getdeviceinfo()
/kernel/linux/linux-6.6/fs/nfs/
H A Dpnfs_dev.c153 if (d && pdev->nocache) in nfs4_get_device_info()
H A Dpnfs.h227 unsigned char nocache : 1;/* May not be cached */ member
H A Dnfs4proc.c9935 pdev->nocache = 1; in _nfs4_proc_getdeviceinfo()

Completed in 45 milliseconds