Home
last modified time | relevance | path

Searched refs:weight_count (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.h32 u32 weight_count; member
H A Dstressapptest.c492 u32 weight_count = 0; in pattern_list_init() local
502 weight_count += pattern_list[k].weight; in pattern_list_init()
507 sat->weight_count = weight_count; in pattern_list_init()
581 target = (rand() % sat->weight_count) + 1; in page_init_valid()