Home
last modified time | relevance | path

Searched refs:p_writes (Results 1 – 6 of 6) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h51 double p_reads, p_writes; // seconds spent in parallel operations variable
345 return p_writes; in get_pwrite_time()
441 double p_reads, p_writes; variable
462 p_writes(0.0), in stats_data()
482 p_writes(s.get_pwrite_time()), in stats_data()
504 s.p_writes = p_writes + a.p_writes;
527 s.p_writes = p_writes - a.p_writes;
593 return p_writes; in get_pwrite_time()
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp41 p_writes(0.0), in stats()
93 p_writes = 0.0; in reset()
138 p_writes += (acc_writes++) ? diff : 0.0; in write_started()
169 p_writes += (acc_writes--) ? diff : 0.0; in write_finished()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dsecurity.h108 unsigned long p_writes; member
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dsecurity.c1436 cache->head.p_writes = 0; in create_caches()
1633 pcache->head.p_writes++; in enter_cache()
1677 pcache->head.p_writes++; in enter_cache()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/src/
H A Dntfs-3g.c3677 ctx->seccache->head.p_writes, in ntfs_close()
H A Dlowntfs-3g.c3887 ctx->seccache->head.p_writes,