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:nextbuf
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H
A
D
uvc_queue.c
448
struct uvc_buffer *
nextbuf
;
in uvc_queue_get_current_buffer()
local
452
nextbuf
= __uvc_queue_get_current_buffer(queue);
in uvc_queue_get_current_buffer()
455
return
nextbuf
;
in uvc_queue_get_current_buffer()
509
struct uvc_buffer *
nextbuf
;
in uvc_queue_next_buffer()
local
514
nextbuf
= __uvc_queue_get_current_buffer(queue);
in uvc_queue_next_buffer()
519
return
nextbuf
;
in uvc_queue_next_buffer()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H
A
D
uvc_queue.c
445
struct uvc_buffer *
nextbuf
;
in uvc_queue_get_current_buffer()
local
449
nextbuf
= __uvc_queue_get_current_buffer(queue);
in uvc_queue_get_current_buffer()
452
return
nextbuf
;
in uvc_queue_get_current_buffer()
506
struct uvc_buffer *
nextbuf
;
in uvc_queue_next_buffer()
local
511
nextbuf
= __uvc_queue_get_current_buffer(queue);
in uvc_queue_next_buffer()
516
return
nextbuf
;
in uvc_queue_next_buffer()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
uvc_queue.c
312
struct uvc_buffer *
nextbuf
;
in uvcg_queue_next_buffer()
local
323
nextbuf
= list_first_entry(&queue->irqqueue, struct uvc_buffer,
in uvcg_queue_next_buffer()
326
nextbuf
= NULL;
in uvcg_queue_next_buffer()
335
return
nextbuf
;
in uvcg_queue_next_buffer()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_puda.c
796
struct i40iw_puda_buf *
nextbuf
= NULL;
in i40iw_puda_dele_resources()
local
837
nextbuf
= buf->next;
in i40iw_puda_dele_resources()
839
buf =
nextbuf
;
in i40iw_puda_dele_resources()
855
struct i40iw_puda_buf *
nextbuf
;
in i40iw_puda_allocbufs()
local
868
nextbuf
= rsrc->alloclist;
in i40iw_puda_allocbufs()
870
buf->next =
nextbuf
;
in i40iw_puda_allocbufs()
1137
struct i40iw_puda_buf *
nextbuf
;
in i40iw_ieq_create_pbufl()
local
1144
nextbuf
= i40iw_puda_get_listbuf(rxlist);
in i40iw_ieq_create_pbufl()
1145
if (!
nextbuf
) {
in i40iw_ieq_create_pbufl()
1149
list_add_tail(&
nextbuf
in i40iw_ieq_create_pbufl()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
puda.c
898
struct irdma_puda_buf *
nextbuf
= NULL;
in irdma_puda_dele_rsrc()
local
953
nextbuf
= buf->next;
in irdma_puda_dele_rsrc()
955
buf =
nextbuf
;
in irdma_puda_dele_rsrc()
971
struct irdma_puda_buf *
nextbuf
;
in irdma_puda_allocbufs()
local
984
nextbuf
= rsrc->alloclist;
in irdma_puda_allocbufs()
986
buf->next =
nextbuf
;
in irdma_puda_allocbufs()
1328
struct irdma_puda_buf *
nextbuf
;
in irdma_ieq_create_pbufl()
local
1335
nextbuf
= irdma_puda_get_listbuf(rxlist);
in irdma_ieq_create_pbufl()
1336
if (!
nextbuf
) {
in irdma_ieq_create_pbufl()
1340
list_add_tail(&
nextbuf
in irdma_ieq_create_pbufl()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H
A
D
conn.c
293
struct mlx5_fpga_dma_buf *buf, *
nextbuf
;
in mlx5_fpga_conn_sq_cqe()
local
307
nextbuf
= list_first_entry(&conn->qp.sq.backlog,
in mlx5_fpga_conn_sq_cqe()
309
list_del(&
nextbuf
->list);
in mlx5_fpga_conn_sq_cqe()
310
mlx5_fpga_conn_post_send(conn,
nextbuf
);
in mlx5_fpga_conn_sq_cqe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H
A
D
conn.c
293
struct mlx5_fpga_dma_buf *buf, *
nextbuf
;
in mlx5_fpga_conn_sq_cqe()
local
307
nextbuf
= list_first_entry(&conn->qp.sq.backlog,
in mlx5_fpga_conn_sq_cqe()
309
list_del(&
nextbuf
->list);
in mlx5_fpga_conn_sq_cqe()
310
mlx5_fpga_conn_post_send(conn,
nextbuf
);
in mlx5_fpga_conn_sq_cqe()
/kernel/linux/linux-5.10/drivers/block/aoe/
H
A
D
aoecmd.c
27
static struct buf *
nextbuf
(struct aoedev *);
376
buf =
nextbuf
(d);
in aoecmd_ata_rw()
835
nextbuf
(struct aoedev *d)
in nextbuf()
function
866
pr_err("aoe:
nextbuf
: unable to mempool_alloc!\n");
in nextbuf()
/kernel/linux/linux-6.6/drivers/block/aoe/
H
A
D
aoecmd.c
26
static struct buf *
nextbuf
(struct aoedev *);
375
buf =
nextbuf
(d);
in aoecmd_ata_rw()
834
nextbuf
(struct aoedev *d)
in nextbuf()
function
865
pr_err("aoe:
nextbuf
: unable to mempool_alloc!\n");
in nextbuf()
Completed in 12 milliseconds