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:discard_new_call
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
call_accept.c
224
if (rx->
discard_new_call
) {
in rxrpc_discard_prealloc()
226
rx->
discard_new_call
(call, call->user_call_ID);
in rxrpc_discard_prealloc()
H
A
D
af_rxrpc.c
404
* @
discard_new_call
: Function to discard preallocated calls
411
rxrpc_discard_new_call_t
discard_new_call
)
in rxrpc_kernel_new_call_notification()
416
rx->
discard_new_call
=
discard_new_call
;
in rxrpc_kernel_new_call_notification()
408
rxrpc_kernel_new_call_notification( struct socket *sock, rxrpc_notify_new_call_t notify_new_call, rxrpc_
discard_new_call
_t
discard_new_call
)
rxrpc_kernel_new_call_notification()
argument
H
A
D
ar-internal.h
124
rxrpc_discard_new_call_t
discard_new_call
; /* Func to discard a new call */
member
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
call_accept.c
222
if (rx->
discard_new_call
) {
in rxrpc_discard_prealloc()
224
rx->
discard_new_call
(call, call->user_call_ID);
in rxrpc_discard_prealloc()
H
A
D
af_rxrpc.c
424
* @
discard_new_call
: Function to discard preallocated calls
431
rxrpc_discard_new_call_t
discard_new_call
)
in rxrpc_kernel_new_call_notification()
436
rx->
discard_new_call
=
discard_new_call
;
in rxrpc_kernel_new_call_notification()
428
rxrpc_kernel_new_call_notification( struct socket *sock, rxrpc_notify_new_call_t notify_new_call, rxrpc_
discard_new_call
_t
discard_new_call
)
rxrpc_kernel_new_call_notification()
argument
H
A
D
ar-internal.h
145
rxrpc_discard_new_call_t
discard_new_call
; /* Func to discard a new call */
member
Completed in 11 milliseconds