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:sock_mapping
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
pvcalls-front.c
56
struct
sock_mapping
{
struct
93
struct
sock_mapping
*accept_map;
99
static inline struct
sock_mapping
*pvcalls_enter_sock(struct socket *sock)
in pvcalls_enter_sock()
101
struct
sock_mapping
*map;
in pvcalls_enter_sock()
107
map = (struct
sock_mapping
*)sock->sk->sk_send_head;
in pvcalls_enter_sock()
118
struct
sock_mapping
*map;
in pvcalls_exit_sock()
120
map = (struct
sock_mapping
*)sock->sk->sk_send_head;
in pvcalls_exit_sock()
134
static bool pvcalls_front_write_todo(struct
sock_mapping
*map)
in pvcalls_front_write_todo()
151
static bool pvcalls_front_read_todo(struct
sock_mapping
*map)
in pvcalls_front_read_todo()
189
struct
sock_mapping
*ma
in pvcalls_front_event_handler()
[all...]
H
A
D
pvcalls-back.c
54
struct
sock_mapping
{
struct
90
struct
sock_mapping
*map);
94
struct
sock_mapping
*map = (struct
sock_mapping
*)opaque;
in pvcalls_conn_back_read()
168
static bool pvcalls_conn_back_write(struct
sock_mapping
*map)
in pvcalls_conn_back_write()
234
struct
sock_mapping
*map = container_of(ioworker, struct
sock_mapping
,
in pvcalls_back_ioworker()
291
struct
sock_mapping
*map = sock->sk_user_data;
in pvcalls_sk_state_change()
302
struct
sock_mapping
*map = sock->sk_user_data;
in pvcalls_sk_data_ready()
316
static struct
sock_mapping
*pvcalls_new_active_socke
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
pvcalls-front.c
56
struct
sock_mapping
{
struct
93
struct
sock_mapping
*accept_map;
99
static inline struct
sock_mapping
*pvcalls_enter_sock(struct socket *sock)
in pvcalls_enter_sock()
101
struct
sock_mapping
*map;
in pvcalls_enter_sock()
107
map = (struct
sock_mapping
*)sock->sk->sk_send_head;
in pvcalls_enter_sock()
118
struct
sock_mapping
*map;
in pvcalls_exit_sock()
120
map = (struct
sock_mapping
*)sock->sk->sk_send_head;
in pvcalls_exit_sock()
134
static bool pvcalls_front_write_todo(struct
sock_mapping
*map)
in pvcalls_front_write_todo()
151
static bool pvcalls_front_read_todo(struct
sock_mapping
*map)
in pvcalls_front_read_todo()
189
struct
sock_mapping
*ma
in pvcalls_front_event_handler()
[all...]
H
A
D
pvcalls-back.c
53
struct
sock_mapping
{
struct
89
struct
sock_mapping
*map);
93
struct
sock_mapping
*map = (struct
sock_mapping
*)opaque;
in pvcalls_conn_back_read()
167
static bool pvcalls_conn_back_write(struct
sock_mapping
*map)
in pvcalls_conn_back_write()
232
struct
sock_mapping
*map = container_of(ioworker, struct
sock_mapping
,
in pvcalls_back_ioworker()
289
struct
sock_mapping
*map = sock->sk_user_data;
in pvcalls_sk_state_change()
300
struct
sock_mapping
*map = sock->sk_user_data;
in pvcalls_sk_data_ready()
312
static struct
sock_mapping
*pvcalls_new_active_socke
[all...]
Completed in 4 milliseconds