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:ccbp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/sbus/char/
H
A
D
oradax.c
442
struct dax_ccb *
ccbp
= &ctx->ccb_buf[i];
in dax_lock_pages()
local
450
if (
ccbp
->hdr.out_addr_type == DAX_ADDR_TYPE_VA) {
in dax_lock_pages()
452
if (dax_lock_page(
ccbp
->out,
in dax_lock_pages()
454
*err_va = (u64)
ccbp
->out;
in dax_lock_pages()
457
ccbp
->hdr.out_addr_type = DAX_ADDR_TYPE_VA_ALT;
in dax_lock_pages()
460
if (
ccbp
->hdr.pri_addr_type == DAX_ADDR_TYPE_VA) {
in dax_lock_pages()
462
if (dax_lock_page(
ccbp
->pri,
in dax_lock_pages()
464
*err_va = (u64)
ccbp
->pri;
in dax_lock_pages()
467
ccbp
->hdr.pri_addr_type = DAX_ADDR_TYPE_VA_ALT;
in dax_lock_pages()
470
if (
ccbp
in dax_lock_pages()
761
u64 *
ccbp
;
dax_prt_ccbs()
local
788
struct dax_ccb *
ccbp
= &ctx->ccb_buf[i];
dax_preprocess_usr_ccbs()
local
[all...]
/kernel/linux/linux-6.6/drivers/sbus/char/
H
A
D
oradax.c
441
struct dax_ccb *
ccbp
= &ctx->ccb_buf[i];
in dax_lock_pages()
local
449
if (
ccbp
->hdr.out_addr_type == DAX_ADDR_TYPE_VA) {
in dax_lock_pages()
451
if (dax_lock_page(
ccbp
->out,
in dax_lock_pages()
453
*err_va = (u64)
ccbp
->out;
in dax_lock_pages()
456
ccbp
->hdr.out_addr_type = DAX_ADDR_TYPE_VA_ALT;
in dax_lock_pages()
459
if (
ccbp
->hdr.pri_addr_type == DAX_ADDR_TYPE_VA) {
in dax_lock_pages()
461
if (dax_lock_page(
ccbp
->pri,
in dax_lock_pages()
463
*err_va = (u64)
ccbp
->pri;
in dax_lock_pages()
466
ccbp
->hdr.pri_addr_type = DAX_ADDR_TYPE_VA_ALT;
in dax_lock_pages()
469
if (
ccbp
in dax_lock_pages()
760
u64 *
ccbp
;
dax_prt_ccbs()
local
787
struct dax_ccb *
ccbp
= &ctx->ccb_buf[i];
dax_preprocess_usr_ccbs()
local
[all...]
Completed in 5 milliseconds