/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 25 #include <linux/sched/signal.h> 1234 /* if server->tsk was NULL then wait for a signal before exiting */ in cifs_demultiplex_thread()
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 24 #include <linux/sched/signal.h>
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 4634 !atomic_read(&task->signal->live)) in css_task_iter_advance()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 86 * How many Beacon frames need to have been used in average signal strength 87 * before starting to indicate signal change events. 3872 ewma_beacon_signal_add(&ifmgd->ave_beacon_signal, -rx_status->signal); in ieee80211_handle_beacon_sig() 3883 * if signal crosses either of the boundaries, invoke callback in ieee80211_handle_beacon_sig()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 18 #include <linux/sched/signal.h>
|
H A D | file.c | 24 #include <linux/sched/signal.h> 3163 /* Use i_gc_failures for normal file as a risk signal. */ in f2fs_pin_file_control()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 6 #include <linux/sched/signal.h>
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-tree.c | 7 #include <linux/sched/signal.h>
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 48 #include <linux/signal.h> 283 unsigned char signals; /* serial signal states */ 293 int cts_chkcount; /* too many IRQs if a signal */ 1174 /* output current serial signal states */ in line_info() 1222 /* Append serial signal status to end */ in line_info() 1261 * signal remote device to throttle send data (our receive data) 1282 * signal remote device to stop throttling send data (our receive data) 3100 * cmd signal command: TIOCMBIS = set bit TIOCMBIC = clear bit 3101 * TIOCMSET = set/clear signal values
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target.c | 19 #include <linux/sched/signal.h> 452 * We need to send the signal to wakeup Linux/Net in iscsit_del_np() 4299 * to signal logout response TX interrupt completion. Go ahead and skip in iscsit_close_connection()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.c | 28 #include <linux/sched/signal.h>
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 28 #include <linux/sched/signal.h> 658 /* timeout, busy, signal pending */ in drbd_try_connect() 2351 * -ERESTARTSYS if we were interrupted (by disconnect signal). */ 5994 * -EINTR (on meta) we got a signal in drbd_ack_receiver() 5997 * -ERESTARTSYS (on data) we got a signal in drbd_ack_receiver() 6000 * rv < expected: "woken" by signal during receive in drbd_ack_receiver()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 13 #include <linux/sched/signal.h>
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 51 #include <linux/sched/signal.h>
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 4889 !atomic_read(&task->signal->live)) in css_task_iter_advance()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.c | 11 #include <linux/signal.h>
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 14 #include <linux/sched/signal.h> 140 /* 1: device will assert busy signal when receiving CMD53 */ 237 #define CC_BPRESEN (1 << 1) /* CCCR RES signal */ 2371 /* Check device status, signal pending interrupt */ in brcmf_sdio_sendfromq() 4099 /* Run until signal received */ in brcmf_sdio_watchdog_thread()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 44 #include <linux/sched/signal.h> 4307 * get a page and a fatal signal, i.e. SIGKILL, is pending. in __kvm_faultin_pfn()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | kvm_main.c | 32 #include <linux/sched/signal.h> 3475 * Block the vCPU until the vCPU is runnable, an event arrives, or a signal is 5329 * all locks (userspace tasks are frozen via a fake signal). in kvm_suspend()
|
/kernel/linux/linux-6.6/mm/ |
H A D | hugetlb.c | 24 #include <linux/sched/signal.h>
|
H A D | shmem.c | 34 #include <linux/sched/signal.h>
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 32 #include <linux/signal.h>
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 1091 signal(SIGINT, SIG_DFL); in assert_file_overwrite() 3579 /* configure terminal and setup signal handlers */ in ffmpeg_parse_options()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 45 <P>The analog signal is recorded via analog to digital converters (ADC). 58 <P>As you may see, the quality of digital audio signal depends on the time 62 <P>The stored digital signal can be converted back to voltage (analog) 118 the SIGIO signal. This signal allows to interrupt application and transfer 119 data in the signal handler. For further details see the sigaction function 304 There is no defined recovery or event mechanism to signal the data / link 678 #include <signal.h> 818 * the possible deadlock in signal handler calling snd_pcm_abort() in snd_pcm_nonblock() 849 * \param pid Process ID to signal [all...] |
/third_party/backends/backend/ |
H A D | nec.c | 99 #include <signal.h>
|