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:mon_private
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
monreader.c
47
struct
mon_private
{
struct
148
struct
mon_private
*monpriv)
in mon_send_reply()
170
static void mon_free_mem(struct
mon_private
*monpriv)
in mon_free_mem()
179
static struct
mon_private
*mon_alloc_mem(void)
in mon_alloc_mem()
182
struct
mon_private
*monpriv;
in mon_alloc_mem()
184
monpriv = kzalloc(sizeof(struct
mon_private
), GFP_KERNEL);
in mon_alloc_mem()
206
static struct mon_msg *mon_next_message(struct
mon_private
*monpriv)
in mon_next_message()
232
struct
mon_private
*monpriv = path->private;
in mon_iucv_path_complete()
240
struct
mon_private
*monpriv = path->private;
in mon_iucv_path_severed()
253
struct
mon_private
*monpri
in mon_iucv_message_pending()
[all...]
H
A
D
monwriter.c
42
struct
mon_private
{
struct
84
static struct mon_buf *monwrite_find_hdr(struct
mon_private
*monpriv,
in monwrite_find_hdr()
102
static int monwrite_new_hdr(struct
mon_private
*monpriv)
in monwrite_new_hdr()
147
static int monwrite_new_data(struct
mon_private
*monpriv)
in monwrite_new_data()
189
struct
mon_private
*monpriv;
in monwrite_open()
191
monpriv = kzalloc(sizeof(struct
mon_private
), GFP_KERNEL);
in monwrite_open()
203
struct
mon_private
*monpriv = filp->private_data;
in monwrite_close()
222
struct
mon_private
*monpriv = filp->private_data;
in monwrite_write()
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
monreader.c
48
struct
mon_private
{
struct
151
struct
mon_private
*monpriv)
in mon_send_reply()
173
static void mon_free_mem(struct
mon_private
*monpriv)
in mon_free_mem()
182
static struct
mon_private
*mon_alloc_mem(void)
in mon_alloc_mem()
185
struct
mon_private
*monpriv;
in mon_alloc_mem()
187
monpriv = kzalloc(sizeof(struct
mon_private
), GFP_KERNEL);
in mon_alloc_mem()
209
static struct mon_msg *mon_next_message(struct
mon_private
*monpriv)
in mon_next_message()
235
struct
mon_private
*monpriv = path->private;
in mon_iucv_path_complete()
243
struct
mon_private
*monpriv = path->private;
in mon_iucv_path_severed()
256
struct
mon_private
*monpri
in mon_iucv_message_pending()
[all...]
H
A
D
monwriter.c
45
struct
mon_private
{
struct
88
static struct mon_buf *monwrite_find_hdr(struct
mon_private
*monpriv,
in monwrite_find_hdr()
106
static int monwrite_new_hdr(struct
mon_private
*monpriv)
in monwrite_new_hdr()
151
static int monwrite_new_data(struct
mon_private
*monpriv)
in monwrite_new_data()
193
struct
mon_private
*monpriv;
in monwrite_open()
195
monpriv = kzalloc(sizeof(struct
mon_private
), GFP_KERNEL);
in monwrite_open()
208
struct
mon_private
*monpriv = filp->private_data;
in monwrite_close()
228
struct
mon_private
*monpriv = filp->private_data;
in monwrite_write()
302
struct
mon_private
*monpriv;
in monwriter_freeze()
317
struct
mon_private
*monpri
in monwriter_restore()
[all...]
Completed in 3 milliseconds