代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/318961/3560044
c namei.c
/* vi: set sw=4 ts=4: */
/*
* namei.c --- ext2fs directory lookup operations
*
* Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the
www.eeworm.com/read/316872/3584865
c tlb-sh4.c
/*
* arch/sh/mm/tlb-sh4.c
*
* SH-4 specific TLB operations
*
* Copyright (C) 1999 Niibe Yutaka
* Copyright (C) 2002 - 2007 Paul Mundt
*
* Released under the terms of the GNU GPL v2.0.
*/
#in
www.eeworm.com/read/316872/3584874
c tlb-sh3.c
/*
* arch/sh/mm/tlb-sh3.c
*
* SH-3 specific TLB operations
*
* Copyright (C) 1999 Niibe Yutaka
* Copyright (C) 2002 Paul Mundt
*
* Released under the terms of the GNU GPL v2.0.
*/
#include
www.eeworm.com/read/316872/3596767
h page.h
/* $Id: page.h,v 1.55 2000/10/30 21:01:41 davem Exp $
* page.h: Various defines and such for MMU operations on the Sparc for
* the Linux kernel.
*
* Copyright (C) 1995 David S. Miller (d
www.eeworm.com/read/316872/3598035
h task_io_accounting_ops.h
/*
* Task I/O accounting operations
*/
#ifndef __TASK_IO_ACCOUNTING_OPS_INCLUDED
#define __TASK_IO_ACCOUNTING_OPS_INCLUDED
#include
#ifdef CONFIG_TASK_IO_ACCOUNTING
static inline v
www.eeworm.com/read/316872/3601678
h atomic.h
#ifndef _ALPHA_ATOMIC_H
#define _ALPHA_ATOMIC_H
#include
#include
/*
* Atomic operations that C can't guarantee us. Useful for
* resource counting etc...
*
* But
www.eeworm.com/read/316872/3602159
h atomic.h
#ifndef __ARCH_H8300_ATOMIC__
#define __ARCH_H8300_ATOMIC__
/*
* Atomic operations that C can't guarantee us. Useful for
* resource counting etc..
*/
typedef struct { int counter; } atomic_t;
#d
www.eeworm.com/read/316872/3602452
h atomic.h
#ifndef __ASM_SH_ATOMIC_H
#define __ASM_SH_ATOMIC_H
/*
* Atomic operations that C can't guarantee us. Useful for
* resource counting etc..
*
*/
typedef struct { volatile int counter; } atomic_t
www.eeworm.com/read/316872/3602587
h spinlock.h
#ifndef __ASM_SPINLOCK_H
#define __ASM_SPINLOCK_H
#include
/*
* Simple spin lock operations.
*
* (the type definitions are in asm/raw_spinlock_types.h)
*/
#define __raw_spin_is_l
www.eeworm.com/read/316872/3605241
c inode.c
/*
* fs/bfs/inode.c
* BFS superblock and inode operations.
* Copyright (C) 1999-2006 Tigran Aivazian
* From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds.
*
*