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_buf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
monwriter.c
35
struct
mon_buf
{
struct
47
struct
mon_buf
*current_buf;
84
static struct
mon_buf
*monwrite_find_hdr(struct mon_private *monpriv,
in monwrite_find_hdr()
87
struct
mon_buf
*entry, *next;
in monwrite_find_hdr()
105
struct
mon_buf
*monbuf;
in monwrite_new_hdr()
129
monbuf = kzalloc(sizeof(struct
mon_buf
), GFP_KERNEL);
in monwrite_new_hdr()
150
struct
mon_buf
*monbuf = monpriv->current_buf;
in monwrite_new_data()
204
struct
mon_buf
*entry, *next;
in monwrite_close()
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
monwriter.c
36
struct
mon_buf
{
struct
51
struct
mon_buf
*current_buf;
88
static struct
mon_buf
*monwrite_find_hdr(struct mon_private *monpriv,
in monwrite_find_hdr()
91
struct
mon_buf
*entry, *next;
in monwrite_find_hdr()
109
struct
mon_buf
*monbuf;
in monwrite_new_hdr()
133
monbuf = kzalloc(sizeof(struct
mon_buf
), GFP_KERNEL);
in monwrite_new_hdr()
154
struct
mon_buf
*monbuf = monpriv->current_buf;
in monwrite_new_data()
209
struct
mon_buf
*entry, *next;
in monwrite_close()
303
struct
mon_buf
*monbuf;
in monwriter_freeze()
318
struct
mon_buf
*monbu
in monwriter_restore()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_mon.c
1267
struct hal_mon_buf_ring *
mon_buf
;
in ath12k_dp_mon_buf_replenish()
local
1304
mon_buf
= ath12k_hal_srng_src_get_next_entry(ab, srng);
in ath12k_dp_mon_buf_replenish()
1305
if (unlikely(!
mon_buf
))
in ath12k_dp_mon_buf_replenish()
1312
mon_buf
->paddr_lo = cpu_to_le32(lower_32_bits(paddr));
in ath12k_dp_mon_buf_replenish()
1313
mon_buf
->paddr_hi = cpu_to_le32(upper_32_bits(paddr));
in ath12k_dp_mon_buf_replenish()
1314
mon_buf
->cookie = cpu_to_le64(cookie);
in ath12k_dp_mon_buf_replenish()
Completed in 4 milliseconds