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:slot_next
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs53l30.c
771
unsigned int
slot_next
, slot_step;
in cs53l30_set_dai_tdm_slot()
local
796
slot_next
= __ffs(rx_mask);
in cs53l30_set_dai_tdm_slot()
798
loc[i] =
slot_next
* slot_step;
in cs53l30_set_dai_tdm_slot()
802
rx_mask &= ~(1 <<
slot_next
);
in cs53l30_set_dai_tdm_slot()
813
slot_next
= loc[i - 1] + slot_step - 1;
in cs53l30_set_dai_tdm_slot()
814
if (
slot_next
> 47) {
in cs53l30_set_dai_tdm_slot()
816
slot_next
);
in cs53l30_set_dai_tdm_slot()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs53l30.c
772
unsigned int
slot_next
, slot_step;
in cs53l30_set_dai_tdm_slot()
local
797
slot_next
= __ffs(rx_mask);
in cs53l30_set_dai_tdm_slot()
799
loc[i] =
slot_next
* slot_step;
in cs53l30_set_dai_tdm_slot()
803
rx_mask &= ~(1 <<
slot_next
);
in cs53l30_set_dai_tdm_slot()
814
slot_next
= loc[i - 1] + slot_step - 1;
in cs53l30_set_dai_tdm_slot()
815
if (
slot_next
> 47) {
in cs53l30_set_dai_tdm_slot()
817
slot_next
);
in cs53l30_set_dai_tdm_slot()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_netem.c
142
u64
slot_next
;
member
643
q->slot.
slot_next
= now + next_delay;
in get_slot_next()
696
if (q->slot.
slot_next
&& q->slot.
slot_next
< time_to_send)
in netem_dequeue()
699
if (time_to_send <= now && q->slot.
slot_next
<= now) {
in netem_dequeue()
710
if (q->slot.
slot_next
) {
in netem_dequeue()
743
q->slot.
slot_next
));
in netem_dequeue()
814
q->slot.
slot_next
= ktime_get_ns();
in get_slot()
816
q->slot.
slot_next
= 0;
in get_slot()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_netem.c
148
u64
slot_next
;
member
652
q->slot.
slot_next
= now + next_delay;
in get_slot_next()
705
if (q->slot.
slot_next
&& q->slot.
slot_next
< time_to_send)
in netem_dequeue()
708
if (time_to_send <= now && q->slot.
slot_next
<= now) {
in netem_dequeue()
719
if (q->slot.
slot_next
) {
in netem_dequeue()
753
q->slot.
slot_next
));
in netem_dequeue()
824
q->slot.
slot_next
= ktime_get_ns();
in get_slot()
826
q->slot.
slot_next
= 0;
in get_slot()
Completed in 7 milliseconds