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:cr_strhash
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
392
struct list_head
cr_strhash
; /* hash by cr_name */
member
H
A
D
nfs4state.c
7204
INIT_LIST_HEAD(&crp->
cr_strhash
);
in nfs4_client_to_reclaim()
7205
list_add(&crp->
cr_strhash
, &nn->reclaim_str_hashtbl[strhashval]);
in nfs4_client_to_reclaim()
7219
list_del(&crp->
cr_strhash
);
in nfs4_remove_reclaim_record()
7235
struct nfs4_client_reclaim,
cr_strhash
);
in nfs4_release_reclaim()
7251
list_for_each_entry(crp, &nn->reclaim_str_hashtbl[strhashval],
cr_strhash
) {
in nfsd4_find_reclaim_client()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
427
struct list_head
cr_strhash
; /* hash by cr_name */
member
H
A
D
nfs4state.c
8020
INIT_LIST_HEAD(&crp->
cr_strhash
);
in nfs4_client_to_reclaim()
8021
list_add(&crp->
cr_strhash
, &nn->reclaim_str_hashtbl[strhashval]);
in nfs4_client_to_reclaim()
8035
list_del(&crp->
cr_strhash
);
in nfs4_remove_reclaim_record()
8051
struct nfs4_client_reclaim,
cr_strhash
);
in nfs4_release_reclaim()
8067
list_for_each_entry(crp, &nn->reclaim_str_hashtbl[strhashval],
cr_strhash
) {
in nfsd4_find_reclaim_client()
Completed in 23 milliseconds