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:rsi_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
netns.h
15
struct cache_detail *
rsi_cache
;
member
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
netns.h
15
struct cache_detail *
rsi_cache
;
member
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H
A
D
svcauth_gss.c
1250
rsip = rsi_lookup(sn->
rsi_cache
, &rsikey);
in svcauth_gss_legacy_init()
1254
if (cache_check(sn->
rsi_cache
, &rsip->h, &rqstp->rq_chandle) < 0)
in svcauth_gss_legacy_init()
1270
cache_put(&rsip->h, sn->
rsi_cache
);
in svcauth_gss_legacy_init()
1928
sn->
rsi_cache
= cd;
in rsi_cache_create_net()
1935
struct cache_detail *cd = sn->
rsi_cache
;
in rsi_cache_destroy_net()
1937
sn->
rsi_cache
= NULL;
in rsi_cache_destroy_net()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
svcauth_gss.c
1209
rsip = rsi_lookup(sn->
rsi_cache
, &rsikey);
in svcauth_gss_legacy_init()
1213
if (cache_check(sn->
rsi_cache
, &rsip->h, &rqstp->rq_chandle) < 0)
in svcauth_gss_legacy_init()
1230
cache_put(&rsip->h, sn->
rsi_cache
);
in svcauth_gss_legacy_init()
2041
sn->
rsi_cache
= cd;
in rsi_cache_create_net()
2048
struct cache_detail *cd = sn->
rsi_cache
;
in rsi_cache_destroy_net()
2050
sn->
rsi_cache
= NULL;
in rsi_cache_destroy_net()
Completed in 6 milliseconds