代码搜索:Cache

找到约 10,000 项符合「Cache」的源代码

代码结果 10,000
www.eeworm.com/read/480930/1310287

h cache.h

/* * linux/include/asm-arm/cache.h */ #ifndef __ASMARM_CACHE_H #define __ASMARM_CACHE_H #define L1_CACHE_BYTES 32 #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACH
www.eeworm.com/read/480930/1310547

h cache.h

/* * include/asm-alpha/cache.h */ #ifndef __ARCH_ALPHA_CACHE_H #define __ARCH_ALPHA_CACHE_H #include /* Bytes per L1 (data) cache line. */ #if defined(CONFIG_ALPHA_GENERIC) || def
www.eeworm.com/read/480930/1310647

h cache.h

/* * include/asm-parisc/cache.h */ #ifndef __ARCH_PARISC_CACHE_H #define __ARCH_PARISC_CACHE_H /* ** XXX FIXME : L1_CACHE_BYTES (cacheline size) should be a boot time thing. ** ** 32-bit on PA2.0
www.eeworm.com/read/480930/1310741

h cache.h

/* $Id: cache.h,v 1.3 2000/07/04 06:24:49 gniibe Exp $ * * include/asm-sh/cache.h * * Copyright 1999 (C) Niibe Yutaka */ #ifndef __ASM_SH_CACHE_H #define __ASM_SH_CACHE_H /* bytes per L1 cache l
www.eeworm.com/read/480930/1310856

h cache.h

/* * BK Id: SCCS/s.cache.h 1.10 10/18/01 15:02:09 trini */ /* * include/asm-ppc/cache.h */ #ifdef __KERNEL__ #ifndef __ARCH_PPC_CACHE_H #define __ARCH_PPC_CACHE_H #include #inclu
www.eeworm.com/read/480930/1311189

c cache.c

/* * cache.c * * Copyright (C) 1997 by Bill Hawes * * Routines to support directory cacheing using the page cache. * This cache code is almost directly taken from ncpfs. * * Please add a note
www.eeworm.com/read/480930/1311974

c cache.c

/* * * * Copyright (C) 2000 Stelias Computing, Inc. * Copyright (C) 2000 Red Hat, Inc. * * */ #define __NO_VERSION__ #include #include #include #in
www.eeworm.com/read/480930/1312155

c cache.c

/* * linux/fs/fat/cache.c * * Written 1992,1993 by Werner Almesberger * * Mar 1999. AV. Changed cache, so that it uses the starting cluster instead * of inode number. * May 1999. AV. Fixed
www.eeworm.com/read/480930/1312164

c cache.c

/* * Cache operations for Coda. * For Linux 2.1: (C) 1997 Carnegie Mellon University * For Linux 2.3: (C) 2000 Carnegie Mellon University * * Carnegie Mellon encourages users of this code to cont
www.eeworm.com/read/480017/1323677

java cache.java

//$Id: Cache.java 6478 2005-04-21 07:57:19Z oneovthafew $ package org.hibernate.cache; import java.util.Map; /** * Implementors define a caching algorithm. All implementors * must be