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:desc_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/virtio/
H
A
D
virtio_ring.c
132
struct vring_desc_state_split *
desc_state
;
member
168
struct vring_desc_state_packed *
desc_state
;
member
538
vq->split.
desc_state
[head].data = data;
in virtqueue_add_split()
540
vq->split.
desc_state
[head].indir_desc = desc;
in virtqueue_add_split()
542
vq->split.
desc_state
[head].indir_desc = ctx;
in virtqueue_add_split()
627
vq->split.
desc_state
[head].data = NULL;
in detach_buf_split()
648
vq->split.
desc_state
[head].indir_desc;
in detach_buf_split()
666
vq->split.
desc_state
[head].indir_desc = NULL;
in detach_buf_split()
668
*ctx = vq->split.
desc_state
[head].indir_desc;
in detach_buf_split()
713
if (unlikely(!vq->split.
desc_state
[
in virtqueue_get_buf_ctx_split()
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H
A
D
virtio_ring.c
103
struct vring_desc_state_split *
desc_state
;
member
143
struct vring_desc_state_packed *
desc_state
;
member
679
vq->split.
desc_state
[head].data = data;
in virtqueue_add_split()
681
vq->split.
desc_state
[head].indir_desc = desc;
in virtqueue_add_split()
683
vq->split.
desc_state
[head].indir_desc = ctx;
in virtqueue_add_split()
772
vq->split.
desc_state
[head].data = NULL;
in detach_buf_split()
792
vq->split.
desc_state
[head].indir_desc;
in detach_buf_split()
811
vq->split.
desc_state
[head].indir_desc = NULL;
in detach_buf_split()
813
*ctx = vq->split.
desc_state
[head].indir_desc;
in detach_buf_split()
858
if (unlikely(!vq->split.
desc_state
[
in virtqueue_get_buf_ctx_split()
[all...]
/kernel/linux/linux-6.6/kernel/printk/
H
A
D
printk_ringbuffer.c
414
static enum
desc_state
get_desc_state(unsigned long id,
in get_desc_state()
432
static enum
desc_state
desc_read(struct prb_desc_ring *desc_ring,
in desc_read()
439
enum
desc_state
d_state;
in desc_read()
573
enum
desc_state
d_state;
in data_make_reusable()
771
enum
desc_state
d_state;
in desc_push_tail()
1263
enum
desc_state
d_state;
in desc_reopen_last()
1760
enum
desc_state
d_state;
in desc_read_finalized_seq()
1838
enum
desc_state
d_state;
in prb_first_seq()
2020
enum
desc_state
d_state;
in prb_next_seq()
H
A
D
printk_ringbuffer.h
113
enum
desc_state
{
enum
/kernel/linux/linux-5.10/kernel/printk/
H
A
D
printk_ringbuffer.c
414
static enum
desc_state
get_desc_state(unsigned long id,
in get_desc_state()
432
static enum
desc_state
desc_read(struct prb_desc_ring *desc_ring,
in desc_read()
439
enum
desc_state
d_state;
in desc_read()
569
enum
desc_state
d_state;
in data_make_reusable()
769
enum
desc_state
d_state;
in desc_push_tail()
1261
enum
desc_state
d_state;
in desc_reopen_last()
1751
enum
desc_state
d_state;
in desc_read_finalized_seq()
1829
enum
desc_state
d_state;
in prb_first_seq()
H
A
D
printk_ringbuffer.h
112
enum
desc_state
{
enum
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
H
A
D
sni_ave.c
218
enum
desc_state
{
enum
631
static int ave_desc_switch(struct net_device *ndev, enum
desc_state
state)
in ave_desc_switch()
/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/
H
A
D
sni_ave.c
219
enum
desc_state
{
enum
632
static int ave_desc_switch(struct net_device *ndev, enum
desc_state
state)
in ave_desc_switch()
Completed in 16 milliseconds