/linux-3.4.99/drivers/media/video/saa7164/ |
D | saa7164-cmd.c | 34 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 …]
|
D | saa7164-types.h | 119 u32 signalled; member
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 46 bool signalled; member 48 void (*work)(void *priv, bool signalled); 99 fence->signalled = true; in nouveau_fence_update() 181 void (*work)(void *priv, bool signalled), in nouveau_fence_work() argument 188 if (fence->signalled) { in nouveau_fence_work() 223 if (fence->signalled) in __nouveau_fence_signalled() 227 return fence->signalled; in __nouveau_fence_signalled() 322 semaphore_work(void *priv, bool signalled) in semaphore_work() argument 327 if (unlikely(!signalled)) in semaphore_work() 553 fence->signalled = true; in nouveau_fence_channel_fini()
|
D | nouveau_drv.h | 1451 void (*work)(void *priv, bool signalled),
|
/linux-3.4.99/include/linux/sunrpc/ |
D | types.h | 20 #define signalled() (signal_pending(current)) macro
|
/linux-3.4.99/Documentation/arm/ |
D | swp_emulation | 11 signalled to the triggering process.
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | object.txt | 119 In most cases, transitioning between states is in response to signalled events. 284 This is signalled in two circumstances: 294 This is signalled when an I/O error occurs during the processing of some 300 These are signalled when the netfs relinquishes a cookie it was using. 306 This is signalled when the cache backend wants to withdraw an object.
|
/linux-3.4.99/fs/lockd/ |
D | clntproc.c | 205 if (signalled()) in nlm_alloc_call() 234 if (!signalled ()) { in nlm_wait_on_grace() 237 if (!signalled ()) in nlm_wait_on_grace() 287 return signalled () ? -EINTR : status; in nlmclnt_call()
|
D | clntlock.c | 257 if (signalled()) in reclaimer()
|
D | svc.c | 153 if (signalled()) { in lockd()
|
/linux-3.4.99/Documentation/block/ |
D | request.txt | 79 struct completion *waiting D Can be used by driver to get signalled
|
/linux-3.4.99/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-3.4.99/Documentation/ |
D | cpu-load.txt | 25 signalled the kernel looks what kind of task was running at this
|
D | dma-buf-sharing.txt | 211 map_dma_buf until all outstanding access is completed (as signalled by
|
D | kernel-parameters.txt | 979 i8042.notimeout [HW] Ignore timeout condition signalled by controller
|
/linux-3.4.99/net/sunrpc/ |
D | svc_xprt.c | 606 if (signalled() || kthread_should_stop()) { in svc_recv() 630 if (signalled() || kthread_should_stop()) in svc_recv() 689 if (signalled() || kthread_should_stop()) in svc_recv()
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi | 63 terminated strings, with termination signalled
|
/linux-3.4.99/Documentation/isdn/ |
D | INTERFACE.CAPI | 117 Completion must be signalled by a call to capi_ctr_ready(). 125 Completion must be signalled by a call to capi_ctr_down().
|
D | INTERFACE | 504 If ICALLW is signalled the incoming call is a waiting call without
|
/linux-3.4.99/Documentation/networking/ |
D | baycom.txt | 51 The shift register is filled with 16 bits and an interrupt is signalled.
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | timekeeping.txt | 195 The type of interrupt is signalled in the RTC status registers.
|
/linux-3.4.99/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 2413 # signalled as a result of emulation, then an fsave state frame #
|
/linux-3.4.99/Documentation/virtual/ |
D | virtio-spec.txt | 1963 When a buffer is used in the receiveq (signalled by an
|
/linux-3.4.99/fs/nfs/ |
D | nfs4proc.c | 4823 if (signalled()) in nfs4_proc_lock()
|