代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/292705/3945037
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/292705/3945190
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/292705/3945342
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/292705/3946975
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
www.eeworm.com/read/292705/3947074
h current.h
#ifndef _I386_CURRENT_H
#define _I386_CURRENT_H
struct task_struct;
static inline struct task_struct * get_current(void)
{
struct task_struct *current;
__asm__("andl %%esp,%0; ":"=r" (current) : "
www.eeworm.com/read/292705/3947174
h current.h
#ifndef _CRIS_CURRENT_H
#define _CRIS_CURRENT_H
struct task_struct;
static inline struct task_struct * get_current(void)
{
struct task_struct *current;
__asm__("and.d $sp,%0; ":"=r"
www.eeworm.com/read/292705/3947270
h current.h
#ifndef _M68K_CURRENT_H
#define _M68K_CURRENT_H
register struct task_struct *current __asm__("%a2");
#endif /* !(_M68K_CURRENT_H) */
www.eeworm.com/read/292705/3947435
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/292705/3947729
h current.h
#ifndef _ASMARM_CURRENT_H
#define _ASMARM_CURRENT_H
static inline struct task_struct *get_current(void) __attribute__ (( __const__ ));
static inline struct task_struct *get_current(void)
{
register
www.eeworm.com/read/292705/3947989
h current.h
#ifndef _ALPHA_CURRENT_H
#define _ALPHA_CURRENT_H
register struct task_struct *current __asm__("$8");
#endif /* !(_ALPHA_CURRENT_H) */