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:zombie_sc_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
request_manager.c
770
struct octeon_response_list *done_sc_list, *
zombie_sc_list
;
in octeon_free_sc_done_list()
local
776
zombie_sc_list
= &oct->response_list[OCTEON_ZOMBIE_SC_LIST];
in octeon_free_sc_done_list()
794
list_add_tail(&sc->node, &
zombie_sc_list
->head);
in octeon_free_sc_done_list()
795
atomic_inc(&
zombie_sc_list
->pending_req_count);
in octeon_free_sc_done_list()
809
struct octeon_response_list *
zombie_sc_list
;
in octeon_free_sc_zombie_list()
local
814
zombie_sc_list
= &oct->response_list[OCTEON_ZOMBIE_SC_LIST];
in octeon_free_sc_zombie_list()
819
list_for_each_safe(tmp, tmp2, &
zombie_sc_list
->head) {
in octeon_free_sc_zombie_list()
821
atomic_dec(&
zombie_sc_list
->pending_req_count);
in octeon_free_sc_zombie_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
request_manager.c
770
struct octeon_response_list *done_sc_list, *
zombie_sc_list
;
in octeon_free_sc_done_list()
local
776
zombie_sc_list
= &oct->response_list[OCTEON_ZOMBIE_SC_LIST];
in octeon_free_sc_done_list()
794
list_add_tail(&sc->node, &
zombie_sc_list
->head);
in octeon_free_sc_done_list()
795
atomic_inc(&
zombie_sc_list
->pending_req_count);
in octeon_free_sc_done_list()
810
struct octeon_response_list *
zombie_sc_list
;
in octeon_free_sc_zombie_list()
local
815
zombie_sc_list
= &oct->response_list[OCTEON_ZOMBIE_SC_LIST];
in octeon_free_sc_zombie_list()
820
list_for_each_safe(tmp, tmp2, &
zombie_sc_list
->head) {
in octeon_free_sc_zombie_list()
822
atomic_dec(&
zombie_sc_list
->pending_req_count);
in octeon_free_sc_zombie_list()
Completed in 3 milliseconds