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:pclc_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.c
484
struct smc_clc_msg_proposal *
pclc_base
;
in smc_clc_send_proposal()
local
500
pclc_base
= &pclc->
pclc_base
;
in smc_clc_send_proposal()
509
pclc_base
->hdr.version = SMC_V2;
in smc_clc_send_proposal()
510
pclc_base
->hdr.typev1 = ini->smc_type_v1;
in smc_clc_send_proposal()
511
pclc_base
->hdr.typev2 = ini->smc_type_v2;
in smc_clc_send_proposal()
512
plen = sizeof(*
pclc_base
) + sizeof(*pclc_smcd) + sizeof(*trl);
in smc_clc_send_proposal()
522
pclc_base
->hdr.typev1 = SMC_TYPE_N;
in smc_clc_send_proposal()
524
pclc_base
->iparea_offset = htons(sizeof(*pclc_smcd));
in smc_clc_send_proposal()
532
memcpy(
pclc_base
in smc_clc_send_proposal()
[all...]
H
A
D
smc_clc.h
158
struct smc_clc_msg_proposal
pclc_base
;
member
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.c
833
struct smc_clc_msg_proposal *
pclc_base
;
in smc_clc_send_proposal()
local
850
pclc_base
= &pclc->
pclc_base
;
in smc_clc_send_proposal()
859
pclc_base
->hdr.version = SMC_V2;
in smc_clc_send_proposal()
860
pclc_base
->hdr.typev1 = ini->smc_type_v1;
in smc_clc_send_proposal()
861
pclc_base
->hdr.typev2 = ini->smc_type_v2;
in smc_clc_send_proposal()
862
plen = sizeof(*
pclc_base
) + sizeof(*pclc_smcd) + sizeof(*trl);
in smc_clc_send_proposal()
872
pclc_base
->hdr.typev1 = SMC_TYPE_N;
in smc_clc_send_proposal()
874
pclc_base
->iparea_offset = htons(sizeof(*pclc_smcd));
in smc_clc_send_proposal()
882
memcpy(
pclc_base
in smc_clc_send_proposal()
[all...]
H
A
D
smc_clc.h
176
struct smc_clc_msg_proposal
pclc_base
;
member
Completed in 5 milliseconds