Searched refs:cache (Results 376 - 391 of 391) sorted by relevance

<<111213141516

/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_systrace_args.c1334 uarg[2] = (intptr_t)p->cache; /* void * */
H A Dlinux_proto.h645 char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)]; member in struct:linux_getcpu_args
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1847 struct ib_cache cache; member in struct:ib_device
2115 * structure to avoid cache line misses when accessing struct ib_device
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1450 cache(D, computation, LV);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c40 #include <linux/cache.h>
145 [12] = "Large cache line (>64B) CQE stride support",
146 [13] = "Large cache line (>64B) EQE stride support",
H A Dmlx4_main.c49 #include <linux/cache.h>
/freebsd-13-stable/sys/mips/mips/
H A Dpmap.c101 #include <machine/cache.h>
1773 * Write back all cache lines from the page being unmapped.
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h1107 char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)]; member in struct:linux_getcpu_args
H A Dlinux_systrace_args.c2301 uarg[2] = (intptr_t)p->cache; /* void * */
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2260 uarg[2] = (intptr_t)p->cache; /* void * */
H A Dlinux32_proto.h1112 char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)]; member in struct:linux_getcpu_args
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_proto.h1105 char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)]; member in struct:linux_getcpu_args
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h1176 char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)]; member in struct:linux_getcpu_args
H A Dlinux_systrace_args.c2377 uarg[2] = (intptr_t)p->cache; /* void * */
/freebsd-13-stable/sys/kern/
H A Dvfs_cache.c199 * - there is a simple scheme to evict negative entries as the cache is approaching
202 * which loses the name cache entries when it perhaps should not. in case of tmpfs
210 static SYSCTL_NODE(_vfs, OID_AUTO, cache, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
211 "Name cache");
257 * This structure describes the elements in the cache of recent
285 * to be stored. The nc_dotdottime field is used when a cache entry is mapping
407 "Name cache parameters");
442 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */
444 struct nchstats nchstats; /* cache effectiveness statistics */
518 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
[all...]
/freebsd-13-stable/contrib/ldns/
H A DMakefile.in428 rm -fr autom4te.cache

Completed in 523 milliseconds

<<111213141516