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:TCQ_F_NOLOCK
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_generic.c
78
if (q->flags &
TCQ_F_NOLOCK
) {
in __skb_dequeue_bad_txq()
123
if (q->flags &
TCQ_F_NOLOCK
) {
in qdisc_enqueue_skb_bad_txq()
146
if (q->flags &
TCQ_F_NOLOCK
) {
in dev_requeue_skb()
238
if (q->flags &
TCQ_F_NOLOCK
) {
in dequeue_skb()
401
if (!(q->flags &
TCQ_F_NOLOCK
))
in qdisc_restart()
418
if (q->flags &
TCQ_F_NOLOCK
)
in __qdisc_run()
916
.static_flags =
TCQ_F_NOLOCK
| TCQ_F_CPUSTATS,
1287
nolock = qdisc->flags &
TCQ_F_NOLOCK
;
in dev_reset_queue()
H
A
D
sch_api.c
1052
sch->flags &= ~
TCQ_F_NOLOCK
;
in qdisc_clear_nolock()
1158
if (new && (new->flags &
TCQ_F_NOLOCK
) && !(parent->flags &
TCQ_F_NOLOCK
))
in qdisc_graft()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_generic.c
76
if (q->flags &
TCQ_F_NOLOCK
) {
in __skb_dequeue_bad_txq()
121
if (q->flags &
TCQ_F_NOLOCK
) {
in qdisc_enqueue_skb_bad_txq()
144
if (q->flags &
TCQ_F_NOLOCK
) {
in dev_requeue_skb()
232
if (q->flags &
TCQ_F_NOLOCK
) {
in dequeue_skb()
395
if (!(q->flags &
TCQ_F_NOLOCK
))
in qdisc_restart()
838
.static_flags =
TCQ_F_NOLOCK
| TCQ_F_CPUSTATS,
1215
nolock = qdisc->flags &
TCQ_F_NOLOCK
;
in dev_reset_queue()
H
A
D
sch_api.c
1017
sch->flags &= ~
TCQ_F_NOLOCK
;
in qdisc_clear_nolock()
1105
if (new && (new->flags &
TCQ_F_NOLOCK
) && !(parent->flags &
TCQ_F_NOLOCK
))
in qdisc_graft()
/kernel/linux/linux-5.10/include/net/
H
A
D
sch_generic.h
81
#define
TCQ_F_NOLOCK
0x100 /* qdisc does not require locking */
macro
143
if (qdisc->flags &
TCQ_F_NOLOCK
)
in qdisc_is_running()
162
if (qdisc->flags &
TCQ_F_NOLOCK
) {
in qdisc_run_begin()
197
if (qdisc->flags &
TCQ_F_NOLOCK
) {
in qdisc_run_end()
/kernel/linux/linux-6.6/include/net/
H
A
D
sch_generic.h
44
/* Only for !
TCQ_F_NOLOCK
qdisc. Never access it directly.
95
#define
TCQ_F_NOLOCK
0x100 /* qdisc does not require locking */
macro
160
/* For !
TCQ_F_NOLOCK
qdisc: callers must either call this within a qdisc
166
if (qdisc->flags &
TCQ_F_NOLOCK
)
in qdisc_is_running()
188
/* For !
TCQ_F_NOLOCK
qdisc, qdisc_run_begin/end() must be invoked with
193
if (qdisc->flags &
TCQ_F_NOLOCK
) {
in qdisc_run_begin()
216
if (qdisc->flags &
TCQ_F_NOLOCK
) {
in qdisc_run_end()
/kernel/linux/linux-5.10/net/caif/
H
A
D
caif_dev.c
202
if (!(sch->flags &
TCQ_F_NOLOCK
) && likely(sch->q.qlen < high))
in transmit()
/kernel/linux/linux-6.6/net/caif/
H
A
D
caif_dev.c
202
if (!(sch->flags &
TCQ_F_NOLOCK
) && likely(sch->q.qlen < high))
in transmit()
/kernel/linux/linux-5.10/net/core/
H
A
D
dev.c
3789
if (q->flags &
TCQ_F_NOLOCK
) {
in __dev_xmit_skb()
4958
if (!(q->flags &
TCQ_F_NOLOCK
)) {
in net_tx_action()
/kernel/linux/linux-6.6/net/core/
H
A
D
dev.c
3788
if (q->flags &
TCQ_F_NOLOCK
) {
in __dev_xmit_skb()
5200
if (!(q->flags &
TCQ_F_NOLOCK
)) {
in net_tx_action()
Completed in 43 milliseconds