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:cur_txq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_taprio.c
101
int
cur_txq
[TC_MAX_QUEUE];
member
792
int first_txq = q->
cur_txq
[tc];
in taprio_dequeue_tc_priority()
798
skb = taprio_dequeue_from_txq(sch, q->
cur_txq
[tc],
in taprio_dequeue_tc_priority()
801
taprio_next_tc_txq(dev, tc, &q->
cur_txq
[tc]);
in taprio_dequeue_tc_priority()
803
if (q->
cur_txq
[tc] >= dev->num_tx_queues)
in taprio_dequeue_tc_priority()
804
q->
cur_txq
[tc] = first_txq;
in taprio_dequeue_tc_priority()
808
} while (q->
cur_txq
[tc] != first_txq);
in taprio_dequeue_tc_priority()
1910
q->
cur_txq
[i] = mqprio->offset[i];
in taprio_change()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
8730
int
cur_txq
, cur_rxq;
in ice_setup_tc_mqprio_qdisc()
local
8821
cur_txq
= vsi->num_txq;
in ice_setup_tc_mqprio_qdisc()
8829
vsi->req_txq =
cur_txq
;
in ice_setup_tc_mqprio_qdisc()
Completed in 13 milliseconds