/Linux-v5.4/drivers/media/pci/saa7164/ |
D | saa7164-cmd.c | 20 dev->cmds[i].signalled = 0; in saa7164_cmd_alloc_seqno() 37 dev->cmds[seqno].signalled = 0; in saa7164_cmd_free_seqno() 93 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_irq_dequeue() 166 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_cmd_dequeue() 266 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait() 270 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait() 279 wait_event_timeout(*q, dev->cmds[seqno].signalled, in saa7164_cmd_wait() 289 dev->cmds[seqno].signalled); in saa7164_cmd_wait() 310 dev->cmds[i].signalled, in saa7164_cmd_signal() 317 (dev->cmds[i].signalled) || (dev->cmds[i].timeout))) { in saa7164_cmd_signal() [all …]
|
D | saa7164-types.h | 105 u32 signalled; member
|
/Linux-v5.4/mm/ |
D | vmpressure.c | 160 bool ancestor, bool signalled) in vmpressure_event() argument 169 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event() 188 bool signalled = false; in vmpressure_work_fn() local 213 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn() 214 signalled = true; in vmpressure_work_fn()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | types.h | 22 #define signalled() (signal_pending(current)) macro
|
/Linux-v5.4/Documentation/misc-devices/ |
D | pci-endpoint-test.txt | 27 PCITEST_MSI: Tests message signalled interrupts. The MSI number 29 PCITEST_MSIX: Tests message signalled interrupts. The MSI-X number
|
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/4xx/ |
D | hsta.txt | 8 PCI message signalled interrupts.
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | object.txt | 119 In most cases, transitioning between states is in response to signalled events. 291 This is signalled in two circumstances: 301 This is signalled when an I/O error occurs during the processing of some 307 These are signalled when the netfs relinquishes a cookie it was using. 313 This is signalled when the cache backend wants to withdraw an object.
|
/Linux-v5.4/Documentation/arm/ |
D | swp_emulation.rst | 11 signalled to the triggering process.
|
/Linux-v5.4/fs/lockd/ |
D | clntproc.c | 215 if (signalled()) in nlm_alloc_call() 247 if (!signalled ()) { in nlm_wait_on_grace() 250 if (!signalled ()) in nlm_wait_on_grace() 300 return signalled () ? -EINTR : status; in nlmclnt_call()
|
D | clntlock.c | 269 if (signalled()) in reclaimer()
|
D | svc.c | 161 if (signalled()) { in lockd()
|
/Linux-v5.4/tools/testing/selftests/vm/ |
D | userfaultfd.c | 718 unsigned long signalled = 0; in faulting_process() local 748 signalled++; in faulting_process() 750 signalled++; in faulting_process() 766 return signalled != split_nr_pages; in faulting_process()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-flakey.rst | 47 All write I/O is failed with an error signalled.
|
/Linux-v5.4/Documentation/block/ |
D | request.rst | 89 ``struct completion *waiting`` D Can be used by driver to get signalled
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | x_operr.S | 290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled 292 cmpiw #0xbfff,FPTEMP_EX(%a6) |check if incorrectly signalled
|
D | res_func.S | 1445 | set if the result is inex and unfl is signalled. 1975 | 1. Operr is not signalled if the k-factor is greater than 18.
|
/Linux-v5.4/net/sunrpc/ |
D | svc_xprt.c | 651 if (signalled() || kthread_should_stop()) { in svc_alloc_arg() 689 if (signalled() || kthread_should_stop()) in rqst_should_sleep() 737 if (signalled() || kthread_should_stop()) in svc_get_next_xprt() 842 if (signalled() || kthread_should_stop()) in svc_recv()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cpu-load.rst | 26 signalled the kernel looks what kind of task was running at this
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 190 if (signalled ()) in gssp_call()
|
/Linux-v5.4/Documentation/gpu/ |
D | drm-uapi.rst | 191 IOCTLs are also signalled through EDEADLK. 193 Simply running out of kernel/system memory is signalled through ENOMEM. 219 hardware failures are signalled through the "link status" connector
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi-entries | 63 terminated strings, with termination signalled
|
/Linux-v5.4/Documentation/isdn/ |
D | interface_capi.rst | 127 Completion must be signalled by a call to capi_ctr_ready(). 138 Completion must be signalled by a call to capi_ctr_down().
|
/Linux-v5.4/Documentation/networking/ |
D | baycom.txt | 51 The shift register is filled with 16 bits and an interrupt is signalled.
|
/Linux-v5.4/fs/nfs/ |
D | nfs4state.c | 2618 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | timekeeping.txt | 195 The type of interrupt is signalled in the RTC status registers.
|