Home
last modified time | relevance | path

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

12

/linux/drivers/media/pci/saa7164/
A Dsaa7164-cmd.c20 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 …]
A Dsaa7164-types.h105 u32 signalled; member
/linux/mm/
A Dvmpressure.c159 bool ancestor, bool signalled) in vmpressure_event() argument
168 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event()
187 bool signalled = false; in vmpressure_work_fn() local
212 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn()
213 signalled = true; in vmpressure_work_fn()
/linux/Documentation/misc-devices/
A Dpci-endpoint-test.rst36 Tests message signalled interrupts. The MSI number
39 Tests message signalled interrupts. The MSI-X number
/linux/include/linux/sunrpc/
A Dtypes.h22 #define signalled() (signal_pending(current)) macro
/linux/Documentation/filesystems/caching/
A Dobject.rst119 In most cases, transitioning between states is in response to signalled events.
288 This is signalled in two circumstances:
297 This is signalled when an I/O error occurs during the processing of some
301 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/Documentation/devicetree/bindings/powerpc/4xx/
A Dhsta.txt8 PCI message signalled interrupts.
/linux/fs/lockd/
A Dclntproc.c215 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()
A Dclntlock.c269 if (signalled()) in reclaimer()
A Dsvc.c161 if (signalled()) { in lockd()
/linux/Documentation/arm/
A Dswp_emulation.rst11 signalled to the triggering process.
/linux/Documentation/ABI/testing/
A Dsysfs-platform_profile31 POLLPRI will be signalled on any changes, independent of those
A Dsysfs-firmware-dmi-entries64 terminated strings, with termination signalled
/linux/Documentation/admin-guide/device-mapper/
A Ddm-flakey.rst47 All write I/O is failed with an error signalled.
/linux/arch/m68k/fpsp040/
A Dx_operr.S290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled
292 cmpiw #0xbfff,FPTEMP_EX(%a6) |check if incorrectly signalled
A 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/net/sunrpc/
A Dsvc_xprt.c686 if (signalled() || kthread_should_stop()) { in svc_alloc_arg()
722 if (signalled() || kthread_should_stop()) in rqst_should_sleep()
770 if (signalled() || kthread_should_stop()) in svc_get_next_xprt()
868 if (signalled() || kthread_should_stop()) in svc_recv()
/linux/tools/testing/selftests/vm/
A Duserfaultfd.c923 unsigned long signalled = 0; in faulting_process() local
955 signalled++; in faulting_process()
965 signalled++; in faulting_process()
983 return signalled != split_nr_pages; in faulting_process()
/linux/Documentation/block/
A Drequest.rst89 ``struct completion *waiting`` D Can be used by driver to get signalled
/linux/Documentation/admin-guide/
A Dcpu-load.rst26 signalled the kernel looks what kind of task was running at this
/linux/net/sunrpc/auth_gss/
A Dgss_rpc_upcall.c190 if (signalled ()) in gssp_call()
/linux/Documentation/gpu/
A Ddrm-uapi.rst242 force-signalled to avoid inflicting hangs on userspace.
312 IOCTLs are also signalled through EDEADLK.
314 Simply running out of kernel/system memory is signalled through ENOMEM.
340 hardware failures are signalled through the "link status" connector
/linux/Documentation/isdn/
A Dinterface_capi.rst117 Completion must be signalled by a call to capi_ctr_ready().
128 Completion must be signalled by a call to capi_ctr_down().
/linux/Documentation/networking/device_drivers/hamradio/
A Dbaycom.rst57 The shift register is filled with 16 bits and an interrupt is signalled.
/linux/fs/nfs/
A Dnfs4state.c2673 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()

Completed in 47 milliseconds

12