代码搜索:Torvalds

找到约 10,000 项符合「Torvalds」的源代码

代码结果 10,000
www.eeworm.com/read/316872/3588442

c iomap.c

/* * ppc64 "iomap" interface implementation. * * (C) Copyright 2004 Linus Torvalds */ #include #include #include #include #include
www.eeworm.com/read/316872/3590245

c signal.c

/* * linux/arch/m32r/kernel/signal.c * * Copyright (c) 2003 Hitoshi Yamamoto * * Taken from i386 version. * Copyright (C) 1991, 1992 Linus Torvalds * * 1997-11-28 Modified for POSIX.1b
www.eeworm.com/read/316872/3596968

h delay.h

#ifndef _ASM_X86_DELAY_H #define _ASM_X86_DELAY_H /* * Copyright (C) 1993 Linus Torvalds * * Delay routines calling functions in arch/x86/lib/delay.c */ /* Undefined functions to get compile-tim
www.eeworm.com/read/316872/3597209

h bitops_64.h

#ifndef _X86_64_BITOPS_H #define _X86_64_BITOPS_H /* * Copyright 1992, Linus Torvalds. */ #ifndef _LINUX_BITOPS_H #error only can be included directly #endif #include
www.eeworm.com/read/316872/3598482

h ide.h

#ifndef _IDE_H #define _IDE_H /* * linux/include/linux/ide.h * * Copyright (C) 1994-2002 Linus Torvalds & authors */ #include #include #include
www.eeworm.com/read/316872/3599684

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/316872/3599740

h bitops.h

#ifndef _M68KNOMMU_BITOPS_H #define _M68KNOMMU_BITOPS_H /* * Copyright 1992, Linus Torvalds. */ #include #include /* swab32 */ #ifdef __KERNEL__ #ifndef _LIN
www.eeworm.com/read/316872/3599814

h semaphore.h

#ifndef _ASM_M32R_SEMAPHORE_H #define _ASM_M32R_SEMAPHORE_H #include #ifdef __KERNEL__ /* * SMP- and interrupt-safe semaphores.. * * Copyright (C) 1996 Linus Torvalds * Copyr
www.eeworm.com/read/316872/3600307

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/309211/3706436

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)); }