代码搜索:Torvalds
找到约 10,000 项符合「Torvalds」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4970509
h semaphore-helper.h
#ifndef _M68K_SEMAPHORE_HELPER_H
#define _M68K_SEMAPHORE_HELPER_H
/*
* SMP- and interrupt-safe semaphores helper functions.
*
* (C) Copyright 1996 Linus Torvalds
*
* m68k version by Andreas Schw
www.eeworm.com/read/205820/5023523
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/198501/5086914
c write.c
/*
* linux/lib/write.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
_syscall3(int,write,int,fd,const char *,buf,off_t,
www.eeworm.com/read/198501/5086955
s head.s
/*
* linux/boot/head.S
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* head.S contains the 32-bit startup code.
*/
.text
.globl _idt,_gdt,
.globl _swapper_pg_dir,_pg0
.globl _empty_bad
www.eeworm.com/read/198501/5087084
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/198501/5087113
c ptrace.c
/* ptrace.c */
/* By Ross Biro 1/23/92 */
/* edited by Linus Torvalds */
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/198501/5087171
c stat.c
/*
* linux/fs/stat.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/195013/5117330
c fault.c
/*
* linux/arch/alpha/mm/fault.c
*
* Copyright (C) 1995 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/195013/5117536
c fault.c
/*
* linux/arch/i386/mm/fault.c
*
* Copyright (C) 1995 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/195013/5118151
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