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:pbufs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/kernel/printk/
H
A
D
printk.c
709
struct printk_buffers
pbufs
;
member
791
char *outbuf = &user->
pbufs
.outbuf[0];
in devkmsg_read()
793
.
pbufs
= &user->
pbufs
,
in devkmsg_read()
2751
* Prepend the message in @pmsg->
pbufs
->outbuf with a "dropped message". This
2759
* If the message text in @pmsg->
pbufs
->outbuf does not have enough space for
2762
* If @pmsg->
pbufs
->outbuf is modified, @pmsg->outbuf_len is updated.
2767
struct printk_buffers *
pbufs
= pmsg->
pbufs
;
in console_prepend_dropped()
local
2768
const size_t scratchbuf_sz = sizeof(
pbufs
in console_prepend_dropped()
2824
struct printk_buffers *
pbufs
= pmsg->
pbufs
;
printk_get_next_message()
local
2895
static struct printk_buffers
pbufs
;
console_emit_next_record()
local
[all...]
H
A
D
internal.h
93
* @
pbufs
: printk buffers used to prepare the message.
94
* @outbuf_len: The length of prepared text in @
pbufs
->outbuf to output. This
97
* @seq: The sequence number of the record used for @
pbufs
->outbuf.
101
struct printk_buffers *
pbufs
;
member
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink_gt.c
3285
unsigned int
pbufs
;
in alloc_desc()
local
3296
pbufs
= (unsigned int)info->bufs_dma_addr;
in alloc_desc()
3304
info->rbufs[i].pdesc =
pbufs
+ (i * sizeof(struct slgt_desc));
in alloc_desc()
3308
info->rbufs[i].next = cpu_to_le32(
pbufs
);
in alloc_desc()
3310
info->rbufs[i].next = cpu_to_le32(
pbufs
+ ((i+1) * sizeof(struct slgt_desc)));
in alloc_desc()
3316
info->tbufs[i].pdesc =
pbufs
+ ((info->rbuf_count + i) * sizeof(struct slgt_desc));
in alloc_desc()
3320
info->tbufs[i].next = cpu_to_le32(
pbufs
+ info->rbuf_count * sizeof(struct slgt_desc));
in alloc_desc()
3322
info->tbufs[i].next = cpu_to_le32(
pbufs
+ ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc)));
in alloc_desc()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
3261
unsigned int
pbufs
;
in alloc_desc()
local
3272
pbufs
= (unsigned int)info->bufs_dma_addr;
in alloc_desc()
3280
info->rbufs[i].pdesc =
pbufs
+ (i * sizeof(struct slgt_desc));
in alloc_desc()
3284
info->rbufs[i].next = cpu_to_le32(
pbufs
);
in alloc_desc()
3286
info->rbufs[i].next = cpu_to_le32(
pbufs
+ ((i+1) * sizeof(struct slgt_desc)));
in alloc_desc()
3292
info->tbufs[i].pdesc =
pbufs
+ ((info->rbuf_count + i) * sizeof(struct slgt_desc));
in alloc_desc()
3296
info->tbufs[i].next = cpu_to_le32(
pbufs
+ info->rbuf_count * sizeof(struct slgt_desc));
in alloc_desc()
3298
info->tbufs[i].next = cpu_to_le32(
pbufs
+ ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc)));
in alloc_desc()
Completed in 17 milliseconds