OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stackleft
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_proc.c
1718
int
stackleft
;
local in function:kstack_check_magic
1734
stackleft
= (void *)KSTACK_LOWEST_ADDR(l) + KSTACK_SIZE - (void *)ip;
1743
stackleft
= ((const char *)ip) - (const char *)KSTACK_LOWEST_ADDR(l);
1746
if (kstackleftmin >
stackleft
) {
1747
kstackleftmin =
stackleft
;
1748
if (
stackleft
< kstackleftthres)
1750
"(pid %u:lid %u)\n",
stackleft
,
1754
if (
stackleft
<= 0) {
kern_proc.c
1718
int
stackleft
;
local in function:kstack_check_magic
1734
stackleft
= (void *)KSTACK_LOWEST_ADDR(l) + KSTACK_SIZE - (void *)ip;
1743
stackleft
= ((const char *)ip) - (const char *)KSTACK_LOWEST_ADDR(l);
1746
if (kstackleftmin >
stackleft
) {
1747
kstackleftmin =
stackleft
;
1748
if (
stackleft
< kstackleftthres)
1750
"(pid %u:lid %u)\n",
stackleft
,
1754
if (
stackleft
<= 0) {
Completed in 28 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025