Home
last modified time | relevance | path

Searched refs:BATCH_COUNT (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c85 #define BATCH_COUNT 128 macro
245 * The goal is to collect the oldest BATCH_COUNT filepaths and filesizes from
248 * BATCH_COUNT entries, and once it is full, simply ignore any further files
252 * of files to be processed the memory requirement is fixed at BATCH_COUNT
255 * The oldest subset of BATCH_COUNT files are sorted into the cd->batch
267 * if we are over the limit, start deleting up to BATCH_COUNT files working back
291 BATCH_COUNT, "cache_trim"); in lws_diskcache_trim()
343 if (lds->batch_in_use == BATCH_COUNT) { in lws_diskcache_trim()
450 * if we collected BATCH_COUNT files of the average size, in lws_diskcache_trim()
454 capacity = avg * BATCH_COUNT; in lws_diskcache_trim()
[all...]
/third_party/ltp/testcases/cve/
H A Dicmp_rate_limit01.c45 #define BATCH_COUNT 8 macro
224 for (i = 1; i < BATCH_COUNT && errors == errors_baseline; i++) { in run()

Completed in 2 milliseconds