/kernel/linux/linux-6.6/fs/exfat/ |
H A D | misc.c | 26 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __exfat_fs_error() argument 32 if (report) { in __exfat_fs_error()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_reporting.c | 129 * report on the new larger page when we make our way in page_reporting_drain() 141 * The page reporting cycle consists of 4 stages, fill, report, drain, and 221 /* release lock before waiting on report processing */ in page_reporting_cycle() 225 err = prdev->report(prdev, sgl, PAGE_REPORTING_CAPACITY); in page_reporting_cycle() 230 /* update budget to reflect call to report function */ in page_reporting_cycle() 241 * since we dropped the lock to report the pages in page_reporting_cycle() 292 /* report the leftover pages before going idle */ in page_reporting_process_zone() 296 err = prdev->report(prdev, sgl, leftover); in page_reporting_process_zone() 298 /* flush any remaining pages out from the last report */ in page_reporting_process_zone()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | listener.py | 155 suite.report = test_result.report
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_sao.c | 153 report("sao_band"); in checkasm_check_hevc_sao() 161 report("sao_edge"); in checkasm_check_hevc_sao()
|
/third_party/cJSON/tests/unity/auto/ |
H A D | stylize_as_junit.rb | 69 attr_reader :report, :total_tests, :failures, :ignored 73 @report = ''
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_psa_constant_names.py | 154 def report(self, out: typing_util.Writable) -> None: member in Tests 198 tests.report(sys.stdout)
|
H A D | run-metatests.sh | 10 metatest is expected to report a failure. The final line should be
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 207 const uint32_t *report = reinterpret_cast<const uint32_t *>(header + 1); in parse_perf_records() local 209 intel_perf_report_timestamp(selected_query, report); in parse_perf_records() 225 // the distance between last report and this one in parse_perf_records()
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.rb | 69 attr_reader :report, :total_tests, :failures, :ignored 73 @report = ''
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | mkutf8data.c | 1752 int report; in verify() local 1760 report = 0; in verify() 1769 report++; in verify() 1771 report++; in verify() 1774 report++; in verify() 1776 report++; in verify() 1778 report++; in verify() 1782 report++; in verify() 1785 report++; in verify() 1788 report in verify() [all...] |
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | mkutf8data.c | 1752 int report; in verify() local 1760 report = 0; in verify() 1769 report++; in verify() 1771 report++; in verify() 1774 report++; in verify() 1776 report++; in verify() 1778 report++; in verify() 1782 report++; in verify() 1785 report++; in verify() 1788 report in verify() [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | kexec_image.c | 36 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | kexec.h | 69 struct ipl_report *report; member
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | kexec_image.c | 36 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
|
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | Makefile | 32 obj-$(CONFIG_KASAN) := common.o init.o report.o
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | notify.h | 22 * @max_report_sz: Max possible size for the report of a notification message 43 * @fill_custom_report: fills a custom event report from the provided 46 * Return NULL on failure otherwise @report now fully 59 void *report, u32 *src_id);
|
/third_party/lame/libmp3lame/ |
H A D | lame_global_flags.h | 156 } report; member
|
/third_party/icu/icu4c/source/samples/udata/ |
H A D | Makefile | 53 .PHONY: all clean distclean check report
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | toposort.rs | 2 use crate::syntax::report::Errors;
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | toposort.rs | 2 use crate::syntax::report::Errors;
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | toposort.rs | 2 use crate::syntax::report::Errors;
|
/third_party/rust/crates/cxx/syntax/ |
H A D | toposort.rs | 2 use crate::syntax::report::Errors;
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DiagnosticsBase.h | 89 void report(ID id, const SourceLocation &loc, const std::string &text);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DiagnosticsBase.cpp | 26 void Diagnostics::report(ID id, const SourceLocation &loc, const std::string &text) in report() function in pp::Diagnostics
|
H A D | DiagnosticsBase.h | 95 void report(ID id, const SourceLocation &loc, const std::string &text);
|