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:plevel
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
dabtree.c
225
int
plevel
;
in xchk_da_btree_block_check_sibling()
local
261
for (
plevel
= 0;
plevel
< altpath->active;
plevel
++) {
in xchk_da_btree_block_check_sibling()
262
if (altpath->blk[
plevel
].bp == NULL ||
in xchk_da_btree_block_check_sibling()
263
(
plevel
< path->active &&
in xchk_da_btree_block_check_sibling()
264
altpath->blk[
plevel
].bp == path->blk[
plevel
].bp))
in xchk_da_btree_block_check_sibling()
267
xfs_trans_brelse(ds->dargs.trans, altpath->blk[
plevel
].bp);
in xchk_da_btree_block_check_sibling()
268
altpath->blk[
plevel
]
in xchk_da_btree_block_check_sibling()
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
dabtree.c
226
int
plevel
;
in xchk_da_btree_block_check_sibling()
local
262
for (
plevel
= 0;
plevel
< altpath->active;
plevel
++) {
in xchk_da_btree_block_check_sibling()
263
if (altpath->blk[
plevel
].bp == NULL ||
in xchk_da_btree_block_check_sibling()
264
(
plevel
< path->active &&
in xchk_da_btree_block_check_sibling()
265
altpath->blk[
plevel
].bp == path->blk[
plevel
].bp))
in xchk_da_btree_block_check_sibling()
268
xfs_trans_brelse(ds->dargs.trans, altpath->blk[
plevel
].bp);
in xchk_da_btree_block_check_sibling()
269
altpath->blk[
plevel
]
in xchk_da_btree_block_check_sibling()
[all...]
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_debugfs.c
33
void *
plevel
;
member
225
dir, vchiq_debugfs_log_entries[i].
plevel
,
in vchiq_debugfs_init()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_debugfs.c
28
void *
plevel
;
member
219
dir, vchiq_debugfs_log_entries[i].
plevel
,
in vchiq_debugfs_init()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
arch_timer.c
635
bool vlevel,
plevel
;
in kvm_timer_should_notify_user()
local
641
plevel
= sregs->device_irq_level & KVM_ARM_DEV_EL1_PTIMER;
in kvm_timer_should_notify_user()
644
kvm_timer_should_fire(ptimer) !=
plevel
;
in kvm_timer_should_notify_user()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arch_timer.c
866
bool vlevel,
plevel
;
in kvm_timer_should_notify_user()
local
872
plevel
= sregs->device_irq_level & KVM_ARM_DEV_EL1_PTIMER;
in kvm_timer_should_notify_user()
875
kvm_timer_should_fire(ptimer) !=
plevel
;
in kvm_timer_should_notify_user()
Completed in 6 milliseconds