代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/350097/3133739
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/350097/3133956
h current.h
#ifndef _ASMARM_CURRENT_H
#define _ASMARM_CURRENT_H
static inline struct task_struct *get_current(void) __attribute__ (( __const__ ));
static inline struct task_struct *get_current(void)
{
register
www.eeworm.com/read/350097/3134120
h current.h
#ifndef _ALPHA_CURRENT_H
#define _ALPHA_CURRENT_H
register struct task_struct *current __asm__("$8");
#endif /* !(_ALPHA_CURRENT_H) */
www.eeworm.com/read/350097/3134218
h current.h
#ifndef _PARISC_CURRENT_H
#define _PARISC_CURRENT_H
#include
struct task_struct;
static inline struct task_struct * get_current(void)
{
struct task_struct *current;
asm("copy 3
www.eeworm.com/read/350097/3134307
h current.h
#ifndef __ASM_SH_CURRENT_H
#define __ASM_SH_CURRENT_H
/*
* Copyright (C) 1999 Niibe Yutaka
*
*/
struct task_struct;
static __inline__ struct task_struct * get_current(void)
{
struct task_struct
www.eeworm.com/read/350097/3134407
h current.h
#ifdef __KERNEL__
#ifndef _PPC_CURRENT_H
#define _PPC_CURRENT_H
/*
* We keep `current' in r2 for speed.
*/
register struct task_struct *current asm ("r2");
#endif /* !(_PPC_CURRENT_H) */
#endif /*
www.eeworm.com/read/337276/3342381
swift_current
# created by tools/tclZIC.tcl - do not edit
set TZData(:America/Swift_Current) {
{-9223372036854775808 -25880 0 LMT}
{-2030201320 -25200 0 MST}
{-1632063600 -21600 1 MDT}
{-1614787200
www.eeworm.com/read/316872/3596741
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/316872/3596961
h current.h
#ifdef CONFIG_X86_32
# include "current_32.h"
#else
# include "current_64.h"
#endif