代码搜索:current

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

代码结果 10,000
www.eeworm.com/read/179911/5299417

h current.h

#ifndef __ASM_SH_CURRENT_H #define __ASM_SH_CURRENT_H /* * Copyright (C) 1999 Niibe Yutaka * */ struct task_struct; static __inline__ struct task_struct * get_current(void) { struct task_struct
www.eeworm.com/read/179911/5299517

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/169028/5428987

asm current.asm

;******************************************************** ; PROJECT NAME : nimh charger * ; Author : borg * ; VERSION : V0.0 * ; BODY : SN8P2704a * ; COMPILER : 1.99N
www.eeworm.com/read/350097/3132166

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/350097/3132329

h current.h

/* $Id: current.h,v 1.3 1999/12/04 03:59:12 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of thi
www.eeworm.com/read/350097/3132452

h current.h

/* $Id: current.h,v 1.5 1999/07/26 19:42:43 harald Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of t
www.eeworm.com/read/350097/3132592

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/350097/3133372

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/350097/3133470

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/350097/3133581

h current.h

#ifndef _M68K_CURRENT_H #define _M68K_CURRENT_H register struct task_struct *current __asm__("%a2"); #endif /* !(_M68K_CURRENT_H) */