代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/432906/1888457
h current.h
/******************************************************************************
* current.h
*
* Information structure that lives at the bottom of the per-cpu Xen stack.
*/
#ifndef __X86_CURRENT_
www.eeworm.com/read/432906/1888677
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/432906/1888848
h current.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/430518/1923756
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/430518/1923857
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/430518/1924031
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/430518/1924184
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/430518/1924336
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/430518/1925981
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/430518/1926080
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) : "