Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/media/pci/saa7164/
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()
265 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait()
269 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait()
278 wait_event_timeout(*q, dev->cmds[seqno].signalled, in saa7164_cmd_wait()
288 dev->cmds[seqno].signalled); in saa7164_cmd_wait()
309 dev->cmds[i].signalled, in saa7164_cmd_signal()
316 (dev->cmds[i].signalled) || (dev->cmds[i].timeout))) { in saa7164_cmd_signal()
[all …]
Dsaa7164-types.h105 u32 signalled; member
/linux-6.12.1/mm/
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-6.12.1/Documentation/misc-devices/
Dpci-endpoint-test.rst36 Tests message signalled interrupts. The MSI number
39 Tests message signalled interrupts. The MSI-X number
/linux-6.12.1/include/linux/sunrpc/
Dtypes.h22 #define signalled() (signal_pending(current)) macro
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sync.c30 int signalled; member
89 WRITE_ONCE(ufence->signalled, 1); in user_fence_worker()
377 return READ_ONCE(ufence->signalled); in xe_sync_ufence_get_status()
/linux-6.12.1/drivers/dma-buf/
Dsw_sync.c232 LIST_HEAD(signalled); in sync_timeline_signal()
247 list_move_tail(&pt->link, &signalled); in sync_timeline_signal()
255 list_for_each_entry_safe(pt, next, &signalled, link) { in sync_timeline_signal()
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-flakey.rst43 All read I/O is failed with an error signalled.
51 All write I/O is failed with an error signalled.
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/4xx/
Dhsta.txt8 PCI message signalled interrupts.
/linux-6.12.1/Documentation/arch/arm/
Dswp_emulation.rst11 signalled to the triggering process.
/linux-6.12.1/fs/lockd/
Dclntproc.c219 if (signalled()) in nlm_alloc_call()
251 if (!signalled ()) { in nlm_wait_on_grace()
254 if (!signalled ()) in nlm_wait_on_grace()
304 return signalled () ? -EINTR : status; in nlmclnt_call()
Dclntlock.c267 if (signalled()) in reclaimer()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform_profile31 POLLPRI will be signalled on any changes, independent of those
Dsysfs-firmware-dmi-entries64 terminated strings, with termination signalled
/linux-6.12.1/tools/testing/selftests/mm/
Duffd-unit-tests.c684 volatile unsigned long signalled = 0; in faulting_process() local
713 signalled++; in faulting_process()
723 signalled++; in faulting_process()
741 return signalled != split_nr_pages; in faulting_process()
/linux-6.12.1/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-6.12.1/Documentation/admin-guide/
Dcpu-load.rst26 signalled the kernel looks what kind of task was running at this
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-srggb8-pisp-comp.rst27 efficiency; the nominal black level and amount of offset must be signalled out
Ddev-encoder.rst284 the case for off-line encoding. Support for this feature is signalled
/linux-6.12.1/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c191 if (signalled ()) in gssp_call()
/linux-6.12.1/Documentation/gpu/
Ddrm-uapi.rst244 force-signalled to avoid inflicting hangs on userspace.
391 IOCTLs are also signalled through EDEADLK.
393 Simply running out of kernel/system memory is signalled through ENOMEM.
419 hardware failures are signalled through the "link status" connector
/linux-6.12.1/Documentation/isdn/
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-6.12.1/Documentation/networking/device_drivers/hamradio/
Dbaycom.rst57 The shift register is filled with 16 bits and an interrupt is signalled.
/linux-6.12.1/fs/nfs/
Dnfs4state.c2733 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()
2769 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager()
2776 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager()

12