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:stackInfo
(Results
1 - 9
of
9
) sorted by relevance
/kernel/uniproton/src/core/kernel/task/
H
A
D
prt_task_info.c
80
OS_SEC_L4_TEXT void OsTaskStackPeakGet(struct TskStackInfo *
stackInfo
)
in OsTaskStackPeakGet()
argument
83
if (*(U32 *)
stackInfo
->top == OS_TSK_STACK_TOP_MAGIC) {
in OsTaskStackPeakGet()
84
stack = (U32 *)(
stackInfo
->top + sizeof(U32));
in OsTaskStackPeakGet()
85
while ((stack < (U32 *)
stackInfo
->sp) && (*stack == OS_TSK_STACK_MAGIC)) {
in OsTaskStackPeakGet()
89
stackInfo
->peakUsed = (U32)(
stackInfo
->bottom - (uintptr_t)stack);
in OsTaskStackPeakGet()
90
stackInfo
->ovf = FALSE;
in OsTaskStackPeakGet()
92
stackInfo
->peakUsed = OS_MAX_U32;
in OsTaskStackPeakGet()
93
stackInfo
->ovf = TRUE;
in OsTaskStackPeakGet()
99
OS_SEC_L4_TEXT U32 OsTaskStackInfoGet(TskHandle taskPid, struct TskStackInfo *
stackInfo
)
in OsTaskStackInfoGet()
argument
134
struct TskStackInfo
stackInfo
= {0};
OsTaskInfoStackGet()
local
[all...]
/kernel/liteos_a/kernel/base/misc/
H
A
D
los_stackinfo.c
111
VOID OsExcStackInfoReg(const StackInfo *
stackInfo
, UINT32 stackNum)
in OsExcStackInfoReg()
argument
113
g_stackInfo =
stackInfo
;
in OsExcStackInfoReg()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_stackinfo_pri.h
54
extern VOID OsExcStackInfoReg(const StackInfo *
stackInfo
, UINT32 stackNum);
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H
A
D
HalBtcOutSrc.h
365
struct btc_stack_info
stackInfo
;
member
H
A
D
hal_btcoex.c
791
pBtCoexist->
stackInfo
.bProfileNotified = false;
in EXhalbtcoutsrc_BindBtCoexWithAdapter()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H
A
D
HalBtcOutSrc.h
492
BTC_STACK_INFO
stackInfo
;
member
H
A
D
hal_btcoex.c
902
pBtCoexist->
stackInfo
.bProfileNotified = false;
in EXhalbtcoutsrc_BindBtCoexWithAdapter()
H
A
D
HalBtc8723b1Ant.c
2726
PBTC_STACK_INFO pStackInfo = &pBtCoexist->
stackInfo
;
in EXhalbtc8723b1ant_DisplayCoexInfo()
H
A
D
HalBtc8723b2Ant.c
2884
PBTC_STACK_INFO pStackInfo = &pBtCoexist->
stackInfo
;
in EXhalbtc8723b2ant_DisplayCoexInfo()
Completed in 14 milliseconds