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:sched_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sched.c
129
end = &s->tab[s->
sched_size
];
in t4_sched_entry_lookup()
488
end = &s->tab[s->
sched_size
];
in t4_sched_class_lookup()
504
end = &s->tab[s->
sched_size
];
in t4_sched_class_lookup()
651
struct sched_table *t4_init_sched(unsigned int
sched_size
)
in t4_init_sched()
argument
656
s = kvzalloc(struct_size(s, tab,
sched_size
), GFP_KERNEL);
in t4_init_sched()
660
s->
sched_size
=
sched_size
;
in t4_init_sched()
662
for (i = 0; i < s->
sched_size
; i++) {
in t4_init_sched()
684
for (i = 0; i < s->
sched_size
; i++) {
in t4_cleanup_sched()
H
A
D
sched.h
84
u8
sched_size
;
member
99
if ((class_id > pi->sched_tbl->
sched_size
- 1) &&
in valid_class_id()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sched.c
129
end = &s->tab[s->
sched_size
];
in t4_sched_entry_lookup()
488
end = &s->tab[s->
sched_size
];
in t4_sched_class_lookup()
504
end = &s->tab[s->
sched_size
];
in t4_sched_class_lookup()
651
struct sched_table *t4_init_sched(unsigned int
sched_size
)
in t4_init_sched()
argument
656
s = kvzalloc(struct_size(s, tab,
sched_size
), GFP_KERNEL);
in t4_init_sched()
660
s->
sched_size
=
sched_size
;
in t4_init_sched()
662
for (i = 0; i < s->
sched_size
; i++) {
in t4_init_sched()
684
for (i = 0; i < s->
sched_size
; i++) {
in t4_cleanup_sched()
H
A
D
sched.h
84
u8
sched_size
;
member
99
if ((class_id > pi->sched_tbl->
sched_size
- 1) &&
in valid_class_id()
Completed in 3 milliseconds