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:aidaw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
scm_blk.c
130
u64
aidaw
;
in scm_request_done()
local
135
aidaw
= (u64)phys_to_virt(msb->data_addr);
in scm_request_done()
137
if ((msb->flags & MSB_FLAG_IDA) &&
aidaw
&&
in scm_request_done()
138
IS_ALIGNED(
aidaw
, PAGE_SIZE))
in scm_request_done()
139
mempool_free(virt_to_page(
aidaw
), aidaw_pool);
in scm_request_done()
152
static inline struct
aidaw
*scm_aidaw_alloc(void)
in scm_aidaw_alloc()
159
static inline unsigned long scm_aidaw_bytes(struct
aidaw
*
aidaw
)
in scm_aidaw_bytes()
argument
161
unsigned long _aidaw = (unsigned long)
aidaw
;
in scm_aidaw_bytes()
164
return (bytes / sizeof(*
aidaw
)) * PAGE_SIZ
in scm_aidaw_bytes()
169
struct
aidaw
*
aidaw
;
scm_aidaw_fetch()
local
188
struct
aidaw
*
aidaw
;
scm_request_prepare()
local
[all...]
H
A
D
scm_blk.h
31
struct
aidaw
*next_aidaw;
46
struct
aidaw
*scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes);
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
scm_blk.c
129
u64
aidaw
;
in scm_request_done()
local
134
aidaw
= (u64)phys_to_virt(msb->data_addr);
in scm_request_done()
136
if ((msb->flags & MSB_FLAG_IDA) &&
aidaw
&&
in scm_request_done()
137
IS_ALIGNED(
aidaw
, PAGE_SIZE))
in scm_request_done()
138
mempool_free(virt_to_page((void *)
aidaw
), aidaw_pool);
in scm_request_done()
151
static inline struct
aidaw
*scm_aidaw_alloc(void)
in scm_aidaw_alloc()
158
static inline unsigned long scm_aidaw_bytes(struct
aidaw
*
aidaw
)
in scm_aidaw_bytes()
argument
160
unsigned long _aidaw = (unsigned long)
aidaw
;
in scm_aidaw_bytes()
163
return (bytes / sizeof(*
aidaw
)) * PAGE_SIZ
in scm_aidaw_bytes()
168
struct
aidaw
*
aidaw
;
scm_aidaw_fetch()
local
187
struct
aidaw
*
aidaw
;
scm_request_prepare()
local
[all...]
H
A
D
scm_blk.h
30
struct
aidaw
*next_aidaw;
45
struct
aidaw
*scm_aidaw_fetch(struct scm_request *scmrq, unsigned int bytes);
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
eadm.h
53
struct
aidaw
{
struct
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
eadm.h
53
struct
aidaw
{
struct
Completed in 3 milliseconds