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:nla_get_s64
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_netem.c
1030
q->latency =
nla_get_s64
(tb[TCA_NETEM_LATENCY64]);
in netem_change()
1033
q->jitter =
nla_get_s64
(tb[TCA_NETEM_JITTER64]);
in netem_change()
H
A
D
sch_taprio.c
889
new->base_time =
nla_get_s64
(tb[TCA_TAPRIO_ATTR_SCHED_BASE_TIME]);
in parse_taprio_schedule()
892
new->cycle_time_extension =
nla_get_s64
(tb[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION]);
in parse_taprio_schedule()
895
new->cycle_time =
nla_get_s64
(tb[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME]);
in parse_taprio_schedule()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_netem.c
1038
q->latency =
nla_get_s64
(tb[TCA_NETEM_LATENCY64]);
in netem_change()
1041
q->jitter =
nla_get_s64
(tb[TCA_NETEM_JITTER64]);
in netem_change()
H
A
D
sch_taprio.c
1143
new->base_time =
nla_get_s64
(tb[TCA_TAPRIO_ATTR_SCHED_BASE_TIME]);
in parse_taprio_schedule()
1146
new->cycle_time_extension =
nla_get_s64
(tb[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION]);
in parse_taprio_schedule()
1149
new->cycle_time =
nla_get_s64
(tb[TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME]);
in parse_taprio_schedule()
/kernel/linux/linux-5.10/lib/
H
A
D
nlattr.c
286
value =
nla_get_s64
(nla);
in nla_validate_int_range_signed()
/kernel/linux/linux-5.10/include/net/
H
A
D
netlink.h
138
*
nla_get_s64
(nla) get payload for a s64 attribute
1674
*
nla_get_s64
- return payload of s64 attribute
1677
static inline s64
nla_get_s64
(const struct nlattr *nla)
in nla_get_s64()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
netlink.h
138
*
nla_get_s64
(nla) get payload for a s64 attribute
1720
*
nla_get_s64
- return payload of s64 attribute
1723
static inline s64
nla_get_s64
(const struct nlattr *nla)
in nla_get_s64()
function
/kernel/linux/linux-6.6/lib/
H
A
D
nlattr.c
300
value =
nla_get_s64
(nla);
in nla_validate_int_range_signed()
Completed in 18 milliseconds