代码搜索:Cache

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

代码结果 10,000
www.eeworm.com/read/209559/4971769

h cache.h

/* * include/asm-sh/cpu-sh4/cache.h * * Copyright (C) 1999 Niibe Yutaka * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the m
www.eeworm.com/read/209559/4971794

h cache.h

/* $Id: cache.h,v 1.5 2003/07/16 04:08:29 lethal Exp $ * * include/asm-sh/cache.h * * Copyright 1999 (C) Niibe Yutaka * Copyright 2002, 2003 (C) Paul Mundt */ #ifndef __ASM_SH_CACHE_H #define __
www.eeworm.com/read/209559/4971802

h cache.h

/* * include/asm-sh/cpu-sh3/cache.h * * Copyright (C) 1999 Niibe Yutaka * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the m
www.eeworm.com/read/209559/4971926

h cache.h

/* * include/asm-sh/cpu-sh2/cache.h * * Copyright (C) 2003 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the mai
www.eeworm.com/read/209559/4971978

h cache.h

/* * include/asm-ppc/cache.h */ #ifdef __KERNEL__ #ifndef __ARCH_PPC_CACHE_H #define __ARCH_PPC_CACHE_H #include /* bytes per L1 cache line */ #if defined(CONFIG_8xx) || defined(C
www.eeworm.com/read/209559/4972252

h cache.h

#ifndef __UM_CACHE_H #define __UM_CACHE_H /* These are x86 numbers */ #define L1_CACHE_SHIFT 5 #define L1_CACHE_BYTES (1
www.eeworm.com/read/209559/4973613

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/209559/4974147

h cache.h

/* cache.h: AFS local cache management interface * * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you
www.eeworm.com/read/209559/4974431

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/209559/4974437

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