Home
last modified time | relevance | path

Searched refs:trim_batch (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dthread_options.h235 unsigned int trim_batch; member
505 uint32_t trim_batch; member
Dio_u.c1504 if (td->trim_batch) { in check_get_trim()
1505 td->trim_batch--; in check_get_trim()
1509 td->trim_batch = td->o.trim_batch; in check_get_trim()
1510 if (!td->trim_batch) in check_get_trim()
1511 td->trim_batch = td->o.trim_backlog; in check_get_trim()
Dcconv.c264 o->trim_batch = le32_to_cpu(top->trim_batch); in convert_thread_options_to_cpu()
450 top->trim_batch = cpu_to_le32(o->trim_batch); in convert_thread_options_to_net()
Dfio.h230 unsigned int trim_batch; member
Doptions.c2959 .off1 = offsetof(struct thread_options, trim_batch),