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:lcb_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
752
static struct lcb_datum
lcb_cache
[] = {
variable
760
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in write_lcb_cache()
761
if (
lcb_cache
[i].off == off) {
in write_lcb_cache()
762
lcb_cache
[i].val = val;
in write_lcb_cache()
775
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in read_lcb_cache()
776
if (
lcb_cache
[i].off == off) {
in read_lcb_cache()
777
*val =
lcb_cache
[i].val;
in read_lcb_cache()
H
A
D
chip.c
8642
static struct lcb_datum
lcb_cache
[] = {
variable
8654
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in update_lcb_cache()
8655
ret = read_lcb_csr(dd,
lcb_cache
[i].off, &val);
in update_lcb_cache()
8659
lcb_cache
[i].val = val;
in update_lcb_cache()
8667
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in read_lcb_cache()
8668
if (
lcb_cache
[i].off == off) {
in read_lcb_cache()
8669
*val =
lcb_cache
[i].val;
in read_lcb_cache()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
710
static struct lcb_datum
lcb_cache
[] = {
variable
718
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in write_lcb_cache()
719
if (
lcb_cache
[i].off == off) {
in write_lcb_cache()
720
lcb_cache
[i].val = val;
in write_lcb_cache()
733
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in read_lcb_cache()
734
if (
lcb_cache
[i].off == off) {
in read_lcb_cache()
735
*val =
lcb_cache
[i].val;
in read_lcb_cache()
H
A
D
chip.c
8603
static struct lcb_datum
lcb_cache
[] = {
variable
8615
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in update_lcb_cache()
8616
ret = read_lcb_csr(dd,
lcb_cache
[i].off, &val);
in update_lcb_cache()
8620
lcb_cache
[i].val = val;
in update_lcb_cache()
8628
for (i = 0; i < ARRAY_SIZE(
lcb_cache
); i++) {
in read_lcb_cache()
8629
if (
lcb_cache
[i].off == off) {
in read_lcb_cache()
8630
*val =
lcb_cache
[i].val;
in read_lcb_cache()
Completed in 52 milliseconds