Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:get_current
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
current.h
7
#define
get_current
() (current_thread_info()->task)
macro
8
#define current
get_current
()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
current.h
15
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
24
#define current
get_current
()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
current.h
20
static inline struct task_struct *
get_current
(void)
in get_current()
function
25
#define current
get_current
()
H
A
D
entry.h
228
#define GET_CURRENT(tmp)
get_current
tmp
229
.macro
get_current
reg=%d0
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
current.h
15
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
24
#define current
get_current
()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
current.h
8
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
17
#define current
get_current
()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
current.h
8
#define
get_current
() (current_thread_info()->task)
macro
9
#define current
get_current
()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
current.h
29
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
34
#define current
get_current
()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
current.h
13
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
18
#define current
get_current
()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
current.h
20
static inline struct task_struct *
get_current
(void)
in get_current()
function
25
#define current
get_current
()
H
A
D
entry.h
228
#define GET_CURRENT(tmp)
get_current
tmp
229
.macro
get_current
reg=%d0
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
current.h
22
static inline struct task_struct *
get_current
(void)
in get_current()
function
27
#define current
get_current
()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
current.h
15
static inline struct task_struct *
get_current
(void)
in get_current()
function
19
/*
get_current
can be cached by the compiler, so no volatile */
in get_current()
26
#define current
get_current
()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
current.h
15
static inline struct task_struct *
get_current
(void)
in get_current()
function
19
/*
get_current
can be cached by the compiler, so no volatile */
in get_current()
26
#define current
get_current
()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
current.h
29
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
34
#define current
get_current
()
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
current.h
22
static inline struct task_struct *
get_current
(void)
in get_current()
function
27
#define current
get_current
()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
current.h
17
static __always_inline __attribute_const__ struct task_struct *
get_current
(void)
in get_current()
function
67
#define current
get_current
()
H
A
D
assembler.h
221
get_current
\rd
328
*
get_current
- load the task pointer of this CPU's current task
330
.macro
get_current
, rd:req
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
current.h
39
static __always_inline struct task_struct *
get_current
(void)
in get_current()
function
44
#define current
get_current
()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
current.h
23
# define
get_current
() current
macro
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
current.h
23
# define
get_current
() current
macro
/kernel/linux/linux-5.10/arch/um/kernel/
H
A
D
time.c
600
if (
get_current
()->mm != NULL)
in um_timer()
603
os_alarm_process(
get_current
()->mm->context.id.u.pid);
in um_timer()
/kernel/linux/linux-6.6/arch/um/kernel/
H
A
D
time.c
719
if (
get_current
()->mm != NULL)
in um_timer()
722
os_alarm_process(
get_current
()->mm->context.id.u.pid);
in um_timer()
/kernel/linux/linux-5.10/arch/xtensa/mm/
H
A
D
tlb.c
169
struct task_struct *task =
get_current
();
in get_pte_for_vaddr()
/kernel/linux/linux-6.6/arch/xtensa/mm/
H
A
D
tlb.c
176
struct task_struct *task =
get_current
();
in get_pte_for_vaddr()
Completed in 9 milliseconds
1
2