Home
last modified time | relevance | path

Searched refs:cache_entry (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.c36 struct cache_entry { struct
104 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
112 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
123 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
139 struct cache_entry *ce; in flush_cache_ents()
154 struct cache_entry *ce; in dfscache_proc_show()
225 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
236 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
292 sizeof(struct cache_entry), 0, in dfs_cache_init()
333 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c1198 struct mmio_hpte_cache_entry *cache_entry = NULL; in kvmppc_hpte_hv_fault() local
1206 cache_entry = mmio_cache_search(vcpu, addr, slb_v, mmio_update); in kvmppc_hpte_hv_fault()
1208 if (cache_entry) { in kvmppc_hpte_hv_fault()
1209 index = cache_entry->pte_index; in kvmppc_hpte_hv_fault()
1210 v = cache_entry->hpte_v; in kvmppc_hpte_hv_fault()
1211 r = cache_entry->hpte_r; in kvmppc_hpte_hv_fault()
1212 gr = cache_entry->rpte; in kvmppc_hpte_hv_fault()
1269 vcpu->arch.pgfault_cache = cache_entry; in kvmppc_hpte_hv_fault()
1274 if (!cache_entry) { in kvmppc_hpte_hv_fault()
1282 cache_entry = next_mmio_cache_entry(vcpu); in kvmppc_hpte_hv_fault()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c217 struct nfs_cache_array_entry *cache_entry; in nfs_readdir_add_to_array() local
220 cache_entry = &array->array[array->size]; in nfs_readdir_add_to_array()
224 if ((char *)&cache_entry[1] - (char *)page_address(page) > PAGE_SIZE) in nfs_readdir_add_to_array()
227 cache_entry->cookie = entry->prev_cookie; in nfs_readdir_add_to_array()
228 cache_entry->ino = entry->ino; in nfs_readdir_add_to_array()
229 cache_entry->d_type = entry->d_type; in nfs_readdir_add_to_array()
230 ret = nfs_readdir_make_qstr(&cache_entry->string, entry->name, entry->len); in nfs_readdir_add_to_array()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgnan.c8522 wl_nan_disc_expired_cache_entry_t *cache_entry = NULL; in wl_cfgnan_notify_nan_status() local
8530 (xtlv_len >= sizeof(*cache_entry))) { in wl_cfgnan_notify_nan_status()
8531 cache_entry = &cache_data->cache_exp_list[entry_idx]; in wl_cfgnan_notify_nan_status()
8534 " l_id:%d r_id:%d\n", MAC2STRDBG(&cache_entry->r_nmi_addr), in wl_cfgnan_notify_nan_status()
8535 cache_entry->l_sub_id, cache_entry->r_pub_id)); in wl_cfgnan_notify_nan_status()
8537 wl_cfgnan_ranging_clear_publish(cfg, &cache_entry->r_nmi_addr, in wl_cfgnan_notify_nan_status()
8538 cache_entry->l_sub_id); in wl_cfgnan_notify_nan_status()
8541 wl_cfgnan_remove_disc_result(cfg, cache_entry->l_sub_id); in wl_cfgnan_notify_nan_status()
8542 xtlv_len = xtlv_len - sizeof(*cache_entry); in wl_cfgnan_notify_nan_status()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgnan.c8522 wl_nan_disc_expired_cache_entry_t *cache_entry = NULL; in wl_cfgnan_notify_nan_status() local
8530 (xtlv_len >= sizeof(*cache_entry))) { in wl_cfgnan_notify_nan_status()
8531 cache_entry = &cache_data->cache_exp_list[entry_idx]; in wl_cfgnan_notify_nan_status()
8534 " l_id:%d r_id:%d\n", MAC2STRDBG(&cache_entry->r_nmi_addr), in wl_cfgnan_notify_nan_status()
8535 cache_entry->l_sub_id, cache_entry->r_pub_id)); in wl_cfgnan_notify_nan_status()
8537 wl_cfgnan_ranging_clear_publish(cfg, &cache_entry->r_nmi_addr, in wl_cfgnan_notify_nan_status()
8538 cache_entry->l_sub_id); in wl_cfgnan_notify_nan_status()
8541 wl_cfgnan_remove_disc_result(cfg, cache_entry->l_sub_id); in wl_cfgnan_notify_nan_status()
8542 xtlv_len = xtlv_len - sizeof(*cache_entry); in wl_cfgnan_notify_nan_status()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch40 struct cache_entry
H A Dendian-ness_handling.patch379 struct cache_entry
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch535 struct cache_entry *e = node->cache;