代码搜索:current

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

代码结果 10,000
www.eeworm.com/read/209559/4971980

h current.h

#ifdef __KERNEL__ #ifndef _PPC_CURRENT_H #define _PPC_CURRENT_H /* * We keep `current' in r2 for speed. */ register struct task_struct *current asm ("r2"); #endif /* !(_PPC_CURRENT_H) */ #endif /*
www.eeworm.com/read/209559/4972254

h current.h

/* * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #ifndef __UM_CURRENT_H #define __UM_CURRENT_H #ifndef __ASSEMBLY__ struct thread_info; #include "linux/config.h
www.eeworm.com/read/204040/5036430

sts current.sts

[shared-] pmark= version=2 [debug-] target="d:\il\driver\interdos.exe" genericbp='E 0xF80:0x41EB genericbp='E 0xF80:0x41ED genericbp='E 0xF80:0x41FC [cv] wndstate=0 1 0 2 0 0 0 1 0 1 2
www.eeworm.com/read/200288/5067504

h current.h

/* * U-boot - current.h * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redist
www.eeworm.com/read/195013/5118335

h current.h

/* * include/asm-s390/current.h * * S390 version * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * * Der
www.eeworm.com/read/195013/5118436

h current.h

#ifndef _SPARC_CURRENT_H #define _SPARC_CURRENT_H /* Sparc rules... */ register struct task_struct *current asm("g6"); #endif /* !(_SPARC_CURRENT_H) */
www.eeworm.com/read/195013/5118610

h current.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998
www.eeworm.com/read/195013/5118763

h current.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998
www.eeworm.com/read/195013/5118915

h current.h

#ifndef _SPARC64_CURRENT_H #define _SPARC64_CURRENT_H /* Sparc rules... */ register struct task_struct *current asm("g6"); #endif /* !(_SPARC64_CURRENT_H) */
www.eeworm.com/read/195013/5120548

h current.h

#ifndef _ASM_IA64_CURRENT_H #define _ASM_IA64_CURRENT_H /* * Copyright (C) 1998-2000 Hewlett-Packard Co * Copyright (C) 1998-2000 David Mosberger-Tang */ /* In kernel mode, th