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:CLIENT_HASH_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
netns.h
16
#define
CLIENT_HASH_SIZE
(1 << CLIENT_HASH_BITS)
macro
17
#define CLIENT_HASH_MASK (
CLIENT_HASH_SIZE
- 1)
H
A
D
nfs4recover.c
574
nn->reclaim_str_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_legacy_state_init()
580
for (i = 0; i <
CLIENT_HASH_SIZE
; i++)
in nfs4_legacy_state_init()
1480
nn->reclaim_str_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_cld_state_init()
1486
for (i = 0; i <
CLIENT_HASH_SIZE
; i++)
in nfs4_cld_state_init()
H
A
D
nfs4state.c
7232
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_release_reclaim()
7309
nn->conf_id_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_state_create_net()
7314
nn->unconf_id_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_state_create_net()
7325
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_state_create_net()
7367
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_state_destroy_net()
7376
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_state_destroy_net()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
netns.h
19
#define
CLIENT_HASH_SIZE
(1 << CLIENT_HASH_BITS)
macro
20
#define CLIENT_HASH_MASK (
CLIENT_HASH_SIZE
- 1)
H
A
D
nfs4recover.c
574
nn->reclaim_str_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_legacy_state_init()
580
for (i = 0; i <
CLIENT_HASH_SIZE
; i++)
in nfs4_legacy_state_init()
1480
nn->reclaim_str_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_cld_state_init()
1486
for (i = 0; i <
CLIENT_HASH_SIZE
; i++)
in nfs4_cld_state_init()
H
A
D
nfs4state.c
8048
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_release_reclaim()
8113
nn->conf_id_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_state_create_net()
8118
nn->unconf_id_hashtbl = kmalloc_array(
CLIENT_HASH_SIZE
,
in nfs4_state_create_net()
8129
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_state_create_net()
8181
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_state_destroy_net()
8190
for (i = 0; i <
CLIENT_HASH_SIZE
; i++) {
in nfs4_state_destroy_net()
Completed in 34 milliseconds