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:bclock
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/lib/
H
A
D
delay.c
32
u32
bclock
, now, loops = __loops;
in __cr16_delay()
local
37
bclock
= mfctl(16);
in __cr16_delay()
40
if ((now -
bclock
) >= loops)
in __cr16_delay()
59
loops -= (now -
bclock
);
in __cr16_delay()
61
bclock
= mfctl(16);
in __cr16_delay()
/kernel/linux/linux-6.6/arch/parisc/lib/
H
A
D
delay.c
32
u32
bclock
, now, loops = __loops;
in __cr16_delay()
local
37
bclock
= mfctl(16);
in __cr16_delay()
40
if ((now -
bclock
) >= loops)
in __cr16_delay()
59
loops -= (now -
bclock
);
in __cr16_delay()
61
bclock
= mfctl(16);
in __cr16_delay()
/kernel/linux/linux-5.10/arch/x86/lib/
H
A
D
delay.c
65
u64
bclock
, now;
in delay_tsc()
local
70
bclock
= rdtsc_ordered();
in delay_tsc()
73
if ((now -
bclock
) >= cycles)
in delay_tsc()
91
cycles -= (now -
bclock
);
in delay_tsc()
93
bclock
= rdtsc_ordered();
in delay_tsc()
/kernel/linux/linux-6.6/arch/x86/lib/
H
A
D
delay.c
65
u64
bclock
, now;
in delay_tsc()
local
70
bclock
= rdtsc_ordered();
in delay_tsc()
73
if ((now -
bclock
) >= cycles)
in delay_tsc()
91
cycles -= (now -
bclock
);
in delay_tsc()
93
bclock
= rdtsc_ordered();
in delay_tsc()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
bcast.h
114
spin_lock_bh(&tipc_net(net)->
bclock
);
in tipc_bcast_lock()
119
spin_unlock_bh(&tipc_net(net)->
bclock
);
in tipc_bcast_unlock()
H
A
D
core.h
118
spinlock_t
bclock
;
member
H
A
D
bcast.c
699
spin_lock_init(&tipc_net(net)->
bclock
);
in tipc_bcast_init()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
bcast.h
114
spin_lock_bh(&tipc_net(net)->
bclock
);
in tipc_bcast_lock()
119
spin_unlock_bh(&tipc_net(net)->
bclock
);
in tipc_bcast_unlock()
H
A
D
core.h
119
spinlock_t
bclock
;
member
H
A
D
bcast.c
699
spin_lock_init(&tipc_net(net)->
bclock
);
in tipc_bcast_init()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
time_64.c
781
unsigned long
bclock
= get_tick();
in __delay()
local
783
while ((get_tick() -
bclock
) < loops)
in __delay()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
time_64.c
781
unsigned long
bclock
= get_tick();
in __delay()
local
783
while ((get_tick() -
bclock
) < loops)
in __delay()
Completed in 8 milliseconds