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:tx_psock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/kcm/
H
A
D
kcmsock.c
444
psock = kcm->
tx_psock
;
in reserve_psock()
446
smp_rmb(); /* Must read
tx_psock
before tx_wait */
in reserve_psock()
453
return kcm->
tx_psock
;
in reserve_psock()
461
psock = kcm->
tx_psock
;
in reserve_psock()
465
return kcm->
tx_psock
;
in reserve_psock()
477
kcm->
tx_psock
= psock;
in reserve_psock()
508
/* Commit before changing
tx_psock
since that is read in
in psock_now_avail()
513
kcm->
tx_psock
= psock;
in psock_now_avail()
527
psock = kcm->
tx_psock
;
in unreserve_psock()
534
smp_rmb(); /* Read
tx_psock
befor
in unreserve_psock()
[all...]
H
A
D
kcmproc.c
124
if (kcm->
tx_psock
)
in kcm_format_sock()
125
seq_printf(seq, "Psck-%u ", kcm->
tx_psock
->index);
in kcm_format_sock()
/kernel/linux/linux-6.6/net/kcm/
H
A
D
kcmsock.c
448
psock = kcm->
tx_psock
;
in reserve_psock()
450
smp_rmb(); /* Must read
tx_psock
before tx_wait */
in reserve_psock()
457
return kcm->
tx_psock
;
in reserve_psock()
465
psock = kcm->
tx_psock
;
in reserve_psock()
469
return kcm->
tx_psock
;
in reserve_psock()
481
kcm->
tx_psock
= psock;
in reserve_psock()
512
/* Commit before changing
tx_psock
since that is read in
in psock_now_avail()
517
kcm->
tx_psock
= psock;
in psock_now_avail()
531
psock = kcm->
tx_psock
;
in unreserve_psock()
538
smp_rmb(); /* Read
tx_psock
befor
in unreserve_psock()
[all...]
H
A
D
kcmproc.c
124
if (kcm->
tx_psock
)
in kcm_format_sock()
125
seq_printf(seq, "Psck-%u ", kcm->
tx_psock
->index);
in kcm_format_sock()
/kernel/linux/linux-5.10/include/net/
H
A
D
kcm.h
69
struct kcm_psock *
tx_psock
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
kcm.h
69
struct kcm_psock *
tx_psock
;
member
Completed in 6 milliseconds