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:monhdr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
monwriter.c
85
struct monwrite_hdr *
monhdr
)
in monwrite_find_hdr()
90
if ((entry->hdr.mon_function ==
monhdr
->mon_function ||
in monwrite_find_hdr()
91
monhdr
->mon_function == MONWRITE_STOP_INTERVAL) &&
in monwrite_find_hdr()
92
entry->hdr.applid ==
monhdr
->applid &&
in monwrite_find_hdr()
93
entry->hdr.record_num ==
monhdr
->record_num &&
in monwrite_find_hdr()
94
entry->hdr.version ==
monhdr
->version &&
in monwrite_find_hdr()
95
entry->hdr.release ==
monhdr
->release &&
in monwrite_find_hdr()
96
entry->hdr.mod_level ==
monhdr
->mod_level)
in monwrite_find_hdr()
104
struct monwrite_hdr *
monhdr
= &monpriv->hdr;
in monwrite_new_hdr()
local
108
if (
monhdr
in monwrite_new_hdr()
84
monwrite_find_hdr(struct mon_private *monpriv, struct monwrite_hdr *
monhdr
)
monwrite_find_hdr()
argument
149
struct monwrite_hdr *
monhdr
= &monpriv->hdr;
monwrite_new_data()
local
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
monwriter.c
89
struct monwrite_hdr *
monhdr
)
in monwrite_find_hdr()
94
if ((entry->hdr.mon_function ==
monhdr
->mon_function ||
in monwrite_find_hdr()
95
monhdr
->mon_function == MONWRITE_STOP_INTERVAL) &&
in monwrite_find_hdr()
96
entry->hdr.applid ==
monhdr
->applid &&
in monwrite_find_hdr()
97
entry->hdr.record_num ==
monhdr
->record_num &&
in monwrite_find_hdr()
98
entry->hdr.version ==
monhdr
->version &&
in monwrite_find_hdr()
99
entry->hdr.release ==
monhdr
->release &&
in monwrite_find_hdr()
100
entry->hdr.mod_level ==
monhdr
->mod_level)
in monwrite_find_hdr()
108
struct monwrite_hdr *
monhdr
= &monpriv->hdr;
in monwrite_new_hdr()
local
112
if (
monhdr
in monwrite_new_hdr()
88
monwrite_find_hdr(struct mon_private *monpriv, struct monwrite_hdr *
monhdr
)
monwrite_find_hdr()
argument
153
struct monwrite_hdr *
monhdr
= &monpriv->hdr;
monwrite_new_data()
local
[all...]
/kernel/linux/linux-5.10/net/ceph/
H
A
D
auth.c
107
struct ceph_mon_request_header *
monhdr
= buf;
in ceph_auth_build_hello()
local
108
void *p =
monhdr
+ 1, *end = buf + len, *lenp;
in ceph_auth_build_hello()
114
monhdr
->have_version = 0;
in ceph_auth_build_hello()
115
monhdr
->session_mon = cpu_to_le16(-1);
in ceph_auth_build_hello()
116
monhdr
->session_mon_tid = 0;
in ceph_auth_build_hello()
151
struct ceph_mon_request_header *
monhdr
= msg_buf;
in ceph_build_auth_request()
local
152
void *p =
monhdr
+ 1;
in ceph_build_auth_request()
156
monhdr
->have_version = 0;
in ceph_build_auth_request()
157
monhdr
->session_mon = cpu_to_le16(-1);
in ceph_build_auth_request()
158
monhdr
in ceph_build_auth_request()
[all...]
H
A
D
mon_client.c
729
h->
monhdr
.have_version = 0;
in ceph_monc_do_statfs()
730
h->
monhdr
.session_mon = cpu_to_le16(-1);
in ceph_monc_do_statfs()
731
h->
monhdr
.session_mon_tid = 0;
in ceph_monc_do_statfs()
926
h->
monhdr
.have_version = 0;
in do_mon_command_vargs()
927
h->
monhdr
.session_mon = cpu_to_le16(-1);
in do_mon_command_vargs()
928
h->
monhdr
.session_mon_tid = 0;
in do_mon_command_vargs()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
ceph_fs.h
171
struct ceph_mon_request_header
monhdr
;
member
189
struct ceph_mon_request_header
monhdr
;
member
197
struct ceph_mon_request_header
monhdr
;
member
203
struct ceph_mon_request_header
monhdr
;
member
208
struct ceph_mon_request_header
monhdr
;
member
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
ceph_fs.h
182
struct ceph_mon_request_header
monhdr
;
member
200
struct ceph_mon_request_header
monhdr
;
member
208
struct ceph_mon_request_header
monhdr
;
member
214
struct ceph_mon_request_header
monhdr
;
member
219
struct ceph_mon_request_header
monhdr
;
member
/kernel/linux/linux-6.6/net/ceph/
H
A
D
auth.c
123
struct ceph_mon_request_header *
monhdr
= buf;
in ceph_auth_build_hello()
local
124
void *p =
monhdr
+ 1, *end = buf + len, *lenp;
in ceph_auth_build_hello()
130
monhdr
->have_version = 0;
in ceph_auth_build_hello()
131
monhdr
->session_mon = cpu_to_le16(-1);
in ceph_auth_build_hello()
132
monhdr
->session_mon_tid = 0;
in ceph_auth_build_hello()
H
A
D
mon_client.c
800
h->
monhdr
.have_version = 0;
in ceph_monc_do_statfs()
801
h->
monhdr
.session_mon = cpu_to_le16(-1);
in ceph_monc_do_statfs()
802
h->
monhdr
.session_mon_tid = 0;
in ceph_monc_do_statfs()
997
h->
monhdr
.have_version = 0;
in do_mon_command_vargs()
998
h->
monhdr
.session_mon = cpu_to_le16(-1);
in do_mon_command_vargs()
999
h->
monhdr
.session_mon_tid = 0;
in do_mon_command_vargs()
Completed in 11 milliseconds