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_CHAIN
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
scatterlist.h
64
#define
SG_CHAIN
0x01UL
macro
72
#define sg_is_chain(sg) ((sg)->page_link &
SG_CHAIN
)
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()
215
sg->page_link &= ~
SG_CHAIN
;
in sg_mark_end()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
loop6.c
26
#define
SG_CHAIN
0x01UL
macro
35
#define sg_is_chain(sg) ((sg)->page_link &
SG_CHAIN
)
38
((struct scatterlist *) ((sg)->page_link & ~(
SG_CHAIN
| SG_END)))
/kernel/linux/linux-6.6/include/linux/
H
A
D
scatterlist.h
67
#define
SG_CHAIN
0x01UL
macro
75
#define SG_PAGE_LINK_MASK (
SG_CHAIN
| SG_END)
89
return __sg_flags(sg) &
SG_CHAIN
;
in sg_is_chain()
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()
259
sg->page_link &= ~
SG_CHAIN
;
in sg_mark_end()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_gpu_error.c
93
(unsigned long)sgl |
SG_CHAIN
;
in __i915_error_grow()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_gpu_error.c
102
(unsigned long)sgl |
SG_CHAIN
;
in __i915_error_grow()
Completed in 8 milliseconds