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:chash
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
pnd2_edac.c
423
static struct b_cr_slice_channel_hash
chash
;
variable
522
RD_REG(&
chash
, b_cr_slice_channel_hash))
in get_registers()
533
chash
.sym_slice0_channel_enabled = 0x1;
in get_registers()
534
chash
.sym_slice1_channel_enabled = 0x1;
in get_registers()
559
two_slices = !
chash
.slice_1_disabled &&
in get_registers()
560
!
chash
.slice_0_mem_disabled &&
in get_registers()
561
(
chash
.sym_slice0_channel_enabled != 0) &&
in get_registers()
562
(
chash
.sym_slice1_channel_enabled != 0);
in get_registers()
563
two_channels = !
chash
.ch_1_disabled &&
in get_registers()
564
!
chash
in get_registers()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
pnd2_edac.c
401
static struct b_cr_slice_channel_hash
chash
;
variable
500
RD_REG(&
chash
, b_cr_slice_channel_hash))
in get_registers()
511
chash
.sym_slice0_channel_enabled = 0x1;
in get_registers()
512
chash
.sym_slice1_channel_enabled = 0x1;
in get_registers()
537
two_slices = !
chash
.slice_1_disabled &&
in get_registers()
538
!
chash
.slice_0_mem_disabled &&
in get_registers()
539
(
chash
.sym_slice0_channel_enabled != 0) &&
in get_registers()
540
(
chash
.sym_slice1_channel_enabled != 0);
in get_registers()
541
two_channels = !
chash
.ch_1_disabled &&
in get_registers()
542
!
chash
in get_registers()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
dir.c
339
if (!de && room && F2FS_I(dir)->
chash
!= fname->hash) {
in find_in_level()
340
F2FS_I(dir)->
chash
= fname->hash;
in find_in_level()
666
if (F2FS_I(dir)->
chash
== fname->hash) {
in f2fs_add_regular_entry()
668
F2FS_I(dir)->
chash
= 0;
in f2fs_add_regular_entry()
H
A
D
f2fs.h
726
f2fs_hash_t
chash
; /* hash value of given file name */
member
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
dir.c
352
if (!de && room && F2FS_I(dir)->
chash
!= fname->hash) {
in find_in_level()
353
F2FS_I(dir)->
chash
= fname->hash;
in find_in_level()
696
if (F2FS_I(dir)->
chash
== fname->hash) {
in f2fs_add_regular_entry()
698
F2FS_I(dir)->
chash
= 0;
in f2fs_add_regular_entry()
H
A
D
f2fs.h
820
f2fs_hash_t
chash
; /* hash value of given file name */
member
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
machine.c
2205
unsigned char
chash
[CHASHSZ];
in remove_loops()
local
2207
memset(
chash
, NO_ENTRY, sizeof(
chash
));
in remove_loops()
2215
if (
chash
[h] == NO_ENTRY) {
in remove_loops()
2216
chash
[h] = i;
in remove_loops()
2217
} else if (l[
chash
[h]].from == l[i].from) {
in remove_loops()
2221
for (j =
chash
[h]; j < i && i + off < nr; j++, off++)
in remove_loops()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
machine.c
2442
unsigned char
chash
[CHASHSZ];
in remove_loops()
local
2444
memset(
chash
, NO_ENTRY, sizeof(
chash
));
in remove_loops()
2452
if (
chash
[h] == NO_ENTRY) {
in remove_loops()
2453
chash
[h] = i;
in remove_loops()
2454
} else if (l[
chash
[h]].from == l[i].from) {
in remove_loops()
2458
for (j =
chash
[h]; j < i && i + off < nr; j++, off++)
in remove_loops()
Completed in 35 milliseconds