Home
last modified time | relevance | path

Searched refs:stuck (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hangcheck.c181 bool stuck; in subunits_stuck() local
195 stuck = instdone_unchanged(instdone.instdone, in subunits_stuck()
197 stuck &= instdone_unchanged(instdone.slice_common, in subunits_stuck()
201 stuck &= instdone_unchanged(instdone.sampler[slice][subslice], in subunits_stuck()
203 stuck &= instdone_unchanged(instdone.row[slice][subslice], in subunits_stuck()
207 return stuck; in subunits_stuck()
379 unsigned int stuck) in hangcheck_declare_hang() argument
389 if (stuck != hung) in hangcheck_declare_hang()
390 hung &= ~stuck; in hangcheck_declare_hang()
392 "%s on ", stuck == hung ? "no progress" : "hang"); in hangcheck_declare_hang()
[all …]
/Linux-v4.19/crypto/
Djitterentropy.c74 unsigned int stuck:1; /* Time measurement stuck */ member
328 ec->stuck = 1; in jent_stuck()
491 if (ec->stuck) { in jent_gen_entropy()
503 ec->stuck = 0; in jent_gen_entropy()
/Linux-v4.19/fs/xfs/
Dxfs_trans_ail.c363 int stuck = 0; in xfsaild_push() local
442 stuck++; in xfsaild_push()
449 stuck++; in xfsaild_push()
471 if (stuck > 100) in xfsaild_push()
494 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
/Linux-v4.19/arch/sparc/kernel/
Dsmp_64.c402 int stuck, tmp; in spitfire_xcall_helper() local
440 stuck = 100000; in spitfire_xcall_helper()
450 stuck -= 1; in spitfire_xcall_helper()
451 if (stuck == 0) in spitfire_xcall_helper()
456 if (stuck == 0) { in spitfire_xcall_helper()
556 long stuck; in cheetah_xcall_deliver() local
558 stuck = 100000 * nack_busy_id; in cheetah_xcall_deliver()
581 if (!--stuck) in cheetah_xcall_deliver()
/Linux-v4.19/drivers/md/bcache/
DKconfig27 operations that get stuck.
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_qsfp.c52 int stuck = 0; in qsfp_read() local
92 stuck = 1; in qsfp_read()
135 if (stuck) in qsfp_read()
/Linux-v4.19/Documentation/networking/
Dipddp.txt64 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
65 network to use IP. It should work equally well if you are stuck on an
Dvortex.txt222 decides that the transmitter has become stuck and needs to be reset.
248 get stuck on the 10base2 port and a driver reload was necessary to
Dnet_dim.txt76 done in order to avoid getting stuck in a "deep sleep" scenario. Once a
/Linux-v4.19/Documentation/i2c/
Dgpio-fault-injection44 there are I2C client devices which detect a stuck SDA on their side and release
46 device deglitching and monitoring the I2C bus. It could also detect a stuck SDA
/Linux-v4.19/drivers/net/appletalk/
DKconfig85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
107 is stuck on an AppleTalk network (which hopefully contains a
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-bdi49 mount that is prone to get stuck, or a FUSE mount which cannot
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dqcom,pm8xxx-keypad.txt21 and the second interrupt specifies the key stuck interrupt.
/Linux-v4.19/Documentation/hwmon/
Dasb10065 be read-only or otherwise stuck at 0x00.
Dw83781d288 and 4 is ignored/stuck, on AMD boards sensor 4 is the CPU and sensor 2 is
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dsmp.c382 goto stuck; in smp_psurge_kick_cpu()
396 stuck: in smp_psurge_kick_cpu()
/Linux-v4.19/Documentation/ioctl/
Dbotching-up-ioctls.txt112 now we're stuck forever with some arcane semantics in both the kernel and
115 * If you can't make a given codepath restartable make a stuck task at least
221 be stuck with a given ioctl essentially forever. You can try to deprecate
/Linux-v4.19/tools/virtio/virtio-trace/
DREADME108 If a host does not open these, trace data get stuck in buffers of virtio. Then,
/Linux-v4.19/Documentation/input/devices/
Datarikbd.rst194 major controller faults (ROM checksum and RAM test) and such things as stuck
195 keys. Any keys down at power-up are presumed to be stuck, and their BREAK
236 ikbd will then scan the key matrix for any stuck (closed) keys. Any keys found
/Linux-v4.19/drivers/usb/gadget/udc/
Dnet2280.c2597 int stuck = 0; in handle_ep_small() local
2637 req->td_dma && stuck++ > 5) { in handle_ep_small()
2643 ep->ep.name, stuck, in handle_ep_small()
2648 stuck = 0; in handle_ep_small()
2652 stuck = 0; in handle_ep_small()
/Linux-v4.19/Documentation/filesystems/nfs/
Dnfs-rdma.txt35 If you get stuck, you can ask questions on the
/Linux-v4.19/Documentation/livepatch/
Dlivepatch.txt148 indefinitely, if any of the tasks are stuck in the initial patch state.
172 transition gets stuck for a long time because of a blocking task. Administrator
/Linux-v4.19/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c188 int stuck; member
3396 ss->stuck = 1; in myri10ge_check_slice()
3470 if (ss->stuck) { in myri10ge_watchdog()
3474 ss->stuck = 0; in myri10ge_watchdog()
/Linux-v4.19/Documentation/admin-guide/
Dsysrq.rst203 Sometimes SysRq seems to get 'stuck' after using it, what can I do?
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Djournal.rst19 guarantee that the filesystem does not become stuck midway through a

12