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:nextseq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
cputime.c
313
unsigned int seq,
nextseq
;
in thread_group_cputime()
local
329
nextseq
= 0;
in thread_group_cputime()
331
seq =
nextseq
;
in thread_group_cputime()
344
nextseq
= 1;
in thread_group_cputime()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
cputime.c
332
unsigned int seq,
nextseq
;
in thread_group_cputime()
local
348
nextseq
= 0;
in thread_group_cputime()
350
seq =
nextseq
;
in thread_group_cputime()
363
nextseq
= 1;
in thread_group_cputime()
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_generic.c
143
u32
nextseq
; /* MP: seq no of next packet */
member
699
ppp->
nextseq
= 0;
in ppp_ioctl()
2463
if (seq_before(seq, ppp->
nextseq
)) {
in ppp_receive_mp_frame()
2543
u32 seq = ppp->
nextseq
;
in ppp_mp_reconstruct()
2588
* ppp->
nextseq
to seq are either present or lost.
in ppp_mp_reconstruct()
2615
ppp->
nextseq
= seq + 1;
in ppp_mp_reconstruct()
2645
if (PPP_MP_CB(head)->sequence != ppp->
nextseq
) {
in ppp_mp_reconstruct()
2660
ppp->
nextseq
,
in ppp_mp_reconstruct()
2688
ppp->
nextseq
= PPP_MP_CB(tail)->sequence + 1;
in ppp_mp_reconstruct()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_generic.c
143
u32
nextseq
; /* MP: seq no of next packet */
member
810
ppp->
nextseq
= 0;
in ppp_ioctl()
2634
if (seq_before(seq, ppp->
nextseq
)) {
in ppp_receive_mp_frame()
2714
u32 seq = ppp->
nextseq
;
in ppp_mp_reconstruct()
2759
* ppp->
nextseq
to seq are either present or lost.
in ppp_mp_reconstruct()
2786
ppp->
nextseq
= seq + 1;
in ppp_mp_reconstruct()
2816
if (PPP_MP_CB(head)->sequence != ppp->
nextseq
) {
in ppp_mp_reconstruct()
2831
ppp->
nextseq
,
in ppp_mp_reconstruct()
2859
ppp->
nextseq
= PPP_MP_CB(tail)->sequence + 1;
in ppp_mp_reconstruct()
Completed in 11 milliseconds