/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-cmd.c | 20 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 …]
|
H A D | saa7164-types.h | 105 u32 signalled; member
|
/openbmc/linux/mm/ |
H A D | vmpressure.c | 159 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()
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | pci-endpoint-test.rst | 36 Tests message signalled interrupts. The MSI number 39 Tests message signalled interrupts. The MSI-X number
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | types.h | 22 #define signalled() (signal_pending(current)) macro
|
/openbmc/linux/drivers/dma-buf/ |
H A D | sw_sync.c | 194 LIST_HEAD(signalled); in sync_timeline_signal() 209 list_move_tail(&pt->link, &signalled); in sync_timeline_signal() 217 list_for_each_entry_safe(pt, next, &signalled, link) { in sync_timeline_signal()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-flakey.rst | 43 All read I/O is failed with an error signalled. 51 All write I/O is failed with an error signalled.
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
H A D | hsta.txt | 8 PCI message signalled interrupts.
|
/openbmc/linux/fs/lockd/ |
H A D | clntproc.c | 218 if (signalled()) in nlm_alloc_call() 250 if (!signalled ()) { in nlm_wait_on_grace() 253 if (!signalled ()) in nlm_wait_on_grace() 303 return signalled () ? -EINTR : status; in nlmclnt_call()
|
H A D | clntlock.c | 267 if (signalled()) in reclaimer()
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | swp_emulation.rst | 11 signalled to the triggering process.
|
/openbmc/qemu/qapi/ |
H A D | virtio.json | 531 # @signalled-used: VirtQueue signalled_used 533 # @signalled-used-valid: VirtQueue signalled_used_valid flag 550 'signalled-used': 'uint16', 551 'signalled-used-valid': 'bool' } }
|
H A D | block-export.json | 362 # to the export before completion is signalled. (since: 5.2;
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform_profile | 31 POLLPRI will be signalled on any changes, independent of those
|
H A D | sysfs-firmware-dmi-entries | 64 terminated strings, with termination signalled
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-unit-tests.c | 675 volatile unsigned long signalled = 0; in faulting_process() local 704 signalled++; in faulting_process() 714 signalled++; in faulting_process() 732 return signalled != split_nr_pages; in faulting_process()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_operr.S | 290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled 292 cmpiw #0xbfff,FPTEMP_EX(%a6) |check if incorrectly signalled
|
H A 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.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cpu-load.rst | 26 signalled the kernel looks what kind of task was running at this
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_upcall.c | 191 if (signalled ()) in gssp_call()
|
/openbmc/linux/Documentation/gpu/ |
H A D | drm-uapi.rst | 244 force-signalled to avoid inflicting hangs on userspace. 314 IOCTLs are also signalled through EDEADLK. 316 Simply running out of kernel/system memory is signalled through ENOMEM. 342 hardware failures are signalled through the "link status" connector
|
/openbmc/linux/Documentation/isdn/ |
H A D | interface_capi.rst | 117 Completion must be signalled by a call to capi_ctr_ready(). 128 Completion must be signalled by a call to capi_ctr_down().
|
/openbmc/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | baycom.rst | 57 The shift register is filled with 16 bits and an interrupt is signalled.
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4state.c | 2734 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager() 2770 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager() 2777 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager()
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 328 The format for these EPOW-signalled events is described below under
|