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:vl_arb_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
766
struct
vl_arb_cache
{
struct
944
struct
vl_arb_cache
vl_arb_cache
[MAX_PRIO_TABLE];
member
H
A
D
chip.c
11103
* '
vl_arb_cache
' (and do no CSR reads) in response to a
in init_vl_arb_caches()
11112
spin_lock_init(&ppd->
vl_arb_cache
[i].lock);
in init_vl_arb_caches()
11121
static inline struct
vl_arb_cache
*
11126
spin_lock(&ppd->
vl_arb_cache
[idx].lock);
in vl_arb_lock_cache()
11127
return &ppd->
vl_arb_cache
[idx];
in vl_arb_lock_cache()
11132
spin_unlock(&ppd->
vl_arb_cache
[idx].lock);
in vl_arb_unlock_cache()
11135
static void vl_arb_get_cache(struct
vl_arb_cache
*cache,
in vl_arb_get_cache()
11141
static void vl_arb_set_cache(struct
vl_arb_cache
*cache,
in vl_arb_set_cache()
11147
static int vl_arb_match_cache(struct
vl_arb_cache
*cache,
in vl_arb_match_cache()
11645
struct
vl_arb_cache
*vl
in fm_get_table()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
719
struct
vl_arb_cache
{
struct
893
struct
vl_arb_cache
vl_arb_cache
[MAX_PRIO_TABLE];
member
H
A
D
chip.c
11064
* '
vl_arb_cache
' (and do no CSR reads) in response to a
in init_vl_arb_caches()
11073
spin_lock_init(&ppd->
vl_arb_cache
[i].lock);
in init_vl_arb_caches()
11082
static inline struct
vl_arb_cache
*
11087
spin_lock(&ppd->
vl_arb_cache
[idx].lock);
in vl_arb_lock_cache()
11088
return &ppd->
vl_arb_cache
[idx];
in vl_arb_lock_cache()
11093
spin_unlock(&ppd->
vl_arb_cache
[idx].lock);
in vl_arb_unlock_cache()
11096
static void vl_arb_get_cache(struct
vl_arb_cache
*cache,
in vl_arb_get_cache()
11102
static void vl_arb_set_cache(struct
vl_arb_cache
*cache,
in vl_arb_set_cache()
11108
static int vl_arb_match_cache(struct
vl_arb_cache
*cache,
in vl_arb_match_cache()
11606
struct
vl_arb_cache
*vl
in fm_get_table()
[all...]
Completed in 43 milliseconds