OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writethrough
(Results
1 - 2
of
2
) sorted by null
/system/media/audio_utils/
fifo_index.cpp
78
void RefIndexDeferredStoreReleaseDeferredWake::
writethrough
(uint32_t value) {
function in class:RefIndexDeferredStoreReleaseDeferredWake
/external/e2fsprogs/lib/ext2fs/
unix_io.c
834
int
writethrough
;
local
858
writethrough
= channel->flags & CHANNEL_FLAGS_WRITETHROUGH;
859
if (
writethrough
)
871
cache->dirty = !
writethrough
;
Completed in 169 milliseconds