Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-cmd.c30 dev->cmds[i].signalled = 0; in saa7164_cmd_alloc_seqno()
47 dev->cmds[seqno].signalled = 0; in saa7164_cmd_free_seqno()
103 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_irq_dequeue()
176 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_cmd_dequeue()
276 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait()
280 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait()
289 wait_event_timeout(*q, dev->cmds[seqno].signalled, in saa7164_cmd_wait()
299 dev->cmds[seqno].signalled); in saa7164_cmd_wait()
320 dev->cmds[i].signalled, in saa7164_cmd_signal()
327 (dev->cmds[i].signalled) || (dev->cmds[i].timeout))) { in saa7164_cmd_signal()
[all …]
Dsaa7164-types.h115 u32 signalled; member
/Linux-v4.19/mm/
Dvmpressure.c163 bool ancestor, bool signalled) in vmpressure_event() argument
172 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event()
191 bool signalled = false; in vmpressure_work_fn() local
216 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn()
217 signalled = true; in vmpressure_work_fn()
/Linux-v4.19/include/linux/sunrpc/
Dtypes.h22 #define signalled() (signal_pending(current)) macro
/Linux-v4.19/Documentation/misc-devices/
Dpci-endpoint-test.txt27 PCITEST_MSI: Tests message signalled interrupts. The MSI number
29 PCITEST_MSIX: Tests message signalled interrupts. The MSI-X number
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/4xx/
Dhsta.txt8 PCI message signalled interrupts.
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt119 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-v4.19/Documentation/arm/
Dswp_emulation11 signalled to the triggering process.
/Linux-v4.19/fs/lockd/
Dclntproc.c213 if (signalled()) in nlm_alloc_call()
245 if (!signalled ()) { in nlm_wait_on_grace()
248 if (!signalled ()) in nlm_wait_on_grace()
298 return signalled () ? -EINTR : status; in nlmclnt_call()
Dclntlock.c268 if (signalled()) in reclaimer()
Dsvc.c160 if (signalled()) { in lockd()
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c698 unsigned long signalled = 0; in faulting_process() local
728 signalled++; in faulting_process()
730 signalled++; in faulting_process()
746 return signalled != split_nr_pages; in faulting_process()
/Linux-v4.19/Documentation/block/
Drequest.txt79 struct completion *waiting D Can be used by driver to get signalled
/Linux-v4.19/arch/m68k/fpsp040/
Dx_operr.S290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled
292 cmpiw #0xbfff,FPTEMP_EX(%a6) |check if incorrectly signalled
Dres_func.S1445 | 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-v4.19/net/sunrpc/
Dsvc_xprt.c632 if (signalled() || kthread_should_stop()) { in svc_alloc_arg()
670 if (signalled() || kthread_should_stop()) in rqst_should_sleep()
718 if (signalled() || kthread_should_stop()) in svc_get_next_xprt()
822 if (signalled() || kthread_should_stop()) in svc_recv()
/Linux-v4.19/Documentation/
Dcpu-load.txt26 signalled the kernel looks what kind of task was running at this
/Linux-v4.19/Documentation/gpu/
Ddrm-uapi.rst189 IOCTLs are also signalled through EDEADLK.
191 Simply running out of kernel/system memory is signalled through ENOMEM.
214 hardware failures are signalled through the "link status" connector
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c203 if (signalled ()) in gssp_call()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-dmi-entries63 terminated strings, with termination signalled
/Linux-v4.19/Documentation/isdn/
DINTERFACE.CAPI117 Completion must be signalled by a call to capi_ctr_ready().
125 Completion must be signalled by a call to capi_ctr_down().
DINTERFACE504 If ICALLW is signalled the incoming call is a waiting call without
/Linux-v4.19/Documentation/networking/
Dbaycom.txt51 The shift register is filled with 16 bits and an interrupt is signalled.
/Linux-v4.19/Documentation/virtual/kvm/
Dtimekeeping.txt195 The type of interrupt is signalled in the RTC status registers.
/Linux-v4.19/Documentation/driver-api/
Dlibata.rst929 This is hardware initiated device reset signalled with asserted PATA

12