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:is_final
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gunz_test.c
289
int
is_final
, is_eof;
in decompress_file()
local
395
is_final
= is_eof = 0;
in decompress_file()
537
if (
is_final
)
in decompress_file()
815
is_final
= 1;
in decompress_file()
895
is_final
= 1;
in decompress_file()
936
if (
is_final
) {
in decompress_file()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gunz_test.c
289
int
is_final
, is_eof;
in decompress_file()
local
395
is_final
= is_eof = 0;
in decompress_file()
537
if (
is_final
)
in decompress_file()
815
is_final
= 1;
in decompress_file()
895
is_final
= 1;
in decompress_file()
936
if (
is_final
) {
in decompress_file()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
vfio_ccw_drv.c
88
bool
is_final
;
in vfio_ccw_sch_io_todo()
local
94
is_final
= !(scsw_actl(&irb->scsw) &
in vfio_ccw_sch_io_todo()
98
if (
is_final
&& private->state == VFIO_CCW_STATE_CP_PENDING) {
in vfio_ccw_sch_io_todo()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_drv.c
86
bool
is_final
;
in vfio_ccw_sch_io_todo()
local
92
is_final
= !(scsw_actl(&irb->scsw) &
in vfio_ccw_sch_io_todo()
96
if (
is_final
&& private->state == VFIO_CCW_STATE_CP_PENDING) {
in vfio_ccw_sch_io_todo()
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.h
327
unsigned int
is_final
; /* is this the final for the hash op? */
member
H
A
D
cipher.c
738
if (!rctx->
is_final
) {
in handle_ahash_req()
788
if ((rctx->total_sent == rctx->total_todo) && rctx->
is_final
)
in handle_ahash_req()
807
__func__, rctx->
is_final
, local_nbuf);
in handle_ahash_req()
1016
if (rctx->
is_final
&& (rctx->total_sent == rctx->total_todo))
in handle_ahash_resp()
1931
if ((rctx->
is_final
== 1) && (rctx->total_todo == 0) &&
in ahash_enqueue()
1935
rctx->
is_final
? "" : "non-", alg_name);
in ahash_enqueue()
1972
rctx->
is_final
= 0;
in __ahash_init()
2142
rctx->
is_final
= 1;
in __ahash_final()
2181
rctx->
is_final
= 1;
in __ahash_finup()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.h
328
unsigned int
is_final
; /* is this the final for the hash op? */
member
H
A
D
cipher.c
736
if (!rctx->
is_final
) {
in handle_ahash_req()
786
if ((rctx->total_sent == rctx->total_todo) && rctx->
is_final
)
in handle_ahash_req()
805
__func__, rctx->
is_final
, local_nbuf);
in handle_ahash_req()
1012
if (rctx->
is_final
&& (rctx->total_sent == rctx->total_todo))
in handle_ahash_resp()
1928
if ((rctx->
is_final
== 1) && (rctx->total_todo == 0) &&
in ahash_enqueue()
1932
rctx->
is_final
? "" : "non-", alg_name);
in ahash_enqueue()
1969
rctx->
is_final
= 0;
in __ahash_init()
2139
rctx->
is_final
= 1;
in __ahash_final()
2178
rctx->
is_final
= 1;
in __ahash_finup()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.h
551
u8
is_final
;
member
H
A
D
be_main.c
1454
pasync_handle->
is_final
= 0;
in beiscsi_hdl_put_handle()
1579
pasync_handle->
is_final
= final;
in beiscsi_hdl_get_handle()
1622
if (!plast_handle->
is_final
) {
in beiscsi_hdl_fwd_pdu()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.h
550
u8
is_final
;
member
H
A
D
be_main.c
1471
pasync_handle->
is_final
= 0;
in beiscsi_hdl_put_handle()
1596
pasync_handle->
is_final
= final;
in beiscsi_hdl_get_handle()
1639
if (!plast_handle->
is_final
) {
in beiscsi_hdl_fwd_pdu()
Completed in 32 milliseconds