Searched refs:caught (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/fs/proc/ |
D | array.c | 269 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local 278 sigemptyset(&caught); in task_sig() 284 collect_sigign_sigcatch(p, &ignored, &caught); in task_sig() 302 render_sigset_t(m, "SigCgt:\t", &caught); in task_sig()
|
/Linux-v4.19/sound/parisc/ |
D | harmony.c | 502 unsigned long caught; in snd_harmony_capture_pointer() local 511 caught = rcuradd - h->cbuf.addr; in snd_harmony_capture_pointer() 515 rcuradd, h->cbuf.addr, caught); in snd_harmony_capture_pointer() 522 return bytes_to_frames(rt, caught); in snd_harmony_capture_pointer()
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | freezer-subsystem.txt | 21 from within the tasks we wish to freeze. While SIGSTOP cannot be caught, 23 SIGCONT is especially unsuitable since it can be caught by the task. Any
|
/Linux-v4.19/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 44 synth until it has caught up with what is being printed on the
|
/Linux-v4.19/Documentation/arm/ |
D | memory.txt | 79 space are also caught via this mapping.
|
D | Porting | 104 of the mapped memory map) to be caught. Normally set to 8MB.
|
/Linux-v4.19/Documentation/device-mapper/ |
D | log-writes.txt | 51 which isn't quite what happened and wouldn't be caught during the log replay.
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | Kconfig | 57 one bank to another to be caught, at the expense of using a little
|
/Linux-v4.19/Documentation/trace/ |
D | mmiotrace.rst | 124 are not caught, since the mapping always exists and is returned directly.
|
/Linux-v4.19/Documentation/process/ |
D | 4.Coding.rst | 232 automated way. Any problem caught by the computer is a problem which will 416 ensure that code which has not been updated is caught by the compiler.
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | timekeeping.txt | 555 delivered, and after which, the guest time may need to be caught up. NTP may 565 always be caught up to the original rate. KVM clock avoids these problems by
|
/Linux-v4.19/Documentation/locking/ |
D | ww-mutex-design.txt | 359 as possible. Some common api abuses will be caught with
|
/Linux-v4.19/Documentation/hwmon/ |
D | sysfs-interface | 59 between readings to be caught and alarmed. The exact definition of an
|
/Linux-v4.19/arch/ |
D | Kconfig | 781 caught immediately rather than causing difficult-to-diagnose
|
/Linux-v4.19/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
|
D | fpsp.S | 3161 # exceptions, they won't pass through here since they are caught 3719 # exceptions, they won't pass through here since they are caught 6640 # not be caught until gen_except(). Now, with the exceptions being
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | hacking.rst | 629 which were caught before). Usually this is accompanied by a fairly
|
/Linux-v4.19/Documentation/scsi/ |
D | st.txt | 91 are caught at that point, but this takes time. In some applications, several
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 265 SigCgt bitmap of caught signals 333 sigcatch bitmap of caught signals
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | hist-v4l2.rst | 856 ``/dev/vout`` which never caught on were replaced by ``/dev/video``.
|
/Linux-v4.19/Documentation/power/ |
D | pci.txt | 199 putting the device into a low-power state, have to be caught and handled as
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 73 * If the kernel has caught up with us, thaw the queue.
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 791 points; some don't and need to be caught.
|
/Linux-v4.19/Documentation/networking/ |
D | ip-sysctl.txt | 820 ip_options_compile(). Either way is "safe" as errors are caught else
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3468 caught by the signal thread, which detaches the process:
|
12