代码搜索:Torvalds
找到约 10,000 项符合「Torvalds」的源代码
代码结果 10,000
www.eeworm.com/read/350097/3133471
h delay.h
#ifndef _I386_DELAY_H
#define _I386_DELAY_H
/*
* Copyright (C) 1993 Linus Torvalds
*
* Delay routines calling functions in arch/i386/lib/delay.c
*/
extern void __bad_udelay(void);
extern void
www.eeworm.com/read/350097/3133618
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/347120/3175608
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/347120/3175630
c inode.c
/*
* linux/fs/minix/inode.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/347120/3175631
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/346508/3181751
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/346508/3181773
c inode.c
/*
* linux/fs/minix/inode.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/346508/3181774
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/343891/3214642
c _exit.c
/*
* linux/lib/_exit.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
volatile void _exit(int exit_code)
{
__asm__("int $0x80"::"a" (__NR_exit),"b" (exit_code));
}
www.eeworm.com/read/343891/3214693
c tty_ioctl.c
/*
* linux/kernel/chr_drv/tty_ioctl.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#includ