代码搜索:current

找到约 10,000 项符合「current」的源代码

代码结果 10,000
www.eeworm.com/read/292705/3948090

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/292705/3948183

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/292705/3948299

h current.h

/* * BK Id: SCCS/s.current.h 1.5 05/17/01 18:14:24 cort */ #ifdef __KERNEL__ #ifndef _PPC_CURRENT_H #define _PPC_CURRENT_H /* * We keep `current' in r2 for speed. */ register struct task_struct *
www.eeworm.com/read/292073/3959420

php current.php

www.eeworm.com/read/288937/3998994

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/439082/1814778

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/439082/1814879

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/439082/1815053

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/439082/1815206

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/439082/1815358

h current.h

#ifndef _SPARC64_CURRENT_H #define _SPARC64_CURRENT_H /* Sparc rules... */ register struct task_struct *current asm("g6"); #endif /* !(_SPARC64_CURRENT_H) */