代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4970074
h current.h
#ifndef _I386_CURRENT_H
#define _I386_CURRENT_H
#include
struct task_struct;
static inline struct task_struct * get_current(void)
{
return current_thread_info()->task;
}
#d
www.eeworm.com/read/209559/4970335
h current.h
#ifndef _CRIS_CURRENT_H
#define _CRIS_CURRENT_H
#include
struct task_struct;
extern inline struct task_struct * get_current(void)
{
return current_thread_info()->task;
www.eeworm.com/read/209559/4970466
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/209559/4970640
h current.h
/*
* include/asm-v850/current.h -- Current task
*
* Copyright (C) 2001,02 NEC Corporation
* Copyright (C) 2001,02 Miles Bader
*
* This file is subject to the terms and condit
www.eeworm.com/read/209559/4970744
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/209559/4971049
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/4971440
h current.h
#ifndef _ALPHA_CURRENT_H
#define _ALPHA_CURRENT_H
#include
#define get_current() (current_thread_info()->task + 0)
#define current get_current()
#endif /* _ALPHA_CURRENT_H */
www.eeworm.com/read/209559/4971562
h current.h
#ifndef _PARISC_CURRENT_H
#define _PARISC_CURRENT_H
#include
struct task_struct;
static inline struct task_struct * get_current(void)
{
return current_thread_info()->task;
}
www.eeworm.com/read/209559/4971671
h current.h
#ifndef _H8300_CURRENT_H
#define _H8300_CURRENT_H
/*
* current.h
* (C) Copyright 2000, Lineo, David McCullough
* (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com)
*
* rather
www.eeworm.com/read/209559/4971813
h current.h
#ifndef __ASM_SH_CURRENT_H
#define __ASM_SH_CURRENT_H
/*
* Copyright (C) 1999 Niibe Yutaka
*
*/
#include
struct task_struct;
static __inline__ struct task_struct * get_cur