OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stonewall
(Results
1 - 2
of
2
) sorted by null
/external/fio/
init.c
1114
if ((o->
stonewall
|| o->new_group) && prev_group_jobs) {
1188
* recurse add identical jobs, clear numjobs and
stonewall
options
1199
td_new->o.
stonewall
= 0;
1310
int ret = 0,
stonewall
;
local
1343
stonewall
= stonewall_flag;
1397
* Separate multiple job files by a
stonewall
1399
if (!global &&
stonewall
) {
1400
td->o.
stonewall
=
stonewall
;
1401
stonewall
= 0
[
all
...]
thread_options.h
153
unsigned int
stonewall
;
member in struct:thread_options
377
uint32_t
stonewall
;
member in struct:thread_options_pack
Completed in 28 milliseconds