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:slsb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
qdio.h
200
* Note on cache alignment: grouped
slsb
and write mostly data at the beginning
204
struct
slsb
slsb
;
member
H
A
D
qdio_main.c
218
__state = q->
slsb
.val[bufnr];
in get_buf_states()
232
q->
slsb
.val[bufnr] == SLSB_P_OUTPUT_PENDING &&
in get_buf_states()
237
if (q->
slsb
.val[bufnr] != __state)
in get_buf_states()
252
/* wrap-around safe setting of
slsb
states, returns number of changed buffers */
265
WRITE_ONCE(q->
slsb
.val[bufnr], state);
in set_buf_states()
281
/* set
slsb
states to initial state */
H
A
D
qdio_setup.c
239
q->slib->slsba = (unsigned long)&q->
slsb
.val[0];
in setup_storage_lists()
412
desc->slsba = virt_to_phys(&queue->
slsb
);
in qdio_fill_qdr_desc()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
qdio.h
173
* Note on cache alignment: grouped
slsb
and write mostly data at the beginning
177
struct
slsb
slsb
;
member
H
A
D
qdio_setup.c
178
q->slib->slsba = (unsigned long)&q->
slsb
.val[0];
in setup_storage_lists()
296
desc->slsba = virt_to_phys(&queue->
slsb
);
in qdio_fill_qdr_desc()
H
A
D
qdio_main.c
216
__state = q->
slsb
.val[bufnr];
in get_buf_states()
226
if (q->
slsb
.val[bufnr] != __state)
in get_buf_states()
241
/* wrap-around safe setting of
slsb
states, returns number of changed buffers */
254
WRITE_ONCE(q->
slsb
.val[bufnr], state);
in set_buf_states()
270
/* set
slsb
states to initial state */
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
qdio.h
242
* struct
slsb
- storage list state block (SLSB)
245
struct
slsb
{
struct
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
qdio.h
239
* struct
slsb
- storage list state block (SLSB)
242
struct
slsb
{
struct
Completed in 13 milliseconds