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:read_attribute
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
sysfs.c
66
read_attribute
(bucket_size);
67
read_attribute
(block_size);
68
read_attribute
(nbuckets);
69
read_attribute
(tree_depth);
70
read_attribute
(root_usage_percent);
71
read_attribute
(priority_stats);
72
read_attribute
(btree_cache_size);
73
read_attribute
(btree_cache_max_chain);
74
read_attribute
(cache_available_percent);
75
read_attribute
(writte
[all...]
H
A
D
stats.c
44
read_attribute
(cache_hits);
45
read_attribute
(cache_misses);
46
read_attribute
(cache_bypass_hits);
47
read_attribute
(cache_bypass_misses);
48
read_attribute
(cache_hit_ratio);
49
read_attribute
(cache_readaheads);
50
read_attribute
(cache_miss_collisions);
51
read_attribute
(bypassed);
H
A
D
util.h
416
read_attribute
(name ## _average_frequency_ ## frequency_units); \
417
read_attribute
(name ## _average_duration_ ## duration_units); \
418
read_attribute
(name ## _max_duration_ ## duration_units); \
419
read_attribute
(name ## _last_ ## frequency_units)
H
A
D
sysfs.h
48
#define
read_attribute
(n) __sysfs_attribute(n, 0444)
macro
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
sysfs.c
66
read_attribute
(bucket_size);
67
read_attribute
(block_size);
68
read_attribute
(nbuckets);
69
read_attribute
(tree_depth);
70
read_attribute
(root_usage_percent);
71
read_attribute
(priority_stats);
72
read_attribute
(btree_cache_size);
73
read_attribute
(btree_cache_max_chain);
74
read_attribute
(cache_available_percent);
75
read_attribute
(writte
[all...]
H
A
D
stats.c
44
read_attribute
(cache_hits);
45
read_attribute
(cache_misses);
46
read_attribute
(cache_bypass_hits);
47
read_attribute
(cache_bypass_misses);
48
read_attribute
(cache_hit_ratio);
49
read_attribute
(cache_miss_collisions);
50
read_attribute
(bypassed);
H
A
D
util.h
397
read_attribute
(name ## _average_frequency_ ## frequency_units); \
398
read_attribute
(name ## _average_duration_ ## duration_units); \
399
read_attribute
(name ## _max_duration_ ## duration_units); \
400
read_attribute
(name ## _last_ ## frequency_units)
H
A
D
sysfs.h
48
#define
read_attribute
(n) __sysfs_attribute(n, 0444)
macro
Completed in 5 milliseconds