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:prandom_u32
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_model_error_generator.c
47
if ((
prandom_u32
() % 100) < error_probability) {
in gpu_generate_error()
49
hw_error_status.faulty_mmu_as =
prandom_u32
() % NUM_MMU_AS;
in gpu_generate_error()
52
1 + (
prandom_u32
() % MAX_MMU_TABLE_LEVEL);
in gpu_generate_error()
54
(u32)(1 << (
prandom_u32
() % TOTAL_FAULTS));
in gpu_generate_error()
57
if ((
prandom_u32
() % 100) < multiple_error_probability) {
in gpu_generate_error()
58
errors_num = 1 + (
prandom_u32
() %
in gpu_generate_error()
64
1 << (
prandom_u32
() % TOTAL_FAULTS));
in gpu_generate_error()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
38
/* random32 was renamed to
prandom_u32
in 3.8 */
39
#define
prandom_u32
random32
macro
615
kbdev->force_replay_limit = (
prandom_u32
() % KBASEP_FORCE_REPLAY_RANDOM_LIMIT) + 1;
in jd_force_failure()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
42
/* random32 was renamed to
prandom_u32
in 3.8 */
43
#define
prandom_u32
random32
macro
646
(
prandom_u32
() % KBASEP_FORCE_REPLAY_RANDOM_LIMIT) + 1;
in jd_force_failure()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
linuxver.h
852
#define RANDOM32
prandom_u32
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
46
/* random32 was renamed to
prandom_u32
in 3.8 */
47
#define
prandom_u32
random32
macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_host.c
618
if (
prandom_u32
() % 256) { /* 256 */
in oal_sdio_alloc_rx_netbuf()
Completed in 14 milliseconds