代码搜索:Torvalds
找到约 10,000 项符合「Torvalds」的源代码
代码结果 10,000
www.eeworm.com/read/385462/2591444
h bitops.h
#ifndef _X86_BITOPS_H
#define _X86_BITOPS_H
/*
* Copyright 1992, Linus Torvalds.
*/
#include
#ifdef CONFIG_SMP
#define LOCK_PREFIX "lock ; "
#else
#define LOCK_PREFIX ""
#endif
/*
www.eeworm.com/read/372858/2768882
h irq.h
#ifndef _ASM_IRQ_H
#define _ASM_IRQ_H
/*
* linux/include/asm/irq.h
*
* (C) 1992, 1993 Linus Torvalds
*/
#include
#include
extern void disable_irq(unsigned in
www.eeworm.com/read/369770/2795944
c tty_ioctl.c
/*
* linux/kernel/chr_drv/tty_ioctl.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/368386/2815807
c fault.c
/*
* linux/arch/alpha/mm/fault.c
*
* Copyright (C) 1995 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/368386/2816000
c fault.c
/*
* linux/arch/i386/mm/fault.c
*
* Copyright (C) 1995 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/368386/2816591
c chrp_time.c
/*
* BK Id: SCCS/s.chrp_time.c 1.10 09/08/01 15:47:42 paulus
*/
/*
* linux/arch/i386/kernel/time.c
*
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
*
* Adapted for PowerPC (PreP) by Gary Th
www.eeworm.com/read/368386/2816599
c process.c
/*
* BK Id: SCCS/s.process.c 1.34 11/23/01 16:38:29 paulus
*/
/*
* linux/arch/ppc/kernel/process.c
*
* Derived from "arch/i386/kernel/process.c"
* Copyright (C) 1995 Linus Torvalds
*
*
www.eeworm.com/read/368386/2816641
c m8xx_setup.c
/*
* BK Id: SCCS/s.m8xx_setup.c 1.40 11/13/01 21:26:07 paulus
*
* linux/arch/ppc/kernel/setup.c
*
* Copyright (C) 1995 Linus Torvalds
* Adapted from 'alpha' version by Gary Thomas
* Modifi
www.eeworm.com/read/368386/2816657
c prep_time.c
/*
* BK Id: SCCS/s.prep_time.c 1.10 09/08/01 15:47:42 paulus
*/
/*
* linux/arch/i386/kernel/time.c
*
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
*
* Adapted for PowerPC (PreP) by Gary Th
www.eeworm.com/read/362989/2924531
h ide.h
#ifndef _IDE_H
#define _IDE_H
/*
* linux/include/linux/ide.h
*
* Copyright (C) 1994-2002 Linus Torvalds & authors
*/
#include
#include
#include