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:hash_pos
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/
H
A
D
dir.c
54
int
hash_pos
;
in affs_readdir()
local
69
hash_pos
= (ctx->pos - 2) >> 16;
in affs_readdir()
73
hash_pos
++;
in affs_readdir()
74
ctx->pos = ((
hash_pos
<< 16) | chain_pos) + 2;
in affs_readdir()
89
ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[
hash_pos
]);
in affs_readdir()
103
hash_pos
++;
in affs_readdir()
105
for (;
hash_pos
< AFFS_SB(sb)->s_hashsize;
hash_pos
++) {
in affs_readdir()
106
ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[
hash_pos
]);
in affs_readdir()
109
ctx->pos = (
hash_pos
<< 1
in affs_readdir()
[all...]
/kernel/linux/linux-6.6/fs/affs/
H
A
D
dir.c
54
int
hash_pos
;
in affs_readdir()
local
69
hash_pos
= (ctx->pos - 2) >> 16;
in affs_readdir()
73
hash_pos
++;
in affs_readdir()
74
ctx->pos = ((
hash_pos
<< 16) | chain_pos) + 2;
in affs_readdir()
89
ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[
hash_pos
]);
in affs_readdir()
103
hash_pos
++;
in affs_readdir()
105
for (;
hash_pos
< AFFS_SB(sb)->s_hashsize;
hash_pos
++) {
in affs_readdir()
106
ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[
hash_pos
]);
in affs_readdir()
109
ctx->pos = (
hash_pos
<< 1
in affs_readdir()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
ibmpowernv.c
220
char *
hash_pos
= strchr(name, '#');
in get_sensor_index_attr()
local
226
if (!
hash_pos
)
in get_sensor_index_attr()
229
dash_pos = strchr(
hash_pos
, '-');
in get_sensor_index_attr()
233
copy_len = dash_pos -
hash_pos
- 1;
in get_sensor_index_attr()
237
strncpy(buf,
hash_pos
+ 1, copy_len);
in get_sensor_index_attr()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
ibmpowernv.c
220
char *
hash_pos
= strchr(name, '#');
in get_sensor_index_attr()
local
226
if (!
hash_pos
)
in get_sensor_index_attr()
229
dash_pos = strchr(
hash_pos
, '-');
in get_sensor_index_attr()
233
copy_len = dash_pos -
hash_pos
- 1;
in get_sensor_index_attr()
237
strncpy(buf,
hash_pos
+ 1, copy_len);
in get_sensor_index_attr()
Completed in 5 milliseconds