代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3597402
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/316872/3597734
h current.h
#ifndef __ASM_AVR32_CURRENT_H
#define __ASM_AVR32_CURRENT_H
#include
struct task_struct;
inline static struct task_struct * get_current(void)
{
return current_thread_info()->
www.eeworm.com/read/316872/3597865
h current.h
#ifndef _SPARC64_CURRENT_H
#define _SPARC64_CURRENT_H
#include
register struct task_struct *current asm("g4");
#endif /* !(_SPARC64_CURRENT_H) */
www.eeworm.com/read/316872/3599250
h current.h
#ifndef __ASM_SH64_CURRENT_H
#define __ASM_SH64_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
www.eeworm.com/read/316872/3599353
h current.h
/*
* include/asm-xtensa/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 mor
www.eeworm.com/read/316872/3599506
h current.h
#ifndef _ASM_IA64_CURRENT_H
#define _ASM_IA64_CURRENT_H
/*
* Modified 1998-2000
* David Mosberger-Tang , Hewlett-Packard Co
*/
#include
/*
* In kernel mode
www.eeworm.com/read/316872/3599643
h current.h
#ifndef _M68KNOMMU_CURRENT_H
#define _M68KNOMMU_CURRENT_H
/*
* current.h
* (C) Copyright 2000, Lineo, David McCullough
* (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com)
*
www.eeworm.com/read/316872/3599783
h current.h
#ifndef _ASM_M32R_CURRENT_H
#define _ASM_M32R_CURRENT_H
#include
struct task_struct;
static __inline__ struct task_struct *get_current(void)
{
return current_thread_info()->t
www.eeworm.com/read/316872/3599967
h current.h
#ifndef _CRIS_CURRENT_H
#define _CRIS_CURRENT_H
#include
struct task_struct;
static inline struct task_struct * get_current(void)
{
return current_thread_info()->task;
www.eeworm.com/read/316872/3600262
h current.h
#ifndef _M68K_CURRENT_H
#define _M68K_CURRENT_H
register struct task_struct *current __asm__("%a2");
#endif /* !(_M68K_CURRENT_H) */