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:prio_head
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
stream_sched_prio.c
79
p = SCTP_SO(stream, i)->ext->
prio_head
;
in sctp_sched_prio_get_head()
108
struct sctp_stream_priorities *
prio_head
= soute->
prio_head
;
in sctp_sched_prio_unsched()
local
113
if (
prio_head
->next == soute)
in sctp_sched_prio_unsched()
115
sctp_sched_prio_next_stream(
prio_head
);
in sctp_sched_prio_unsched()
120
if (list_empty(&
prio_head
->active)) {
in sctp_sched_prio_unsched()
121
list_del_init(&
prio_head
->prio_sched);
in sctp_sched_prio_unsched()
123
prio_head
->next = NULL;
in sctp_sched_prio_unsched()
133
struct sctp_stream_priorities *prio, *
prio_head
;
in sctp_sched_prio_sched()
local
135
prio_head
in sctp_sched_prio_sched()
168
struct sctp_stream_priorities *
prio_head
, *old;
sctp_sched_prio_set()
local
[all...]
/kernel/linux/linux-6.6/net/sctp/
H
A
D
stream_sched_prio.c
79
p = SCTP_SO(stream, i)->ext->
prio_head
;
in sctp_sched_prio_get_head()
108
struct sctp_stream_priorities *
prio_head
= soute->
prio_head
;
in sctp_sched_prio_unsched()
local
113
if (
prio_head
->next == soute)
in sctp_sched_prio_unsched()
115
sctp_sched_prio_next_stream(
prio_head
);
in sctp_sched_prio_unsched()
120
if (list_empty(&
prio_head
->active)) {
in sctp_sched_prio_unsched()
121
list_del_init(&
prio_head
->prio_sched);
in sctp_sched_prio_unsched()
123
prio_head
->next = NULL;
in sctp_sched_prio_unsched()
133
struct sctp_stream_priorities *prio, *
prio_head
;
in sctp_sched_prio_sched()
local
135
prio_head
in sctp_sched_prio_sched()
168
struct sctp_stream_priorities *
prio_head
, *old;
sctp_sched_prio_set()
local
[all...]
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1408
struct sctp_stream_priorities *
prio_head
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1424
struct sctp_stream_priorities *
prio_head
;
member
Completed in 9 milliseconds