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:to_use
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
vnic_rq.h
98
struct vnic_rq_buf *
to_use
;
member
119
return rq->
to_use
->desc;
in vnic_rq_next_desc()
124
return rq->
to_use
->index;
in vnic_rq_next_index()
136
struct vnic_rq_buf *buf = rq->
to_use
;
in vnic_rq_post()
144
rq->
to_use
= buf;
in vnic_rq_post()
167
return (rq->
to_use
->index & VNIC_RQ_RETURN_RATE) == 0;
in vnic_rq_posting_soon()
H
A
D
vnic_wq.h
93
struct vnic_wq_buf *
to_use
;
member
112
return wq->
to_use
->desc;
in vnic_wq_next_desc()
119
struct vnic_wq_buf *buf = wq->
to_use
;
in vnic_wq_post()
136
wq->
to_use
= buf;
in vnic_wq_post()
H
A
D
vnic_wq.c
79
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_alloc_bufs()
171
wq->
to_use
= wq->to_clean =
in vnic_wq_init_start()
239
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_clean()
H
A
D
vnic_rq.c
59
rq->
to_use
= rq->to_clean = rq->bufs[0];
in vnic_rq_alloc_bufs()
129
rq->
to_use
= rq->to_clean =
in vnic_rq_init()
185
rq->
to_use
= rq->to_clean =
in vnic_rq_clean()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
vnic_rq.h
86
struct vnic_rq_buf *
to_use
;
member
107
return rq->
to_use
->desc;
in vnic_rq_next_desc()
112
return rq->
to_use
->index;
in vnic_rq_next_index()
124
struct vnic_rq_buf *buf = rq->
to_use
;
in vnic_rq_post()
132
rq->
to_use
= buf;
in vnic_rq_post()
155
return (rq->
to_use
->index & VNIC_RQ_RETURN_RATE) == 0;
in vnic_rq_posting_soon()
H
A
D
vnic_wq.h
81
struct vnic_wq_buf *
to_use
;
member
100
return wq->
to_use
->desc;
in vnic_wq_next_desc()
107
struct vnic_wq_buf *buf = wq->
to_use
;
in vnic_wq_post()
124
wq->
to_use
= buf;
in vnic_wq_post()
H
A
D
vnic_wq.c
67
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_alloc_bufs()
159
wq->
to_use
= wq->to_clean =
in vnic_wq_init_start()
227
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_clean()
H
A
D
vnic_rq.c
47
rq->
to_use
= rq->to_clean = rq->bufs[0];
in vnic_rq_alloc_bufs()
117
rq->
to_use
= rq->to_clean =
in vnic_rq_init()
173
rq->
to_use
= rq->to_clean =
in vnic_rq_clean()
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H
A
D
vnic_rq.h
91
struct vnic_rq_buf *
to_use
;
member
111
return rq->
to_use
->desc;
in vnic_rq_next_desc()
116
return rq->
to_use
->index;
in vnic_rq_next_index()
124
struct vnic_rq_buf *buf = rq->
to_use
;
in vnic_rq_post()
133
rq->
to_use
= buf;
in vnic_rq_post()
H
A
D
vnic_wq.h
86
struct vnic_wq_buf *
to_use
;
member
117
return wq->
to_use
->desc;
in vnic_wq_next_desc()
128
iowrite32(wq->
to_use
->index, &wq->ctrl->posted_index);
in vnic_wq_doorbell()
137
struct vnic_wq_buf *buf = wq->
to_use
;
in vnic_wq_post()
149
wq->
to_use
= buf;
in vnic_wq_post()
H
A
D
vnic_rq.c
61
rq->
to_use
= rq->to_clean = rq->bufs[0];
in vnic_rq_alloc_bufs()
133
rq->
to_use
= rq->to_clean =
in vnic_rq_init_start()
207
rq->
to_use
= rq->to_clean =
in vnic_rq_clean()
H
A
D
vnic_wq.c
64
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_alloc_bufs()
152
wq->
to_use
= wq->to_clean =
in enic_wq_init_start()
210
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_clean()
H
A
D
enic_main.c
805
buf = wq->
to_use
->prev;
in enic_queue_wq_skb()
814
wq->
to_use
= buf->next;
in enic_queue_wq_skb()
1243
struct vnic_rq_buf *buf = rq->
to_use
;
in enic_rq_alloc_buf()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H
A
D
vnic_rq.h
78
struct vnic_rq_buf *
to_use
;
member
98
return rq->
to_use
->desc;
in vnic_rq_next_desc()
103
return rq->
to_use
->index;
in vnic_rq_next_index()
111
struct vnic_rq_buf *buf = rq->
to_use
;
in vnic_rq_post()
120
rq->
to_use
= buf;
in vnic_rq_post()
H
A
D
vnic_wq.h
73
struct vnic_wq_buf *
to_use
;
member
104
return wq->
to_use
->desc;
in vnic_wq_next_desc()
115
iowrite32(wq->
to_use
->index, &wq->ctrl->posted_index);
in vnic_wq_doorbell()
124
struct vnic_wq_buf *buf = wq->
to_use
;
in vnic_wq_post()
136
wq->
to_use
= buf;
in vnic_wq_post()
H
A
D
vnic_rq.c
48
rq->
to_use
= rq->to_clean = rq->bufs[0];
in vnic_rq_alloc_bufs()
120
rq->
to_use
= rq->to_clean =
in vnic_rq_init_start()
194
rq->
to_use
= rq->to_clean =
in vnic_rq_clean()
H
A
D
vnic_wq.c
51
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_alloc_bufs()
139
wq->
to_use
= wq->to_clean =
in enic_wq_init_start()
197
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_clean()
H
A
D
enic_main.c
804
buf = wq->
to_use
->prev;
in enic_queue_wq_skb()
813
wq->
to_use
= buf->next;
in enic_queue_wq_skb()
1243
struct vnic_rq_buf *buf = rq->
to_use
;
in enic_rq_alloc_buf()
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
vnic_wq.h
80
struct vnic_wq_buf *
to_use
;
member
99
return wq->
to_use
->desc;
in svnic_wq_next_desc()
106
struct vnic_wq_buf *buf = wq->
to_use
;
in svnic_wq_post()
123
wq->
to_use
= buf;
in svnic_wq_post()
H
A
D
vnic_wq.c
76
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_alloc_bufs()
172
wq->
to_use
= wq->to_clean =
in vnic_wq_init_start()
230
wq->
to_use
= wq->to_clean = wq->bufs[0];
in svnic_wq_clean()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
vnic_wq.h
66
struct vnic_wq_buf *
to_use
;
member
85
return wq->
to_use
->desc;
in svnic_wq_next_desc()
92
struct vnic_wq_buf *buf = wq->
to_use
;
in svnic_wq_post()
109
wq->
to_use
= buf;
in svnic_wq_post()
H
A
D
vnic_wq.c
62
wq->
to_use
= wq->to_clean = wq->bufs[0];
in vnic_wq_alloc_bufs()
158
wq->
to_use
= wq->to_clean =
in vnic_wq_init_start()
216
wq->
to_use
= wq->to_clean = wq->bufs[0];
in svnic_wq_clean()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
skge.c
930
ring->
to_use
= ring->to_clean = ring->start;
in skge_ring_alloc()
2602
BUG_ON(skge->tx_ring.
to_use
!= skge->tx_ring.to_clean);
in skge_up()
2604
skge_qset(skge, txqaddr[port], skge->tx_ring.
to_use
);
in skge_up()
2729
return ((ring->to_clean > ring->
to_use
) ? 0 : ring->count)
in skge_avail()
2730
+ (ring->to_clean - ring->
to_use
) - 1;
in skge_avail()
2750
e = skge->tx_ring.
to_use
;
in skge_xmit_frame()
2824
skge->tx_ring.
to_use
= e->next;
in skge_xmit_frame()
2835
e = skge->tx_ring.
to_use
;
in skge_xmit_frame()
2871
for (e = skge->tx_ring.to_clean; e != skge->tx_ring.
to_use
; e = e->next) {
in skge_tx_clean()
3152
for (e = ring->to_clean; e != ring->
to_use
;
in skge_tx_done()
[all...]
H
A
D
skge.h
2398
struct skge_element *
to_use
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
skge.c
937
ring->
to_use
= ring->to_clean = ring->start;
in skge_ring_alloc()
2609
BUG_ON(skge->tx_ring.
to_use
!= skge->tx_ring.to_clean);
in skge_up()
2611
skge_qset(skge, txqaddr[port], skge->tx_ring.
to_use
);
in skge_up()
2736
return ((ring->to_clean > ring->
to_use
) ? 0 : ring->count)
in skge_avail()
2737
+ (ring->to_clean - ring->
to_use
) - 1;
in skge_avail()
2757
e = skge->tx_ring.
to_use
;
in skge_xmit_frame()
2831
skge->tx_ring.
to_use
= e->next;
in skge_xmit_frame()
2842
e = skge->tx_ring.
to_use
;
in skge_xmit_frame()
2878
for (e = skge->tx_ring.to_clean; e != skge->tx_ring.
to_use
; e = e->next) {
in skge_tx_clean()
3160
for (e = ring->to_clean; e != ring->
to_use
;
in skge_tx_done()
[all...]
Completed in 31 milliseconds
1
2