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:to_put
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_state.c
1145
struct xfrm_state *x, *x0, *
to_put
;
in xfrm_state_find()
local
1154
to_put
= NULL;
in xfrm_state_find()
1233
to_put
= x0;
in xfrm_state_find()
1262
to_put
= x;
in xfrm_state_find()
1286
to_put
= x;
in xfrm_state_find()
1332
to_put
= x;
in xfrm_state_find()
1347
if (
to_put
)
in xfrm_state_find()
1348
xfrm_state_put(
to_put
);
in xfrm_state_find()
1578
struct xfrm_state *x1, *
to_put
;
in xfrm_state_add()
local
1586
to_put
in xfrm_state_add()
1846
struct xfrm_state *x1, *
to_put
;
xfrm_state_update()
local
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_state.c
1054
struct xfrm_state *x, *x0, *
to_put
;
in xfrm_state_find()
local
1063
to_put
= NULL;
in xfrm_state_find()
1106
to_put
= x0;
in xfrm_state_find()
1135
to_put
= x;
in xfrm_state_find()
1160
to_put
= x;
in xfrm_state_find()
1175
if (
to_put
)
in xfrm_state_find()
1176
xfrm_state_put(
to_put
);
in xfrm_state_find()
1394
struct xfrm_state *x1, *
to_put
;
in xfrm_state_add()
local
1402
to_put
= NULL;
in xfrm_state_add()
1408
to_put
in xfrm_state_add()
1662
struct xfrm_state *x1, *
to_put
;
xfrm_state_update()
local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
delegation.c
603
struct inode *
to_put
= NULL;
in nfs_server_return_marked_delegations()
local
616
to_put
= place_holder;
in nfs_server_return_marked_delegations()
625
iput(
to_put
);
in nfs_server_return_marked_delegations()
631
iput(
to_put
);
in nfs_server_return_marked_delegations()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
delegation.c
621
struct inode *
to_put
= NULL;
in nfs_server_return_marked_delegations()
local
634
to_put
= place_holder;
in nfs_server_return_marked_delegations()
643
iput(
to_put
);
in nfs_server_return_marked_delegations()
649
iput(
to_put
);
in nfs_server_return_marked_delegations()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
447
struct bio *
to_put
= NULL;
in raid1_end_write_request()
local
483
to_put
= bio;
in raid1_end_write_request()
500
to_put
= bio;
in raid1_end_write_request()
557
if (
to_put
)
in raid1_end_write_request()
558
bio_put(
to_put
);
in raid1_end_write_request()
H
A
D
raid10.c
435
struct bio *
to_put
= NULL;
in raid10_end_write_request()
local
480
to_put
= bio;
in raid10_end_write_request()
532
if (
to_put
)
in raid10_end_write_request()
533
bio_put(
to_put
);
in raid10_end_write_request()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.c
451
struct bio *
to_put
= NULL;
in raid1_end_write_request()
local
487
to_put
= bio;
in raid1_end_write_request()
504
to_put
= bio;
in raid1_end_write_request()
561
if (
to_put
)
in raid1_end_write_request()
562
bio_put(
to_put
);
in raid1_end_write_request()
H
A
D
raid10.c
461
struct bio *
to_put
= NULL;
in raid10_end_write_request()
local
506
to_put
= bio;
in raid10_end_write_request()
558
if (
to_put
)
in raid10_end_write_request()
559
bio_put(
to_put
);
in raid10_end_write_request()
H
A
D
md.c
8296
struct mddev *
to_put
= NULL;
in md_seq_next()
local
8306
to_put
= mddev;
in md_seq_next()
8324
if (
to_put
)
in md_seq_next()
8325
mddev_put(
to_put
);
in md_seq_next()
Completed in 39 milliseconds