Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dplatinumfb.c520 #define invalidate_cache(addr) \ macro
524 #define invalidate_cache(addr) macro
588 invalidate_cache(&fbuffer[0x100000]); in platinumfb_probe()
591 invalidate_cache(&fbuffer[0x200000]); in platinumfb_probe()
594 invalidate_cache(&fbuffer[0x300000]); in platinumfb_probe()
/linux/include/linux/
H A Dnetfs.h316 void (*invalidate_cache)(struct netfs_io_request *wreq); member
/linux/fs/netfs/
H A Dwrite_collect.c407 ictx->ops->invalidate_cache(wreq); in netfs_write_collection_worker()
/linux/fs/afs/
H A Dfile.c455 .invalidate_cache = afs_netfs_invalidate_cache,
/linux/fs/smb/client/
H A Dfile.c349 .invalidate_cache = cifs_netfs_invalidate_cache,