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:alloc_buf_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_puda.h
142
u32
alloc_buf_count
;
member
H
A
D
i40iw_puda.c
840
rsrc->
alloc_buf_count
--;
in i40iw_puda_dele_resources()
864
rsrc->
alloc_buf_count
++;
in i40iw_puda_allocbufs()
873
rsrc->avail_buf_count = rsrc->
alloc_buf_count
;
in i40iw_puda_allocbufs()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_iq.h
321
atomic_t
alloc_buf_count
;
member
H
A
D
request_manager.c
747
atomic_set(&oct->sc_buf_pool.
alloc_buf_count
, 0);
in octeon_setup_sc_buffer_pool()
884
atomic_inc(&oct->sc_buf_pool.
alloc_buf_count
);
in octeon_alloc_soft_command()
933
atomic_dec(&oct->sc_buf_pool.
alloc_buf_count
);
in octeon_free_soft_command()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_iq.h
321
atomic_t
alloc_buf_count
;
member
H
A
D
request_manager.c
746
atomic_set(&oct->sc_buf_pool.
alloc_buf_count
, 0);
in octeon_setup_sc_buffer_pool()
887
atomic_inc(&oct->sc_buf_pool.
alloc_buf_count
);
in octeon_alloc_soft_command()
937
atomic_dec(&oct->sc_buf_pool.
alloc_buf_count
);
in octeon_free_soft_command()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
puda.h
125
u32
alloc_buf_count
;
member
H
A
D
puda.c
956
rsrc->
alloc_buf_count
--;
in irdma_puda_dele_rsrc()
980
rsrc->
alloc_buf_count
++;
in irdma_puda_allocbufs()
990
rsrc->avail_buf_count = rsrc->
alloc_buf_count
;
in irdma_puda_allocbufs()
Completed in 9 milliseconds