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:NS_PER_SEC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
netcnt_prog.c
11
#define
NS_PER_SEC
1000000000
macro
53
dt /=
NS_PER_SEC
;
in bpf_nextcnt()
H
A
D
test_tc_edt.c
15
#define
NS_PER_SEC
1000000000
macro
31
uint64_t delay_ns = ((uint64_t)skb->len) *
NS_PER_SEC
/
in throttle_flow()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
netcnt_prog.c
11
#define
NS_PER_SEC
1000000000
macro
54
dt /=
NS_PER_SEC
;
in bpf_nextcnt()
H
A
D
test_tc_edt.c
15
#define
NS_PER_SEC
1000000000
macro
31
uint64_t delay_ns = ((uint64_t)skb->len) *
NS_PER_SEC
/
in throttle_flow()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_ptp.c
80
#define
NS_PER_SEC
1000000000ULL
macro
201
div_u64_rem(ns,
NS_PER_SEC
, &rem);
in ixgbe_ptp_setup_sdp_X540()
206
rem = (
NS_PER_SEC
- rem);
in ixgbe_ptp_setup_sdp_X540()
284
div_u64_rem(ns,
NS_PER_SEC
, &rem);
in ixgbe_ptp_setup_sdp_X550()
289
rem = (
NS_PER_SEC
- rem);
in ixgbe_ptp_setup_sdp_X550()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_ptp.c
80
#define
NS_PER_SEC
1000000000ULL
macro
204
div_u64_rem(ns,
NS_PER_SEC
, &rem);
in ixgbe_ptp_setup_sdp_X540()
209
rem = (
NS_PER_SEC
- rem);
in ixgbe_ptp_setup_sdp_X540()
287
div_u64_rem(ns,
NS_PER_SEC
, &rem);
in ixgbe_ptp_setup_sdp_X550()
292
rem = (
NS_PER_SEC
- rem);
in ixgbe_ptp_setup_sdp_X550()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
mremap_test.c
21
#define
NS_PER_SEC
1000000000ULL
macro
350
start_ns = t_start.tv_sec *
NS_PER_SEC
+ t_start.tv_nsec;
in remap_region()
351
end_ns = t_end.tv_sec *
NS_PER_SEC
+ t_end.tv_nsec;
in remap_region()
Completed in 6 milliseconds