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:end_of_data
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/
H
A
D
dpaa2-console.c
56
void __iomem *
end_of_data
;
member
66
cd->
end_of_data
= cd->start_addr + LAST_BYTE(last_byte);
in adjust_end()
94
if (cd->cur_ptr <= cd->
end_of_data
)
in dpaa2_console_size()
95
size = cd->
end_of_data
- cd->cur_ptr;
in dpaa2_console_size()
98
(cd->
end_of_data
- cd->start_addr);
in dpaa2_console_size()
149
if (wrapped && cd->
end_of_data
!= cd->end_addr)
in dpaa2_generic_console_open()
150
cd->cur_ptr = cd->
end_of_data
+ 1;
in dpaa2_generic_console_open()
204
if (cd->
end_of_data
== cd->cur_ptr)
in dpaa2_console_read()
/kernel/linux/linux-6.6/drivers/soc/fsl/
H
A
D
dpaa2-console.c
57
void __iomem *
end_of_data
;
member
67
cd->
end_of_data
= cd->start_addr + LAST_BYTE(last_byte);
in adjust_end()
95
if (cd->cur_ptr <= cd->
end_of_data
)
in dpaa2_console_size()
96
size = cd->
end_of_data
- cd->cur_ptr;
in dpaa2_console_size()
99
(cd->
end_of_data
- cd->start_addr);
in dpaa2_console_size()
150
if (wrapped && cd->
end_of_data
!= cd->end_addr)
in dpaa2_generic_console_open()
151
cd->cur_ptr = cd->
end_of_data
+ 1;
in dpaa2_generic_console_open()
205
if (cd->
end_of_data
== cd->cur_ptr)
in dpaa2_console_read()
/kernel/linux/linux-5.10/lib/
H
A
D
ts_fsm.c
155
#define
end_of_data
() unlikely(block_idx >= block_len && !GET_NEXT_BLOCK())
in fsm_find()
macro
157
if (
end_of_data
())
in fsm_find()
175
if (
end_of_data
())
in fsm_find()
183
if (
end_of_data
() ||
in fsm_find()
189
if (
end_of_data
())
in fsm_find()
202
if (
end_of_data
())
in fsm_find()
209
if (
end_of_data
())
in fsm_find()
219
if (
end_of_data
())
in fsm_find()
233
if (
end_of_data
())
in fsm_find()
244
if (
end_of_data
())
in fsm_find()
[all...]
/kernel/linux/linux-6.6/lib/
H
A
D
ts_fsm.c
155
#define
end_of_data
() unlikely(block_idx >= block_len && !GET_NEXT_BLOCK())
in fsm_find()
macro
157
if (
end_of_data
())
in fsm_find()
175
if (
end_of_data
())
in fsm_find()
183
if (
end_of_data
() ||
in fsm_find()
189
if (
end_of_data
())
in fsm_find()
202
if (
end_of_data
())
in fsm_find()
209
if (
end_of_data
())
in fsm_find()
219
if (
end_of_data
())
in fsm_find()
233
if (
end_of_data
())
in fsm_find()
244
if (
end_of_data
())
in fsm_find()
[all...]
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H
A
D
main.c
130
bool *
end_of_data
)
in mlx5vf_get_data_buff_from_pos()
135
*
end_of_data
= false;
in mlx5vf_get_data_buff_from_pos()
138
*
end_of_data
= true;
in mlx5vf_get_data_buff_from_pos()
212
bool
end_of_data
;
in mlx5vf_save_read()
local
239
&
end_of_data
);
in mlx5vf_save_read()
243
if (
end_of_data
&& (migf->state == MLX5_MIGF_STATE_PRE_COPY ||
in mlx5vf_save_read()
249
if (
end_of_data
&& migf->state != MLX5_MIGF_STATE_COMPLETE) {
in mlx5vf_save_read()
257
if (
end_of_data
)
in mlx5vf_save_read()
398
bool
end_of_data
= false;
in mlx5vf_precopy_ioctl()
local
447
end_of_data
in mlx5vf_precopy_ioctl()
129
mlx5vf_get_data_buff_from_pos(struct mlx5_vf_migration_file *migf, loff_t pos, bool *
end_of_data
)
mlx5vf_get_data_buff_from_pos()
argument
[all...]
/kernel/linux/linux-5.10/drivers/parport/
H
A
D
ieee1284_ops.c
162
goto
end_of_data
;
in parport_ieee1284_read_nibble()
213
end_of_data
:
in parport_ieee1284_read_nibble()
247
goto
end_of_data
;
in parport_ieee1284_read_byte()
298
end_of_data
:
in parport_ieee1284_read_byte()
/kernel/linux/linux-6.6/drivers/parport/
H
A
D
ieee1284_ops.c
162
goto
end_of_data
;
in parport_ieee1284_read_nibble()
213
end_of_data
:
in parport_ieee1284_read_nibble()
247
goto
end_of_data
;
in parport_ieee1284_read_byte()
298
end_of_data
:
in parport_ieee1284_read_byte()
Completed in 5 milliseconds