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:SG_END
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
scatterlist.h
65
#define
SG_END
0x02UL
macro
73
#define sg_is_last(sg) ((sg)->page_link &
SG_END
)
75
((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN |
SG_END
)))
89
unsigned long page_link = sg->page_link & (SG_CHAIN |
SG_END
);
in sg_assign_page()
95
BUG_ON((unsigned long) page & (SG_CHAIN |
SG_END
));
in sg_assign_page()
129
return (struct page *)((sg)->page_link & ~(SG_CHAIN |
SG_END
));
in sg_page()
181
chain_sg->page_link = ((unsigned long) sgl | SG_CHAIN) & ~
SG_END
;
in __sg_chain()
214
sg->page_link |=
SG_END
;
in sg_mark_end()
228
sg->page_link &= ~
SG_END
;
in sg_unmark_end()
/kernel/linux/linux-6.6/include/linux/
H
A
D
scatterlist.h
68
#define
SG_END
0x02UL
macro
75
#define SG_PAGE_LINK_MASK (SG_CHAIN |
SG_END
)
94
return __sg_flags(sg) &
SG_END
;
in sg_is_last()
109
unsigned long page_link = sg->page_link & (SG_CHAIN |
SG_END
);
in sg_assign_page()
225
chain_sg->page_link = ((unsigned long) sgl | SG_CHAIN) & ~
SG_END
;
in __sg_chain()
258
sg->page_link |=
SG_END
;
in sg_mark_end()
272
sg->page_link &= ~
SG_END
;
in sg_unmark_end()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
loop6.c
27
#define
SG_END
0x02UL
macro
36
#define sg_is_last(sg) ((sg)->page_link &
SG_END
)
38
((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN |
SG_END
)))
Completed in 3 milliseconds