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:thread_info
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger_priv.h
20
#define THREAD_INFO(sp) ((struct
thread_info
*) \
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger_priv.h
51
#define THREAD_INFO(sp) ((struct
thread_info
*)((unsigned long)(sp) & ~(THREAD_SIZE - 1)))
H
A
D
fiq_debugger_arm.c
221
struct
thread_info
*real_thread_info = THREAD_INFO(ssp);
in fiq_debugger_dump_stacktrace()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
755
struct
thread_info
thread_info
;
member
1875
struct
thread_info
thread_info
;
member
1881
extern struct
thread_info
init_thread_info;
1887
static inline struct
thread_info
*task_thread_info(struct task_struct *task)
in task_thread_info()
1889
return &task->
thread_info
;
in task_thread_info()
1892
#define task_thread_info(task) ((struct
thread_info
*)(task)->stack)
1963
* See asm/
thread_info
.h for TIF_xxxx flags available:
2068
* Wrappers for p->
thread_info
[all...]
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H
A
D
process.c
45
#include <linux/
thread_info
.h>
638
struct
thread_info
*ti = task_thread_info(task);
in set_tagged_addr_ctrl()
672
struct
thread_info
*ti = task_thread_info(task);
in get_tagged_addr_ctrl()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_intf.h
57
hdmi_thread_info
thread_info
;
member
H
A
D
drv_hdmi_intf.c
1085
if (hdmi_dev->
thread_info
.thread_run == HI_FALSE) {
1086
hdmi_dev->
thread_info
.thread_exit = HI_TRUE;
1087
osal_wakeup(&hdmi_dev->
thread_info
.wait_destroy);
1095
if (hdmi_dev->
thread_info
.thread_timer_sate == HDMI_THREAD_STATE_STOP) {
1296
(hi_void)memset_s(&hdmi_dev->
thread_info
, sizeof(hdmi_dev->
thread_info
), 0, sizeof(hdmi_dev->
thread_info
));
1311
if (hdmi_dev->
thread_info
.thread_timer == HI_NULL) {
1329
hdmi_dev->
thread_info
.thread_run = HI_TRUE;
1330
osal_wait_init(&hdmi_dev->
thread_info
[all...]
H
A
D
drv_hdmi_proc.c
599
(hdmi_dev->
thread_info
.thread_timer_sate == HDMI_THREAD_STATE_RUN) ? STR_YES : STR_NO);
in proc_sw_status()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
488
struct
thread_info
*ti = task_thread_info(p);
in set_nr_and_not_polling()
500
struct
thread_info
*ti = task_thread_info(p);
in set_nr_if_polling()
Completed in 23 milliseconds