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:nloop
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
tee-dev.c
67
/* ~10ms sleep per loop =>
nloop
= timeout * 100 */
in tee_wait_cmd_poll()
68
int
nloop
= timeout * 100;
in tee_wait_cmd_poll()
local
70
while (--
nloop
) {
in tee_wait_cmd_poll()
248
int
nloop
= 1000, ret = 0;
in tee_submit_cmd()
local
278
} while (--
nloop
);
in tee_submit_cmd()
280
if (!
nloop
&&
in tee_submit_cmd()
329
/* ~5ms sleep per loop =>
nloop
= timeout * 200 */
in tee_wait_cmd_completion()
330
int
nloop
= timeout * 200;
in tee_wait_cmd_completion()
local
332
while (--
nloop
) {
in tee_wait_cmd_completion()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
tee-dev.c
68
/* ~10ms sleep per loop =>
nloop
= timeout * 100 */
in tee_wait_cmd_poll()
69
int
nloop
= timeout * 100;
in tee_wait_cmd_poll()
local
71
while (--
nloop
) {
in tee_wait_cmd_poll()
249
int
nloop
= 1000, ret = 0;
in tee_submit_cmd()
local
279
} while (--
nloop
);
in tee_submit_cmd()
281
if (!
nloop
&&
in tee_submit_cmd()
330
/* ~1ms sleep per loop =>
nloop
= timeout * 1000 */
in tee_wait_cmd_completion()
331
int
nloop
= timeout * 1000;
in tee_wait_cmd_completion()
local
333
while (--
nloop
) {
in tee_wait_cmd_completion()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprtsock.c
1696
int err,
nloop
= 0;
in xs_bind()
local
1731
nloop
++;
in xs_bind()
1732
} while (err == -EADDRINUSE &&
nloop
!= 2);
in xs_bind()
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
via-pmu.c
1585
int
nloop
= 0;
in via_pmu_interrupt()
local
1617
if (++
nloop
> 1000) {
in via_pmu_interrupt()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
via-pmu.c
1576
int
nloop
= 0;
in via_pmu_interrupt()
local
1608
if (++
nloop
> 1000) {
in via_pmu_interrupt()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xprtsock.c
1782
int err,
nloop
= 0;
in xs_bind()
local
1817
nloop
++;
in xs_bind()
1818
} while (err == -EADDRINUSE &&
nloop
!= 2);
in xs_bind()
Completed in 24 milliseconds