Searched refs:reported (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/sparc/kernel/
H A Dsbus.c279 int reported, portid; local
312 reported = 0;
314 reported++;
318 reported++;
322 reported++;
325 if (!reported)
353 int reported, portid; local
391 reported = 0;
393 reported++;
397 reported
431 int reported, portid; local
[all...]
H A Dpci_psycho.c141 int reported; local
172 reported = 0;
174 reported++;
178 reported++;
182 reported++;
185 if (!reported)
220 int reported; local
257 reported = 0;
259 reported++;
263 reported
[all...]
H A Dpci_sabre.c206 int reported; local
237 reported = 0;
239 reported++;
243 reported++;
247 reported++;
250 if (!reported)
266 int reported; local
300 reported = 0;
302 reported++;
306 reported
[all...]
H A Dpsycho_common.c310 int reported; local
339 reported = 0;
341 reported++;
345 reported++;
349 reported++;
353 reported++;
356 if (!reported)
H A Dpci_schizo.c382 int reported, limit; local
427 reported = 0;
429 reported++;
433 reported++;
436 if (!reported)
470 int reported, limit; local
519 reported = 0;
521 reported++;
525 reported++;
528 if (!reported)
644 int reported; local
[all...]
/linux-master/lib/
H A Dubsan.h52 unsigned long reported; member in union:source_location::__anon2912
H A Dubsan.c126 return test_and_set_bit(REPORTED_BIT, &location->reported);
/linux-master/mm/
H A Dpage_reporting.c106 struct scatterlist *sgl, unsigned int nents, bool reported)
111 * Drain the now reported pages back into their respective
121 /* If the pages were not reported due to error skip flagging */
122 if (!reported)
127 * consider the result to be "reported" since the page
184 /* We are going to skip over the reported pages. */
214 * Make the first non-reported page in the free list
227 /* reset offset since the full list was reported */
236 /* flush reported pages from the sg list */
324 /* allocate scatterlist to store pages being reported o
105 page_reporting_drain(struct page_reporting_dev_info *prdev, struct scatterlist *sgl, unsigned int nents, bool reported) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S25 | reported if ovfl occurs and the ovfl enable bit is not
124 | Frame is idle, so check for exceptions reported through
221 | No exceptions are to be reported. If the instruction was
239 | An fmoveout that results in an overflow is reported this way.
241 | An fmoveout that results in an underflow is reported this way.
H A Dkernel_ex.S5 | fpu for exceptional cases detected or reported within the
296 | Check the source nan. If it is signalling, snan will be reported.
H A Dx_operr.S332 | Inexact enabled and reported, and we must take an inexact exception.
H A Dx_unfl.S92 | Inexact enabled and reported, and we must take an inexact exception
H A Ddecbin.S494 | it will be inex2, but will be reported as inex1 by get_op.
H A Dx_snan.S68 | Inexact enabled and reported, and we must take an inexact exception.
H A Dskeleton.S12 | exception is one that must be reported then there will be a
H A Ddo_func.S502 | stacked FPSR to be correctly reported.
H A Dround.S526 clrb %d1 |set no inex2 reported
H A Dres_func.S627 | No frestore is done unless an exception is to be reported.
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c995 unsigned long count = 0, reported; local
1177 reported = i915_reset_engine_count(global, engine);
1178 reported -= threads[engine->id].resets;
1179 if (reported != count) {
1180 pr_err("i915_reset_engine(%s:%s): reset %lu times, but reported %lu\n",
1181 engine->name, test_name, count, reported);
/linux-master/kernel/rcu/
H A Dtasks.h742 bool reported = false; local
801 reported = true;
810 if (rtsi > 0 && !reported && time_after(j, lastinfo + rtsi)) {
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S484 * but is unfortunately reported through INTEVT rather than
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c2241 int reported = 0; local
2261 ++reported;
2282 if (reported && reported != served)
2284 reported, served);
/linux-master/include/linux/
H A Dpage-flags.h177 /* Only valid for buddy pages. Used to track pages that are reported */
619 * PageReported() is used to track reported free pages within the Buddy
624 __PAGEFLAG(Reported, reported, PF_NO_COMPOUND)
/linux-master/scripts/
H A Dcheckpatch.pl3181 if ($sign_off =~ /^reported(?:|-and-tested)-by:$/i) {
5228 # '*' as part of a type definition -- reported already.
7741 NOTE: For some of the reported defects, checkpatch may be able to
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2410 # word. If no FP exception should be reported ads a result of the #
13406 # it will be inex2, but will be reported as inex1 by get_op.

Completed in 274 milliseconds

12