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:cq_get
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_cq.c
55
cqe = &cq->queue[cq->
cq_get
% cq->num_cqe];
in siw_reap_cqe()
76
cq->
cq_get
% cq->num_cqe, cqe->opcode,
in siw_reap_cqe()
100
cq->
cq_get
++;
in siw_reap_cqe()
H
A
D
siw.h
208
u32
cq_get
;
member
H
A
D
siw_verbs.c
1270
return cq->cq_put - cq->
cq_get
;
in siw_req_notify_cq()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_cq.c
55
cqe = &cq->queue[cq->
cq_get
% cq->num_cqe];
in siw_reap_cqe()
76
cq->
cq_get
% cq->num_cqe, cqe->opcode,
in siw_reap_cqe()
100
cq->
cq_get
++;
in siw_reap_cqe()
H
A
D
siw.h
209
u32
cq_get
;
member
H
A
D
siw_verbs.c
1277
return cq->cq_put - cq->
cq_get
;
in siw_req_notify_cq()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fhci-tds.c
108
struct packet *pkt =
cq_get
(&ep->conf_frame_Q);
in fhci_ep0_free()
118
struct packet *pkt =
cq_get
(&ep->empty_frame_Q);
in fhci_ep0_free()
128
u8 *buff =
cq_get
(&ep->dummy_packets_Q);
in fhci_ep0_free()
318
pkt =
cq_get
(&ep->conf_frame_Q);
in fhci_td_transaction_confirm()
H
A
D
fhci-sched.c
212
pkt =
cq_get
(&usb->ep0->empty_frame_Q);
in add_packet()
221
data =
cq_get
(&usb->ep0->dummy_packets_Q);
in add_packet()
H
A
D
fhci.h
493
static inline void *
cq_get
(struct kfifo *kfifo)
in cq_get()
function
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
fhci-tds.c
108
struct packet *pkt =
cq_get
(&ep->conf_frame_Q);
in fhci_ep0_free()
118
struct packet *pkt =
cq_get
(&ep->empty_frame_Q);
in fhci_ep0_free()
128
u8 *buff =
cq_get
(&ep->dummy_packets_Q);
in fhci_ep0_free()
318
pkt =
cq_get
(&ep->conf_frame_Q);
in fhci_td_transaction_confirm()
H
A
D
fhci-sched.c
212
pkt =
cq_get
(&usb->ep0->empty_frame_Q);
in add_packet()
221
data =
cq_get
(&usb->ep0->dummy_packets_Q);
in add_packet()
H
A
D
fhci.h
493
static inline void *
cq_get
(struct kfifo *kfifo)
in cq_get()
function
Completed in 15 milliseconds