Home
last modified time | relevance | path

Searched defs:cache (Results 101 – 125 of 266) sorted by relevance

1234567891011

/Linux-v5.15/drivers/acpi/
Dosl.c1640 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache) in acpi_os_create_cache()
1661 acpi_status acpi_os_purge_cache(acpi_cache_t * cache) in acpi_os_purge_cache()
1680 acpi_status acpi_os_delete_cache(acpi_cache_t * cache) in acpi_os_delete_cache()
1700 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) in acpi_os_release_object()
/Linux-v5.15/fs/nfs/
Ddir.c2543 struct nfs_access_entry *cache; in nfs_access_free_list() local
2557 struct nfs_access_entry *cache; in nfs_do_access_cache_scan() local
2682 struct nfs_access_entry *cache; in nfs_access_get_cached_locked() local
2728 struct nfs_access_entry *cache; in nfs_access_get_cached_rcu() local
2803 struct nfs_access_entry *cache = kmalloc(sizeof(*cache), GFP_KERNEL); in nfs_access_add_cache() local
2873 struct nfs_access_entry cache; in nfs_do_access() local
/Linux-v5.15/mm/kasan/
Dkasan.h266 static inline bool kasan_quarantine_put(struct kmem_cache *cache, void *object) { return false; } in kasan_quarantine_put()
268 static inline void kasan_quarantine_remove_cache(struct kmem_cache *cache) { } in kasan_quarantine_remove_cache()
/Linux-v5.15/drivers/usb/core/
Dquirks.c580 struct usb_interface_cache *cache; in usb_match_any_interface() local
/Linux-v5.15/include/linux/
Dfscache-cache.h45 struct fscache_cache *cache; /* cache referred to by this tag */ member
380 struct fscache_cache *cache; /* cache that supplied this object */ member
431 static inline void fscache_object_destroyed(struct fscache_cache *cache) in fscache_object_destroyed()
/Linux-v5.15/fs/ext2/
Dxattr.h98 static inline void ext2_xattr_destroy_cache(struct mb_cache *cache) in ext2_xattr_destroy_cache()
/Linux-v5.15/drivers/soc/qcom/
Drpmh-internal.h83 struct list_head cache; member
/Linux-v5.15/arch/powerpc/kernel/
Deeh_cache.c98 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
/Linux-v5.15/tools/perf/util/
Dordered-events.h42 struct list_head cache; member
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_rtsym.c54 nfp_rtsym_sw_entry_init(struct nfp_rtsym_table *cache, u32 strtab_size, in nfp_rtsym_sw_entry_init()
101 struct nfp_rtsym_table *cache; in __nfp_rtsym_table_read() local
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dqsfp.c521 u8 *cache = &cp->cache[0]; in refresh_qsfp_cache() local
750 u8 *cache = &ppd->qsfp_info.cache[0]; in qsfp_dump() local
/Linux-v5.15/drivers/pcmcia/
Dcs_internal.h43 unsigned char cache[]; member
/Linux-v5.15/drivers/acpi/acpica/
Ddbexec.c241 u32 acpi_db_get_cache_info(struct acpi_memory_list *cache) in acpi_db_get_cache_info()
/Linux-v5.15/arch/s390/kernel/
Dcache.c71 struct cacheinfo *cache; in show_cacheinfo() local
/Linux-v5.15/net/bluetooth/
Dhci_core.c1118 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_flush() local
1133 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup() local
1149 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup_unknown() local
1166 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup_resolve() local
1184 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_update_resolve() local
1203 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_update() local
1264 struct discovery_state *cache = &hdev->discovery; in inquiry_cache_dump() local
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_powertune.c904 uint32_t cache = 0; in smu7_program_pt_config_registers() local
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c154 struct mlx5_fc_cache *cache) in update_counter_cache()
200 struct mlx5_fc_cache *cache = &counter->cache; in mlx5_fc_stats_query_counter_range() local
/Linux-v5.15/security/selinux/ss/
Dsidtab.h25 struct sidtab_str_cache __rcu *cache; member
/Linux-v5.15/include/drm/ttm/
Dttm_resource.h200 } cache; member
/Linux-v5.15/fs/btrfs/
Drelocation.c227 static void update_backref_node(struct btrfs_backref_cache *cache, in update_backref_node()
242 struct btrfs_backref_cache *cache) in update_backref_cache()
385 struct btrfs_backref_cache *cache = &rc->backref_cache; in handle_useless_nodes() local
462 struct btrfs_backref_cache *cache = &rc->backref_cache; in build_backref_tree() local
542 struct btrfs_backref_cache *cache = &rc->backref_cache; in clone_backref_node() local
2527 struct btrfs_backref_cache *cache = &rc->backref_cache; in finish_pending_nodes() local
/Linux-v5.15/net/ipv4/
Dipmr.c786 static void ipmr_update_thresholds(struct mr_table *mrt, struct mr_mfc *cache, in ipmr_update_thresholds()
1273 struct mfc_cache *cache; in mroute_clean_tables() local
2073 struct mfc_cache *cache; in ip_mr_input() local
2236 struct mfc_cache *cache; in ipmr_get_route() local
2521 struct mfc_cache *cache; in ipmr_rtm_getroute() local
/Linux-v5.15/net/mac80211/
Drx.c2143 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_init_frag_cache()
2151 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_destroy_frag_cache()
2160 ieee80211_reassemble_add(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_add()
2185 ieee80211_reassemble_find(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_find()
2242 struct ieee80211_fragment_cache *cache = &rx->sdata->frags; in ieee80211_rx_h_defragment() local
/Linux-v5.15/include/net/netfilter/
Dnf_conntrack_ecache.h23 unsigned long cache; /* bitops want long */ member
/Linux-v5.15/fs/9p/
Dv9fs.h89 unsigned int cache; member
/Linux-v5.15/net/ipv6/
Drpl_iptunnel.c20 struct dst_cache cache; member

1234567891011