代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3600438
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/316872/3600555
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/316872/3600995
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/316872/3601626
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/316872/3601758
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/316872/3601906
h current.h
#ifndef _ASM_POWERPC_CURRENT_H
#define _ASM_POWERPC_CURRENT_H
#ifdef __KERNEL__
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pub
www.eeworm.com/read/316872/3602113
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/316872/3602218
h current.h
/* current.h: FRV current task pointer
*
* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redist
www.eeworm.com/read/316872/3602376
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
www.eeworm.com/read/316872/3602841
h current.h
#ifndef _BLACKFIN_CURRENT_H
#define _BLACKFIN_CURRENT_H
/*
* current.h
* (C) Copyright 2000, Lineo, David McCullough
*
* rather than dedicate a register (as the m68k source does