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:jiffies
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
magic.c
112
u32_t
jiffies
;
in magic_churnrand()
member
118
sys_data.
jiffies
= magic_randomseed;
in magic_churnrand()
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
H
A
D
test-cmpxchg-nolock.c
32
#include <linux/
jiffies
.h>
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
kernel.h
63
#define
jiffies
0
macro
153
* @brief change
jiffies
time to tick (not supported).
156
* This API is used to change
jiffies
time to tick time.
163
* @param j [IN] the
jiffies
time value.
/third_party/selinux/libselinux/src/
H
A
D
avc.c
601
unsigned long now =
jiffies
;
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
6430
# check for comparisons of
jiffies
6431
if ($line =~ /\bjiffies\s*$Compare|$Compare\s*
jiffies
\b/) {
6433
"Comparing
jiffies
is almost always wrong; prefer time_after, time_before and friends\n" . $herecurr);
Completed in 11 milliseconds