Home
last modified time | relevance | path

Searched refs:MemoryFuzzTest (Results 1 – 19 of 19) sorted by relevance

/kernel/linux/build/test/fuzztest/memory/include/
Dmemorycommon.h16 bool MemoryFuzzTest(const uint8_t *data, size_t size, const char *pathname);
/kernel/linux/build/test/fuzztest/memory/appscore_fuzzer/
Dappscore_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, appScore); in AppScoreFuzzer()
/kernel/linux/build/test/fuzztest/memory/name_fuzzer/
Dname_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, name); in NameFuzzer()
/kernel/linux/build/test/fuzztest/memory/zramwmratio_fuzzer/
Dzramwmratio_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, zramWrRatio); in ZramWmRatioFuzzer()
/kernel/linux/build/test/fuzztest/memory/availbuffers_fuzzer/
Davailbuffers_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, availBuffers); in AvailBuffersFuzzer()
/kernel/linux/build/test/fuzztest/memory/areaanonrefaultthreshold_fuzzer/
Dareaanonrefaultthreshold_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, areaAnonRefaultThreshold); in AreaAnonRefaultThresholdFuzzer()
/kernel/linux/build/test/fuzztest/memory/anonrefaultsnapshotmininterval_fuzzer/
Danonrefaultsnapshotmininterval_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, anonRefaultSnapshotMinInterval); in AnonRefaultSnapshotMinIntervalFuzzer()
/kernel/linux/build/test/fuzztest/memory/emptyroundcheckthreshold_fuzzer/
Demptyroundcheckthreshold_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, emptyRoundCheckThreshold); in EmptyRoundCheckThresholdFuzzer()
/kernel/linux/build/test/fuzztest/memory/ubufs2zramratio_fuzzer/
Dubufs2zramratio_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, ubUfs2zramRatio); in UbUfs2zramRatioFuzzer()
/kernel/linux/build/test/fuzztest/memory/emptyroundskipinterval_fuzzer/
Demptyroundskipinterval_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, emptyRoundSkipInterval); in EmptyRoundSkipIntervalFuzzer()
/kernel/linux/build/test/fuzztest/memory/zswapdpressureshow_fuzzer/
Dzswapdpressureshow_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, zswapdPressureShow); in ZswapdPressureShowFuzzer()
/kernel/linux/build/test/fuzztest/memory/zswapdmaxreclaimsize_fuzzer/
Dzswapdmaxreclaimsize_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, zswapdMaxReclaimSize); in ZswapdMaxReclaimSizeFuzzer()
/kernel/linux/build/test/fuzztest/memory/zramcriticalthreshold_fuzzer/
Dzramcriticalthreshold_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, zramCriticalThreshold); in ZramCriticalThresholdFuzzer()
/kernel/linux/build/test/fuzztest/memory/bufferratioparams_fuzzer/
Dbufferratioparams_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, bufferRatioParams); in BufferRatioParamsFuzzer()
/kernel/linux/build/test/fuzztest/memory/compressratio_fuzzer/
Dcompressratio_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, compressRatio); in CompressRatioFuzzer()
/kernel/linux/build/test/fuzztest/memory/zswapdmemcgsparam_fuzzer/
Dzswapdmemcgsparam_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, zswapdMemcgsParam); in ZswapdMemcgsParamFuzzer()
/kernel/linux/build/test/fuzztest/memory/zswapdsinglememcgparam_fuzzer/
Dzswapdsinglememcgparam_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, zswapdSingleMemcgParam); in ZswapdSingleMemcgParamFuzzer()
/kernel/linux/build/test/fuzztest/memory/maxskipinterval_fuzzer/
Dmaxskipinterval_fuzzer.cpp20 bool ret = MemoryFuzzTest(data, size, maxSkipInterval); in MaxSkipIntervalFuzzer()
/kernel/linux/build/test/fuzztest/memory/src/
Dmemorycommon.cpp19 bool MemoryFuzzTest(const uint8_t *data, size_t size, const char *pathname) in MemoryFuzzTest() function