Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h193 uptr cached = MaxCachedHint(s) * s; in Print() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhist.c92 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhist.c91 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local
/freebsd/usr.bin/sort/
H A Dcoll.h74 unsigned char cached[12]; member
/freebsd/sys/dev/ice/
H A Dice_fwlog.c248 struct ice_fwlog_module_entry *cached = update_cached_entries() local
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c218 caddr_t cached; in dtrace_ioctl() local
/freebsd/contrib/unbound/services/cache/
H A Drrset.c130 struct packed_rrset_data* cached = (struct packed_rrset_data*)cd; in need_to_update_rrset() local
H A Ddns.c1070 struct reply_info* cached = e->entry.data; in dns_cache_store() local
/freebsd/tests/sys/fs/fusefs/
H A Dnfs.cc178 TEST_F(Fhstat, cached) in TEST_F() argument
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.c232 bool cached = false; in ath11k_dp_srng_setup() local
H A Ddp.h68 u8 cached; member
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c999 int cached, struct regional* region, uint16_t udpsize, in reply_info_answer_encode()
H A Dmsgreply.c967 int cached, struct sldns_buffer *rmsg, struct sockaddr_storage* daddr, in log_reply_info()
/freebsd/contrib/ntp/sntp/
H A Dmain.c1551 static struct timeval cached; in gettimeofday_cached() local
/freebsd/contrib/wpa/src/crypto/
H A Dtls_gnutls.c703 char *cached; in server_ocsp_status_req() local
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h90 bool cached; member
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c153 unsigned long cached; /* page cache */ in linprocfs_domeminfo() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c655 boolean_t cached) in zfs_lookup()
4515 zfs_freebsd_lookup(struct vop_lookup_args *ap, boolean_t cached) in zfs_freebsd_lookup()
/freebsd/sys/amd64/amd64/
H A Dpmap.c10119 uint64_t cached; in pmap_pcid_alloc_checked() local
10143 uint64_t cached, cr3, kcr3, ucr3; in pmap_activate_sw_pcid_pti() local
10182 uint64_t cached, cr3; in pmap_activate_sw_pcid_nopti() local
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11950 dtrace_ecb_t *cached = dtrace_ecb_create_cache; local
17937 caddr_t cached; local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4118 auto cached = m_cached_module_specs.find(key); in GetModuleSpec() local