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:last_switch
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/dsa/
H
A
D
tag_dsa.c
148
tag_dev = dst->
last_switch
+ bridge_num;
in dsa_xmit_ll()
H
A
D
dsa.c
1340
if (ds->dst->
last_switch
< ds->index)
in dsa_switch_parse_member_of()
1341
ds->dst->
last_switch
= ds->index;
in dsa_switch_parse_member_of()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
1236
u32
last_switch
, ctx_id, total;
in guc_update_engine_gt_clks()
local
1240
__get_engine_usage_record(engine, &
last_switch
, &ctx_id, &total);
in guc_update_engine_gt_clks()
1242
stats->running = ctx_id != ~0U &&
last_switch
;
in guc_update_engine_gt_clks()
1244
__extend_last_switch(guc, &stats->start_gt_clk,
last_switch
);
in guc_update_engine_gt_clks()
/kernel/linux/linux-6.6/include/net/
H
A
D
dsa.h
164
unsigned int
last_switch
;
member
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H
A
D
chip.c
1363
if (dev <= dst->
last_switch
) {
in mv88e6xxx_port_vlan()
1382
if (bridge_num + dst->
last_switch
!= dev)
in mv88e6xxx_port_vlan()
2839
* CPU and map in the PVT. First dst->
last_switch
elements are taken by
2845
u8 dev = bridge_num + ds->dst->
last_switch
;
in mv88e6xxx_map_virtual_bridge_to_pvt()
3743
ds->dst->
last_switch
- 1;
in mv88e6xxx_setup()
Completed in 19 milliseconds