Home
last modified time | relevance | path

Searched refs:bulk_read (Results 1 – 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.c140 int bulk_read(struct clock_connection *clk) { in bulk_read() function
157 while(bulk_read(clk) >= 0) { in flush_incoming()
171 bulk_read(clk); in read_remote_timestamps()
190 bulk_read(clk); // TODO, make sure we got 'z' in zero_remote()
260 int retval = bulk_read(clk); in improve_maxE()
/external/u-boot/fs/ubifs/
Dsuper.c613 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
615 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1189 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1190 c->bulk_read = 1; in ubifs_parse_options()
1193 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1194 c->bulk_read = 0; in ubifs_parse_options()
1283 ubifs_assert(c->bulk_read == 1); in bu_init()
1299 c->mount_opts.bulk_read = 1; in bu_init()
1300 c->bulk_read = 0; in bu_init()
1403 if (c->bulk_read == 1) in mount_ubifs()
[all …]
Dubifs.h1006 unsigned int bulk_read:1; member
1544 unsigned int bulk_read:2; member
1873 unsigned int bulk_read:1; member