/kernel/linux/linux-5.10/include/net/ |
H A D | netlabel.h | 198 struct netlbl_lsm_cache *cache; member 280 struct netlbl_lsm_cache *cache; netlbl_secattr_cache_alloc() local 296 netlbl_secattr_cache_free(struct netlbl_lsm_cache *cache) netlbl_secattr_cache_free() argument [all...] |
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | nand.h | 206 unsigned long *cache; member
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emumixer.c | 589 unsigned int val, cache; in snd_emu1010_adc_pads_put() local 637 unsigned int val, cache; in snd_emu1010_dac_pads_put() local [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tlv320dac33.c | 164 u8 *cache = dac33->reg_cache; in dac33_read_reg_cache() local 175 u8 *cache = dac33->reg_cache; in dac33_write_reg_cache() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dso.c | 777 struct dso_cache *cache; in dso_cache__free() local 792 struct dso_cache *cache; in __dso_cache__find() local 818 struct dso_cache *cache; dso_cache__insert() local 846 dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, u64 size, bool out) dso_cache__memcpy() argument 889 struct dso_cache *cache; dso_cache__populate() local 928 struct dso_cache *cache = __dso_cache__find(dso, offset); dso_cache__find() local 936 struct dso_cache *cache; dso_cache_io() local [all...] |
H A D | dso.h | 191 struct rb_root cache; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | transaction.c | 139 struct btrfs_block_group *cache; in btrfs_put_transaction() local 213 struct btrfs_block_group *cache = caching_ctl->block_group; in switch_commit_roots() local [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | readdir.c | 55 struct ovl_dir_cache *cache; member 230 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free() local 240 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put() local 325 struct ovl_dir_cache *cache = od->cache; ovl_dir_reset() local 396 struct ovl_dir_cache *cache; ovl_cache_get() local 422 ovl_set_dir_cache(d_inode(dentry), cache); ovl_cache_get() local 598 struct ovl_dir_cache *cache; ovl_cache_get_impure() local 634 ovl_set_dir_cache(d_inode(dentry), cache); ovl_cache_get_impure() local 641 struct ovl_dir_cache *cache; global() member 760 struct ovl_dir_cache *cache; ovl_iterate() local [all...] |
H A D | util.c | 294 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) in ovl_set_dir_cache() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 79 struct svga3dsurface_cache cache; member 1726 const struct svga3dsurface_cache *cache = &dirty->cache; in vmw_subres_dirty_add() local 1772 const struct svga3dsurface_cache *cache = &dirty->cache; in vmw_subres_dirty_full() local 1796 const struct svga3dsurface_cache *cache; vmw_surface_tex_dirty_range_add() local 1845 const struct svga3dsurface_cache *cache = &dirty->cache; vmw_surface_buf_dirty_range_add() local 1889 const struct svga3dsurface_cache *cache = &dirty->cache; vmw_surface_dirty_sync() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 418 struct mlx4_en_page_cache *cache = &ring->page_cache; in mlx4_en_rx_recycle() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 213 static int tx_policy_find(struct tx_policy_cache *cache, in tx_policy_find() argument 234 static inline void tx_policy_use(struct tx_policy_cache *cache, in tx_policy_use() argument 241 tx_policy_release(struct tx_policy_cache *cache, struct tx_policy_cache_entry *entry) tx_policy_release() argument 253 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_clean() local 283 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_init() local 301 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_get() local 340 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_put() local 354 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_upload() local [all...] |
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | common.h | 260 struct xenvif_hash_cache cache; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth_ioctl.h | 57 } __attribute__((packed)) cache; /* cache service cmd. str. */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_txrx.h | 188 struct funeth_rx_cache cache; /* used buffer cache */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.h | 180 struct vcap_cache_data cache; /* encoded rule data */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cppcore.c | 163 struct nfp_cpp_area_cache *cache, *ctmp; in nfp_cpp_free() local 794 struct nfp_cpp_area_cache *cache; in nfp_cpp_area_cache_add() local 826 struct nfp_cpp_area_cache *cache; area_cache_get() local 905 area_cache_put(struct nfp_cpp *cpp, struct nfp_cpp_area_cache *cache) area_cache_put() argument 920 struct nfp_cpp_area_cache *cache; __nfp_cpp_read() local 989 struct nfp_cpp_area_cache *cache; __nfp_cpp_write() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | acobject.h | 394 struct acpi_object_cache_list cache; member
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | ht16k33.c | 85 uint8_t *cache; member
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | space-info.c | 508 struct btrfs_block_group *cache; in btrfs_dump_space_info() local [all...] |
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | internal.h | 40 struct cachefiles_cache *cache; member 74 struct fscache_cache *cache; /* Cache cookie */ member 119 cachefiles_in_ondemand_mode(struct cachefiles_cache *cache) cachefiles_in_ondemand_mode() argument 151 cachefiles_state_changed(struct cachefiles_cache *cache) cachefiles_state_changed() argument 300 cachefiles_ondemand_daemon_read(struct cachefiles_cache *cache, char __user *_buffer, size_t buflen) cachefiles_ondemand_daemon_read() argument 330 cachefiles_begin_secure(struct cachefiles_cache *cache, const struct cred **_saved_cred) cachefiles_begin_secure() argument 336 cachefiles_end_secure(struct cachefiles_cache *cache, const struct cred *saved_cred) cachefiles_end_secure() argument [all...] |
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | readdir.c | 55 struct ovl_dir_cache *cache; member 230 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free() local 240 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put() local 325 struct ovl_dir_cache *cache = od->cache; ovl_dir_reset() local 396 struct ovl_dir_cache *cache; ovl_cache_get() local 603 struct ovl_dir_cache *cache; ovl_cache_get_impure() local 646 struct ovl_dir_cache *cache; global() member 767 struct ovl_dir_cache *cache; ovl_iterate() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 716 xfs_btree_alloc_cursor( struct xfs_mount *mp, struct xfs_trans *tp, xfs_btnum_t btnum, uint8_t maxlevels, struct kmem_cache *cache) xfs_btree_alloc_cursor() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | host1x.h | 46 static inline void host1x_bo_cache_init(struct host1x_bo_cache *cache) in host1x_bo_cache_init() argument 52 static inline void host1x_bo_cache_destroy(struct host1x_bo_cache *cache) in host1x_bo_cache_destroy() argument 110 struct host1x_bo_cache cache; global() member 132 struct host1x_bo_cache *cache; global() member [all...] |
H A D | fscache.h | 82 struct fscache_cache *cache; /* Th member [all...] |