代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4967653
h current.h
#ifndef _ASMARM_CURRENT_H
#define _ASMARM_CURRENT_H
#include
static inline struct task_struct *get_current(void) __attribute_const__;
static inline struct task_struct *get_cur
www.eeworm.com/read/209559/4967771
h current.h
/*
* include/asm-sparc/current.h
*
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Copyright (C) 2002 Pete Zaitcev (zaitcev@yahoo.com)
*
* Derived from "include/asm-s3
www.eeworm.com/read/209559/4968023
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/209559/4968287
h current.h
#ifndef _X86_64_CURRENT_H
#define _X86_64_CURRENT_H
#if !defined(__ASSEMBLY__)
struct task_struct;
#include
static inline struct task_struct *get_current(void)
{
struct task_struct
www.eeworm.com/read/209559/4968426
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/209559/4969382
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/209559/4969515
h current.h
#ifndef _PPC64_CURRENT_H
#define _PPC64_CURRENT_H
#include
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/209559/4969711
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/209559/4969833
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/209559/4969967
h current.h
#ifndef _ASM_M32R_CURRENT_H
#define _ASM_M32R_CURRENT_H
/* $Id$ */
#include
struct task_struct;
static __inline__ struct task_struct *get_current(void)
{
return current_thre