Home
last modified time | relevance | path

Searched refs:hang (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_lrc.c1765 struct i915_request *hang; in __lrc_garbage() local
1772 hang = garbage(ce, prng); in __lrc_garbage()
1773 if (IS_ERR(hang)) { in __lrc_garbage()
1774 err = PTR_ERR(hang); in __lrc_garbage()
1778 if (wait_for_submit(engine, hang, HZ / 2)) { in __lrc_garbage()
1779 i915_request_put(hang); in __lrc_garbage()
1785 garbage_reset(engine, hang); in __lrc_garbage()
1788 if (!hang->fence.error) { in __lrc_garbage()
1789 i915_request_put(hang); in __lrc_garbage()
1799 i915_request_put(hang); in __lrc_garbage()
[all …]
H A Dselftest_hangcheck.c32 struct hang { struct
41 static int hang_init(struct hang *h, struct intel_gt *gt) in hang_init() argument
258 static void hang_fini(struct hang *h) in hang_fini()
290 struct hang h; in igt_hang_sanitycheck()
689 struct hang h; in __igt_reset_engine()
970 struct hang h; in __igt_reset_engines()
1302 struct hang h; in igt_reset_wait()
1436 struct hang h; in __igt_reset_evict_vma()
1641 struct hang h; in igt_reset_queue()
1812 struct hang h; in igt_handle_error()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dhang.t3 # test for bug #34584: hang in exp(1/2)
/openbsd/regress/usr.bin/mandoc/mdoc/Bl/
H A Dempty.out_markdown19 hang list:
H A Demptyhead.out_lint1 mandoc: emptyhead.in:13:2: WARNING: empty head in list item: Bl -hang It
H A Demptyhead.out_markdown9 hang list:
H A Dempty.out_ascii12 hang list:
H A Dbadargs.out_markdown21 hang
H A DMakefile3 REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag
H A Demptyhead.out_ascii7 hang list:
H A Dbadargs.out_ascii18 hang item
H A Dhang.out_markdown5 **Bl-hang** - hanged lists
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dhang.exp26 set testfile hang
/openbsd/usr.bin/mandoc/
H A Dmandoc.css125 .Bl-hang { }
126 .Bl-hang > dt { }
127 .Bl-hang > dd {
352 .Bl-hang > dd {
/openbsd/usr.bin/vi/docs/internals/
H A Dstructures9 to hang things. For example, interrupt routines have to be able to find
47 hang a list of TEXT structures.
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm669 my $hang = $self->{overrideHangul};
670 if ($hang) {
671 @ce = map _pack_override($_, $u, $der), $hang->($u);
672 } elsif (!defined $hang) {
/openbsd/gnu/usr.bin/texinfo/doc/
H A Dtxi-de.tex58 \hyphenation{An-hang}
/openbsd/gnu/usr.bin/perl/hints/
H A Dfreebsd.sh225 many Perl tests will either hang or fail.)
/openbsd/usr.bin/vi/
H A DFAQ70 Q: When I edit some files, vi seems to hang forever, and I have to kill it.
72 acquired a lock for a file on an NFS mounted filesystem, it can hang
/openbsd/usr.sbin/unbound/doc/
H A DREADME110 o Crosscompile seems to hang. You tried to install unbound under wine.
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_device.c4438 adev->ip_blocks[i].status.hang = in amdgpu_device_ip_check_soft_reset()
4440 if (adev->ip_blocks[i].status.hang) { in amdgpu_device_ip_check_soft_reset()
4466 if (adev->ip_blocks[i].status.hang && in amdgpu_device_ip_pre_soft_reset()
4501 if (adev->ip_blocks[i].status.hang) { in amdgpu_device_ip_need_full_reset()
4528 if (adev->ip_blocks[i].status.hang && in amdgpu_device_ip_soft_reset()
4557 if (adev->ip_blocks[i].status.hang && in amdgpu_device_ip_post_soft_reset()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5141delta.pod52 B::Deparse to hang.
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DChangeLog247 ensure test does not hang
525 o Fixed a bug in IO::Select that caused a hang if the last handle
/openbsd/gnu/usr.bin/perl/
H A DREADME.android162 hang; this is because it doesn't output anything until it finishes
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dbugs.texi152 notify the user before the compiler appears to hang.

1234