/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() 91 "%s() signalled seqno(%d) (for dequeue)\n", in saa7164_irq_dequeue() 93 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_irq_dequeue() 164 dprintk(DBGLVL_CMD, "%s() signalled seqno(%d) (for dequeue)\n", in saa7164_cmd_dequeue() 166 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_cmd_dequeue() 264 /* If we haven't been signalled we need to wait */ in saa7164_cmd_wait() 265 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait() 268 "%s(seqno=%d) Waiting (signalled=%d)\n", in saa7164_cmd_wait() 269 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait() [all …]
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.h | 175 * Remote events remain signalled until acknowledged by the receiver, and they 183 * If fired is set, the receiver has been signalled and need not wait. 298 /* This event should be signalled when a slot is recycled. */ 304 /* This event should be signalled when a synchronous message is sent. */ 308 * This event should be signalled when a synchronous message has been 423 /* Signalled when a free slot becomes available. */ 428 /* Signalled when a free data slot becomes available. */
|
/openbmc/linux/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 106 /* A single signalled pipe information */ 136 /* wake flags host have signalled, 144 /* doubly linked list of signalled pipes, protected by 187 * the only operation that happens often is the signalled pipes array 204 /* Head of a doubly linked list of signalled pipes */ 579 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task() 608 * 1. device raises an interrupt if there's at least one signalled pipe 609 * 2. IRQ handler reads the signalled pipes and their count from the device 611 * it only resets the IRQ if it has returned all signalled pipes, 614 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list [all …]
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | fence.c | 46 * called (and that have not been signalled). in host1x_syncpt_fence_enable_signaling() 48 * We cannot currently always guarantee that all fences get signalled in host1x_syncpt_fence_enable_signaling() 61 * The fence may get signalled at any time after the above call, in host1x_syncpt_fence_enable_signaling()
|
H A D | cdma.h | 62 struct completion complete; /* signalled when event occurs */
|
/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/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/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/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' } } 588 # "signalled-used": 0, 593 # "signalled-used-valid": false, 615 # "signalled-used": 0, 620 # "signalled-used-valid": false,
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | fhc.h | 37 #define FHC_RCS_CFATAL 0x02000000 /* Centerplane Fatal Error signalled */ 42 #define FHC_CONTROL_LFAT 0x00040000 /* AC/DC signalled a local error */
|
/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/include/linux/sunrpc/ |
H A D | types.h | 22 #define signalled() (signal_pending(current)) macro
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
H A D | hsta.txt | 8 PCI message signalled interrupts.
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_operr.S | 29 | signalled operr: 290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled 292 cmpiw #0xbfff,FPTEMP_EX(%a6) |check if incorrectly signalled
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | swp_emulation.rst | 11 signalled to the triggering process.
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sungem.h | 51 #define GREG_STAT_PCS 0x00002000 /* PCS signalled interrupt */ 52 #define GREG_STAT_TXMAC 0x00004000 /* TX MAC signalled interrupt */ 53 #define GREG_STAT_RXMAC 0x00008000 /* RX MAC signalled interrupt */ 54 #define GREG_STAT_MAC 0x00010000 /* MAC Control signalled irq */ 55 #define GREG_STAT_MIF 0x00020000 /* MIF signalled interrupt */ 69 * signalled to the cpu. GREG_IACK can be used to clear specific top-level 82 * signalled to the cpu. 412 * that interrupt type from being signalled to front end of GEM. For
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | irq.h | 12 * are woken up and signalled in parallel.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform_profile | 31 POLLPRI will be signalled on any changes, independent of those
|
/openbmc/qemu/include/hw/misc/ |
H A D | tz-mpc.h | 20 * behave as RAZ/WI. An interrupt can be signalled for a rejected transaction.
|
H A D | tz-msc.h | 22 * behave as RAZ/WI. An interrupt can be signalled for a rejected transaction.
|
/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/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/ |
H A D | run-ptest | 10 # a loop variable, not when signalled. For $$ it
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.h | 118 /* Last used index value we have signalled on */ 121 /* Last used index value we have signalled on */
|
/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()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cpu-load.rst | 26 signalled the kernel looks what kind of task was running at this
|