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:SVC_POOL_PERNODE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
svc.c
50
SVC_POOL_PERNODE
/* one pool per numa node */
enumerator
95
*ip =
SVC_POOL_PERNODE
;
in param_set_pool_mode()
117
case
SVC_POOL_PERNODE
:
in param_get_pool_mode()
141
return
SVC_POOL_PERNODE
;
in svc_pool_map_choose_mode()
211
* Initialise the pool map for
SVC_POOL_PERNODE
mode.
267
case
SVC_POOL_PERNODE
:
in svc_pool_map_get()
322
if (m->mode ==
SVC_POOL_PERNODE
)
in svc_pool_map_get_node()
351
case
SVC_POOL_PERNODE
:
in svc_pool_map_set_cpumask()
383
case
SVC_POOL_PERNODE
:
in svc_pool_for_cpu()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
svc.c
74
*ip =
SVC_POOL_PERNODE
;
in param_set_pool_mode()
96
case
SVC_POOL_PERNODE
:
in param_get_pool_mode()
120
return
SVC_POOL_PERNODE
;
in svc_pool_map_choose_mode()
190
* Initialise the pool map for
SVC_POOL_PERNODE
mode.
243
case
SVC_POOL_PERNODE
:
in svc_pool_map_get()
293
if (m->mode ==
SVC_POOL_PERNODE
)
in svc_pool_map_get_node()
322
case
SVC_POOL_PERNODE
:
in svc_pool_map_set_cpumask()
351
case
SVC_POOL_PERNODE
:
in svc_pool_for_cpu()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
svc.h
474
SVC_POOL_PERNODE
/* one pool per numa node */
enumerator
Completed in 6 milliseconds