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:msg_importance
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
msg.c
419
msg_set_importance(&pkthdr,
msg_importance
(mhdr));
in tipc_msg_build()
559
msg_set_importance(outer,
msg_importance
(inner));
in tipc_msg_try_bundle()
H
A
D
link.c
883
TIPC_SKB_CB(skb)->chain_imp =
msg_importance
(hdr);
in link_schedule_user()
1031
imp =
msg_importance
(hdr);
in tipc_link_xmit()
1156
imp =
msg_importance
(hdr);
in tipc_link_advance_backlog()
H
A
D
socket.c
196
return
msg_importance
(&tsk->phdr);
in tsk_importance()
2215
msg_set_importance(&tsk->phdr,
msg_importance
(hdr));
in tipc_sk_filter_connect()
2313
return READ_ONCE(sk->sk_rcvbuf) <<
msg_importance
(hdr);
in rcvbuf_limit()
2756
tsk_set_importance(new_sk,
msg_importance
(msg));
in tipc_accept()
H
A
D
msg.h
557
static inline u32
msg_importance
(struct tipc_msg *m)
in msg_importance()
function
/kernel/linux/linux-6.6/net/tipc/
H
A
D
msg.c
415
msg_set_importance(&pkthdr,
msg_importance
(mhdr));
in tipc_msg_build()
555
msg_set_importance(outer,
msg_importance
(inner));
in tipc_msg_try_bundle()
H
A
D
link.c
918
TIPC_SKB_CB(skb)->chain_imp =
msg_importance
(hdr);
in link_schedule_user()
1066
imp =
msg_importance
(hdr);
in tipc_link_xmit()
1191
imp =
msg_importance
(hdr);
in tipc_link_advance_backlog()
H
A
D
socket.c
207
return
msg_importance
(&tsk->phdr);
in tsk_importance()
2220
msg_set_importance(&tsk->phdr,
msg_importance
(hdr));
in tipc_sk_filter_connect()
2318
return READ_ONCE(sk->sk_rcvbuf) <<
msg_importance
(hdr);
in rcvbuf_limit()
2765
tsk_set_importance(new_sk,
msg_importance
(msg));
in tipc_accept()
H
A
D
msg.h
544
static inline u32
msg_importance
(struct tipc_msg *m)
in msg_importance()
function
Completed in 25 milliseconds