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:page_link
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/tools/virtio/linux/
H
A
D
scatterlist.h
8
unsigned long
page_link
;
member
15
#define sg_is_chain(sg) ((sg)->
page_link
& 0x01)
16
#define sg_is_last(sg) ((sg)->
page_link
& 0x02)
18
((struct scatterlist *) ((sg)->
page_link
& ~0x03))
32
unsigned long
page_link
= sg->
page_link
& 0x3;
in sg_assign_page()
local
42
sg->
page_link
=
page_link
| (unsigned long) page;
in sg_assign_page()
72
return (struct page *)((sg)->
page_link
& ~0x3);
in sg_page()
104
prv[prv_nents - 1].
page_link
in sg_chain()
[all...]
/kernel/linux/linux-6.6/tools/virtio/linux/
H
A
D
scatterlist.h
8
unsigned long
page_link
;
member
15
#define sg_is_chain(sg) ((sg)->
page_link
& 0x01)
16
#define sg_is_last(sg) ((sg)->
page_link
& 0x02)
18
((struct scatterlist *) ((sg)->
page_link
& ~0x03))
32
unsigned long
page_link
= sg->
page_link
& 0x3;
in sg_assign_page()
local
42
sg->
page_link
=
page_link
| (unsigned long) page;
in sg_assign_page()
72
return (struct page *)((sg)->
page_link
& ~0x3);
in sg_page()
104
prv[prv_nents - 1].
page_link
in sg_chain()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
scatterlist.h
12
unsigned long
page_link
;
member
51
* We use the unsigned long
page_link
field in the scatterlist struct to place
55
* If bit 0 is set, then the
page_link
contains a pointer to the next sg
72
#define sg_is_chain(sg) ((sg)->
page_link
& SG_CHAIN)
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()
local
99
sg->
page_link
=
page_link
| (unsigne
in sg_assign_page()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
scatterlist.h
12
unsigned long
page_link
;
member
54
* We use the unsigned long
page_link
field in the scatterlist struct to place
58
* If bit 0 is set, then the
page_link
contains a pointer to the next sg
79
return sg->
page_link
& SG_PAGE_LINK_MASK;
in __sg_flags()
84
return (struct scatterlist *)(sg->
page_link
& ~SG_PAGE_LINK_MASK);
in sg_chain_ptr()
109
unsigned long
page_link
= sg->
page_link
& (SG_CHAIN | SG_END);
in sg_assign_page()
local
119
sg->
page_link
=
page_link
| (unsigned long) page;
in sg_assign_page()
173
return (struct page *)((sg)->
page_link
in sg_page()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
loop6.c
30
unsigned long
page_link
;
member
35
#define sg_is_chain(sg) ((sg)->
page_link
& SG_CHAIN)
36
#define sg_is_last(sg) ((sg)->
page_link
& SG_END)
38
((struct scatterlist *) ((sg)->
page_link
& ~(SG_CHAIN | SG_END)))
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_dma_buf.c
214
if (sgt->sgl->
page_link
) {
in amdgpu_dma_buf_unmap()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_dma_buf.c
365
if (sgt->sgl->
page_link
) {
in amdgpu_dma_buf_unmap()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bpf.c
419
msg->sg.data[msg->sg.start].
page_link
&&
in tcp_bpf_send_verdict()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bpf.c
485
msg->sg.data[msg->sg.start].
page_link
&&
in tcp_bpf_send_verdict()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_gpu_error.c
59
sg->
page_link
= (unsigned long)virt_to_page(addr);
in __sg_set_buf()
92
e->cur->
page_link
=
in __i915_error_grow()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_gpu_error.c
68
sg->
page_link
= (unsigned long)virt_to_page(addr);
in __sg_set_buf()
101
e->cur->
page_link
=
in __i915_error_grow()
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-buf.c
774
sg->
page_link
^= ~0xffUL;
in mangle_sg_table()
/kernel/linux/linux-5.10/crypto/
H
A
D
testmgr.c
692
if (tsgl->sgl[i].
page_link
!= tsgl->sgl_saved[i].
page_link
)
in is_test_sglist_corrupted()
/kernel/linux/linux-6.6/crypto/
H
A
D
testmgr.c
719
if (tsgl->sgl[i].
page_link
!= tsgl->sgl_saved[i].
page_link
)
in is_test_sglist_corrupted()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
2730
msg->sg.data[move_from].
page_link
= 0;
in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
2722
msg->sg.data[move_from].
page_link
= 0;
in BPF_CALL_4()
Completed in 85 milliseconds