Searched refs:cache_read (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.h | 241 void (*cache_read) member
|
| H A D | vcap_api_debugfs_kunit.c | 229 .cache_read = test_cache_read,
|
| H A D | vcap_api.c | 379 vctrl->ops->cache_read(ndev, admin, VCAP_SEL_ENTRY, 0, in vcap_addr_keysets() 868 !ctrl->ops->cache_write || !ctrl->ops->cache_read || in vcap_api_check() 1547 ri->vctrl->ops->cache_read(ri->ndev, admin, in vcap_read_rule() 1550 ri->vctrl->ops->cache_read(ri->ndev, admin, in vcap_read_rule() 1554 ri->vctrl->ops->cache_read(ri->ndev, admin, in vcap_read_rule() 2929 ri->vctrl->ops->cache_read(ri->ndev, admin, VCAP_SEL_COUNTER, in vcap_read_counter()
|
| H A D | vcap_api_kunit.c | 219 .cache_read = test_cache_read,
|
| /linux/drivers/md/dm-pcache/ |
| H A D | cache_req.c | 662 static int cache_read(struct pcache_cache *cache, struct pcache_request *pcache_req) in cache_read() function 833 return cache_read(cache, pcache_req); in pcache_cache_handle_req()
|
| /linux/fs/smb/client/ |
| H A D | file.c | 3160 bool cache_read, cache_write, cache_handle; in cifs_oplock_break() local 3185 cache_read = (oplock & CIFS_CACHE_READ_FLG) || in cifs_oplock_break() 3192 if (!cache_write && cache_read && cifs_has_mand_locks(cinode)) { in cifs_oplock_break() 3197 cache_read = cache_write = cache_handle = false; in cifs_oplock_break() 3201 if (cache_read) in cifs_oplock_break() 3206 if (!cache_read || purge_cache) { in cifs_oplock_break()
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 836 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read() function 1578 return cache_read(filp, buf, count, ppos, cd); in cache_read_procfs() 1789 return cache_read(filp, buf, count, ppos, cd); in cache_read_pipefs()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_vcap_impl.c | 589 .cache_read = lan966x_vcap_cache_read,
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 606 unsigned long cache_read; member 5287 iter->cache_read = cpu_buffer->read; in rb_iter_reset() 5752 if (unlikely(iter->cache_read != cpu_buffer->read || in rb_iter_peek()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_vcap_impl.c | 1499 .cache_read = sparx5_vcap_cache_read,
|