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:gss_new
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H
A
D
auth_gss.c
549
struct gss_upcall_msg *
gss_new
, *gss_msg;
in gss_setup_upcall()
local
552
gss_new
= gss_alloc_msg(gss_auth, uid, gss_cred->gc_principal);
in gss_setup_upcall()
553
if (IS_ERR(
gss_new
))
in gss_setup_upcall()
554
return
gss_new
;
in gss_setup_upcall()
555
gss_msg = gss_add_msg(
gss_new
);
in gss_setup_upcall()
556
if (gss_msg ==
gss_new
) {
in gss_setup_upcall()
559
res = rpc_queue_upcall(
gss_new
->pipe, &
gss_new
->msg);
in gss_setup_upcall()
561
gss_unhash_msg(
gss_new
);
in gss_setup_upcall()
563
gss_release_msg(
gss_new
);
in gss_setup_upcall()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
auth_gss.c
566
struct gss_upcall_msg *
gss_new
, *gss_msg;
in gss_setup_upcall()
local
569
gss_new
= gss_alloc_msg(gss_auth, uid, gss_cred->gc_principal);
in gss_setup_upcall()
570
if (IS_ERR(
gss_new
))
in gss_setup_upcall()
571
return
gss_new
;
in gss_setup_upcall()
572
gss_msg = gss_add_msg(
gss_new
);
in gss_setup_upcall()
573
if (gss_msg ==
gss_new
) {
in gss_setup_upcall()
576
res = rpc_queue_upcall(
gss_new
->pipe, &
gss_new
->msg);
in gss_setup_upcall()
578
gss_unhash_msg(
gss_new
);
in gss_setup_upcall()
580
gss_release_msg(
gss_new
);
in gss_setup_upcall()
[all...]
Completed in 5 milliseconds