Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-cmd.c34 dev->cmds[i].signalled = 0; in saa7164_cmd_alloc_seqno()
51 dev->cmds[seqno].signalled = 0; in saa7164_cmd_free_seqno()
107 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_irq_dequeue()
181 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_cmd_dequeue()
283 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait()
287 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait()
296 wait_event_timeout(*q, dev->cmds[seqno].signalled, in saa7164_cmd_wait()
306 dev->cmds[seqno].signalled); in saa7164_cmd_wait()
327 dev->cmds[i].signalled, in saa7164_cmd_signal()
334 (dev->cmds[i].signalled) || (dev->cmds[i].timeout))) { in saa7164_cmd_signal()
[all …]
Dsaa7164-types.h119 u32 signalled; member
/linux-4.4.14/mm/
Dvmpressure.c144 bool signalled = false; in vmpressure_event() local
153 signalled = true; in vmpressure_event()
159 return signalled; in vmpressure_event()
/linux-4.4.14/include/linux/sunrpc/
Dtypes.h20 #define signalled() (signal_pending(current)) macro
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Dhsta.txt8 PCI message signalled interrupts.
/linux-4.4.14/Documentation/arm/
Dswp_emulation11 signalled to the triggering process.
/linux-4.4.14/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-4.4.14/fs/lockd/
Dclntproc.c207 if (signalled()) in nlm_alloc_call()
235 if (!signalled ()) { in nlm_wait_on_grace()
238 if (!signalled ()) in nlm_wait_on_grace()
288 return signalled () ? -EINTR : status; in nlmclnt_call()
Dclntlock.c271 if (signalled()) in reclaimer()
Dsvc.c152 if (signalled()) { in lockd()
/linux-4.4.14/Documentation/block/
Drequest.txt79 struct completion *waiting D Can be used by driver to get signalled
/linux-4.4.14/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-4.4.14/net/sunrpc/
Dsvc_xprt.c618 if (signalled() || kthread_should_stop()) { in svc_alloc_arg()
656 if (signalled() || kthread_should_stop()) in rqst_should_sleep()
719 if (signalled() || kthread_should_stop()) in svc_get_next_xprt()
812 if (signalled() || kthread_should_stop()) in svc_recv()
/linux-4.4.14/Documentation/
Dcpu-load.txt25 signalled the kernel looks what kind of task was running at this
Ddma-buf-sharing.txt216 map_dma_buf until all outstanding access is completed (as signalled by
Dkernel-parameters.txt1373 i8042.notimeout [HW] Ignore timeout condition signalled by controller
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c203 if (signalled ()) in gssp_call()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-dmi-entries63 terminated strings, with termination signalled
/linux-4.4.14/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-4.4.14/Documentation/networking/
Dbaycom.txt51 The shift register is filled with 16 bits and an interrupt is signalled.
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt31 Virtual interrupts are signalled to the guest by programming the List
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt195 The type of interrupt is signalled in the RTC status registers.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dpfpsp.S2413 # signalled as a result of emulation, then an fsave state frame #
Dfpsp.S2414 # signalled as a result of emulation, then an fsave state frame #
/linux-4.4.14/fs/nfs/
Dnfs4proc.c6151 if (signalled()) in nfs4_proc_lock()