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:sc_buf_pool
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
request_manager.c
745
INIT_LIST_HEAD(&oct->
sc_buf_pool
.head);
in octeon_setup_sc_buffer_pool()
746
spin_lock_init(&oct->
sc_buf_pool
.lock);
in octeon_setup_sc_buffer_pool()
747
atomic_set(&oct->
sc_buf_pool
.alloc_buf_count, 0);
in octeon_setup_sc_buffer_pool()
762
list_add_tail(&sc->node, &oct->
sc_buf_pool
.head);
in octeon_setup_sc_buffer_pool()
838
spin_lock_bh(&oct->
sc_buf_pool
.lock);
in octeon_free_sc_buffer_pool()
840
list_for_each_safe(tmp, tmp2, &oct->
sc_buf_pool
.head) {
in octeon_free_sc_buffer_pool()
848
INIT_LIST_HEAD(&oct->
sc_buf_pool
.head);
in octeon_free_sc_buffer_pool()
850
spin_unlock_bh(&oct->
sc_buf_pool
.lock);
in octeon_free_sc_buffer_pool()
872
spin_lock_bh(&oct->
sc_buf_pool
.lock);
in octeon_alloc_soft_command()
874
if (list_empty(&oct->
sc_buf_pool
in octeon_alloc_soft_command()
[all...]
H
A
D
octeon_device.h
483
struct octeon_sc_buffer_pool
sc_buf_pool
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
request_manager.c
744
INIT_LIST_HEAD(&oct->
sc_buf_pool
.head);
in octeon_setup_sc_buffer_pool()
745
spin_lock_init(&oct->
sc_buf_pool
.lock);
in octeon_setup_sc_buffer_pool()
746
atomic_set(&oct->
sc_buf_pool
.alloc_buf_count, 0);
in octeon_setup_sc_buffer_pool()
761
list_add_tail(&sc->node, &oct->
sc_buf_pool
.head);
in octeon_setup_sc_buffer_pool()
840
spin_lock_bh(&oct->
sc_buf_pool
.lock);
in octeon_free_sc_buffer_pool()
842
list_for_each_safe(tmp, tmp2, &oct->
sc_buf_pool
.head) {
in octeon_free_sc_buffer_pool()
850
INIT_LIST_HEAD(&oct->
sc_buf_pool
.head);
in octeon_free_sc_buffer_pool()
852
spin_unlock_bh(&oct->
sc_buf_pool
.lock);
in octeon_free_sc_buffer_pool()
875
spin_lock_bh(&oct->
sc_buf_pool
.lock);
in octeon_alloc_soft_command()
877
if (list_empty(&oct->
sc_buf_pool
in octeon_alloc_soft_command()
[all...]
H
A
D
octeon_device.h
483
struct octeon_sc_buffer_pool
sc_buf_pool
;
member
Completed in 6 milliseconds