代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4967794
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/209559/4968273
h msr.h
#ifndef X86_64_MSR_H
#define X86_64_MSR_H 1
#ifndef __ASSEMBLY__
/*
* Access to machine-specific registers (available on 586 and better only)
* Note: the rd* operations modify the parameters direct
www.eeworm.com/read/209559/4971712
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/209559/4971881
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/209559/4972047
h atomic.h
/*
* PowerPC atomic operations
*/
#ifndef _ASM_PPC_ATOMIC_H_
#define _ASM_PPC_ATOMIC_H_
typedef struct { volatile int counter; } atomic_t;
#ifdef __KERNEL__
#define ATOMIC_INIT(i) { (i) }
#defi
www.eeworm.com/read/209559/4973886
c inode.c
/*
* fs/bfs/inode.c
* BFS superblock and inode operations.
* Copyright (C) 1999,2000 Tigran Aivazian
* From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds.
*/
#include
www.eeworm.com/read/209559/4974356
c mount.c
/*
* mount.c - operations for initializing and mounting sysfs.
*/
#define DEBUG
#include
#include
#include
#include
#include "sysfs.
www.eeworm.com/read/205824/5018395
c card.c
/*
Sound card operations
http://www.cae.wisc.edu/~brodskye/sb16doc/sb16doc.html
*/
#include
#include "sndblst.h"
VOID SetOutputSampleRate(ULONG BasePort, ULONG SampleRate
www.eeworm.com/read/195013/5117410
c bitops.c
/* atomic.c: atomic operations which got too long to be inlined all over
* the place.
*
* Copyright 1999 Philipp Rumpf (prumpf@tux.org */
#include
#include
#incl
www.eeworm.com/read/195013/5118456
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