Home
last modified time | relevance | path

Searched refs:c_total (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate01.c158 int c, c_total = 0; /* bytes to be written to file */ in setup() local
180 while (c_total < FILE_SIZE) { in setup()
185 c_total += c; in setup()
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync02.c109 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local
125 while (c_total < page_sz) { in setup()
129 c_total += nwrite; in setup()
Dmsync01.c156 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local
170 while (c_total < page_sz) { in setup()
175 c_total += nwrite; in setup()
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate01.c165 int c, c_total = 0; /* no. bytes to be written to file */ in setup() local
192 while (c_total < FILE_SIZE) { in setup()
198 c_total += c; in setup()