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:newrec
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
fc.c
359
struct nvme_fc_lport *
newrec
;
in nvme_fc_register_localport()
local
379
newrec
= nvme_fc_attach_to_unreg_lport(pinfo, template, dev);
in nvme_fc_register_localport()
382
if (IS_ERR(
newrec
)) {
in nvme_fc_register_localport()
383
ret = PTR_ERR(
newrec
);
in nvme_fc_register_localport()
387
} else if (
newrec
) {
in nvme_fc_register_localport()
388
*portptr = &
newrec
->localport;
in nvme_fc_register_localport()
394
newrec
= kmalloc((sizeof(*
newrec
) + template->local_priv_sz),
in nvme_fc_register_localport()
396
if (!
newrec
) {
in nvme_fc_register_localport()
412
INIT_LIST_HEAD(&
newrec
in nvme_fc_register_localport()
676
struct nvme_fc_rport *
newrec
;
nvme_fc_register_remoteport()
local
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
fc.c
353
struct nvme_fc_lport *
newrec
;
in nvme_fc_register_localport()
local
373
newrec
= nvme_fc_attach_to_unreg_lport(pinfo, template, dev);
in nvme_fc_register_localport()
376
if (IS_ERR(
newrec
)) {
in nvme_fc_register_localport()
377
ret = PTR_ERR(
newrec
);
in nvme_fc_register_localport()
381
} else if (
newrec
) {
in nvme_fc_register_localport()
382
*portptr = &
newrec
->localport;
in nvme_fc_register_localport()
388
newrec
= kmalloc((sizeof(*
newrec
) + template->local_priv_sz),
in nvme_fc_register_localport()
390
if (!
newrec
) {
in nvme_fc_register_localport()
406
INIT_LIST_HEAD(&
newrec
in nvme_fc_register_localport()
670
struct nvme_fc_rport *
newrec
;
nvme_fc_register_remoteport()
local
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fc.c
1380
struct nvmet_fc_tgtport *
newrec
;
in nvmet_fc_register_targetport()
local
1393
newrec
= kzalloc((sizeof(*
newrec
) + template->target_priv_sz),
in nvmet_fc_register_targetport()
1395
if (!
newrec
) {
in nvmet_fc_register_targetport()
1411
newrec
->fc_target_port.node_name = pinfo->node_name;
in nvmet_fc_register_targetport()
1412
newrec
->fc_target_port.port_name = pinfo->port_name;
in nvmet_fc_register_targetport()
1414
newrec
->fc_target_port.private = &
newrec
[1];
in nvmet_fc_register_targetport()
1416
newrec
->fc_target_port.private = NULL;
in nvmet_fc_register_targetport()
1417
newrec
in nvmet_fc_register_targetport()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
fc.c
1354
struct nvmet_fc_tgtport *
newrec
;
in nvmet_fc_register_targetport()
local
1367
newrec
= kzalloc((sizeof(*
newrec
) + template->target_priv_sz),
in nvmet_fc_register_targetport()
1369
if (!
newrec
) {
in nvmet_fc_register_targetport()
1385
newrec
->fc_target_port.node_name = pinfo->node_name;
in nvmet_fc_register_targetport()
1386
newrec
->fc_target_port.port_name = pinfo->port_name;
in nvmet_fc_register_targetport()
1388
newrec
->fc_target_port.private = &
newrec
[1];
in nvmet_fc_register_targetport()
1390
newrec
->fc_target_port.private = NULL;
in nvmet_fc_register_targetport()
1391
newrec
in nvmet_fc_register_targetport()
[all...]
Completed in 11 milliseconds