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:sync_buff
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H
A
D
ip_vs_sync.c
365
struct ip_vs_sync_buff *sb = ms->
sync_buff
;
in sb_queue_tail()
396
sb = ms->
sync_buff
;
in get_curr_sync_buff()
398
ms->
sync_buff
= NULL;
in get_curr_sync_buff()
538
* Add an ip_vs_conn information into the current
sync_buff
.
567
buff = ms->
sync_buff
;
in ip_vs_sync_conn_v0()
575
ms->
sync_buff
= NULL;
in ip_vs_sync_conn_v0()
586
ms->
sync_buff
= buff;
in ip_vs_sync_conn_v0()
626
* Add an ip_vs_conn information into the current
sync_buff
.
688
buff = ms->
sync_buff
;
in ip_vs_sync_conn()
695
ms->
sync_buff
in ip_vs_sync_conn()
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H
A
D
ip_vs_sync.c
365
struct ip_vs_sync_buff *sb = ms->
sync_buff
;
in sb_queue_tail()
396
sb = ms->
sync_buff
;
in get_curr_sync_buff()
398
ms->
sync_buff
= NULL;
in get_curr_sync_buff()
538
* Add an ip_vs_conn information into the current
sync_buff
.
567
buff = ms->
sync_buff
;
in ip_vs_sync_conn_v0()
575
ms->
sync_buff
= NULL;
in ip_vs_sync_conn_v0()
586
ms->
sync_buff
= buff;
in ip_vs_sync_conn_v0()
626
* Add an ip_vs_conn information into the current
sync_buff
.
688
buff = ms->
sync_buff
;
in ip_vs_sync_conn()
695
ms->
sync_buff
in ip_vs_sync_conn()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H
A
D
dr_send.c
1292
dmn->send_ring->
sync_buff
= kzalloc(dmn->send_ring->max_post_send_size,
in mlx5dr_send_ring_alloc()
1294
if (!dmn->send_ring->
sync_buff
) {
in mlx5dr_send_ring_alloc()
1300
dmn->pdn, dmn->send_ring->
sync_buff
,
in mlx5dr_send_ring_alloc()
1310
kfree(dmn->send_ring->
sync_buff
);
in mlx5dr_send_ring_alloc()
1333
kfree(send_ring->
sync_buff
);
in mlx5dr_send_ring_free()
H
A
D
dr_types.h
1465
u8 *
sync_buff
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H
A
D
dr_types.h
1074
u8
sync_buff
[MIN_READ_SYNC];
member
H
A
D
dr_send.c
935
dmn->pdn, dmn->send_ring->
sync_buff
,
in mlx5dr_send_ring_alloc()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_vs.h
810
struct ip_vs_sync_buff *
sync_buff
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_vs.h
872
struct ip_vs_sync_buff *
sync_buff
;
member
Completed in 19 milliseconds