Searched refs:caught (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v5.15/fs/proc/ |
D | array.c | 259 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local 268 sigemptyset(&caught); in task_sig() 274 collect_sigign_sigcatch(p, &ignored, &caught); in task_sig() 292 render_sigset_t(m, "SigCgt:\t", &caught); in task_sig()
|
/Linux-v5.15/sound/parisc/ |
D | harmony.c | 489 unsigned long caught; in snd_harmony_capture_pointer() local 498 caught = rcuradd - h->cbuf.addr; in snd_harmony_capture_pointer() 502 rcuradd, h->cbuf.addr, caught); in snd_harmony_capture_pointer() 509 return bytes_to_frames(rt, caught); in snd_harmony_capture_pointer()
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 25 from within the tasks we wish to freeze. While SIGSTOP cannot be caught, 27 SIGCONT is especially unsuitable since it can be caught by the task. Any
|
/Linux-v5.15/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 44 synth until it has caught up with what is being printed on the
|
/Linux-v5.15/Documentation/arm/ |
D | memory.rst | 93 space are also caught via this mapping.
|
D | porting.rst | 107 of the mapped memory map) to be caught. Normally set to 8MB.
|
/Linux-v5.15/Documentation/x86/ |
D | buslock.rst | 116 is exceeded then any task which is caught via the buslock #DB exception is
|
/Linux-v5.15/arch/arm/mach-s3c/ |
D | Kconfig | 61 one bank to another to be caught, at the expense of using a little
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
D | log-writes.rst | 52 which isn't quite what happened and wouldn't be caught during the log replay.
|
/Linux-v5.15/Documentation/trace/ |
D | mmiotrace.rst | 124 are not caught, since the mapping always exists and is returned directly.
|
/Linux-v5.15/Documentation/process/ |
D | 4.Coding.rst | 232 automated way. Any problem caught by the computer is a problem which will 415 ensure that code which has not been updated is caught by the compiler.
|
/Linux-v5.15/Documentation/bpf/ |
D | ringbuf.rst | 197 being available after commit only if consumer has already caught up right up to
|
/Linux-v5.15/Documentation/filesystems/ |
D | autofs.rst | 111 directory without some way to avoid getting caught in the trap. For 141 caught in the mount trap.
|
D | proc.rst | 287 SigCgt bitmap of caught signals 363 sigcatch bitmap of caught signals
|
/Linux-v5.15/Documentation/livepatch/ |
D | reliable-stacktrace.rst | 88 even if not caught by other checks, it is strongly recommended that
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | timekeeping.rst | 584 delivered, and after which, the guest time may need to be caught up. NTP may 594 always be caught up to the original rate. KVM clock avoids these problems by
|
/Linux-v5.15/Documentation/locking/ |
D | ww-mutex-design.rst | 368 as possible. Some common api abuses will be caught with
|
/Linux-v5.15/Documentation/hwmon/ |
D | sysfs-interface.rst | 59 between readings to be caught and alarmed. The exact definition of an
|
/Linux-v5.15/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 3160 # exceptions, they won't pass through here since they are caught 3718 # exceptions, they won't pass through here since they are caught
|
/Linux-v5.15/Documentation/scsi/ |
D | st.rst | 98 are caught at that point, but this takes time. In some applications, several
|
/Linux-v5.15/Documentation/kernel-hacking/ |
D | hacking.rst | 647 which were caught before). Usually this is accompanied by a fairly
|
/Linux-v5.15/arch/ |
D | Kconfig | 1122 caught immediately rather than causing difficult-to-diagnose
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | hist-v4l2.rst | 810 ``/dev/vout`` which never caught on were replaced by ``/dev/video``.
|
/Linux-v5.15/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 1450 ``arc`` and ``parisc``), controls whether unaligned traps are caught
|
/Linux-v5.15/Documentation/power/ |
D | pci.rst | 205 putting the device into a low-power state, have to be caught and handled as
|
12