| /linux/drivers/platform/goldfish/ |
| H A D | goldfish_pipe.c | 105 /* A single signalled pipe information */ 135 /* wake flags host have signalled, 143 /* doubly linked list of signalled pipes, protected by 186 * the only operation that happens often is the signalled pipes array 203 /* Head of a doubly linked list of signalled pipes */ 578 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task() 607 * 1. device raises an interrupt if there's at least one signalled pipe 608 * 2. IRQ handler reads the signalled pipes and their count from the device 610 * it only resets the IRQ if it has returned all signalled pipes, 613 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list [all …]
|
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq_core.h | 144 * Remote events remain signalled until acknowledged by the receiver, and they 152 * If fired is set, the receiver has been signalled and need not wait. 282 /* This event should be signalled when a slot is recycled. */ 288 /* This event should be signalled when a synchronous message is sent. */ 292 * This event should be signalled when a synchronous message has been 446 /* Signalled when a free slot becomes available. */ 449 /* Signalled when a free data slot becomes available. */
|
| /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 */
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sync.c | 30 int signalled; member 80 WRITE_ONCE(ufence->signalled, 1); in user_fence_worker() 441 * Return: 1 if signalled, 0 not signalled, <0 on error 445 return READ_ONCE(ufence->signalled); in xe_sync_ufence_get_status()
|
| H A D | xe_preempt_fence.c | 45 * have just signalled the fence, however the preempt fences are all signalled via single in preempt_fence_work_func()
|
| /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
|
| /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()
|
| /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.
|
| /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 */
|
| /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
|
| /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
|
| /linux/include/linux/sunrpc/ |
| H A D | types.h | 22 #define signalled() (signal_pending(current)) macro
|
| /linux/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | hsta.txt | 8 PCI message signalled interrupts.
|
| /linux/Documentation/arch/arm/ |
| H A D | swp_emulation.rst | 11 signalled to the triggering process.
|
| /linux/arch/sh/include/asm/ |
| H A D | irq.h | 12 * are woken up and signalled in parallel.
|
| /linux/drivers/vhost/ |
| H A D | vhost.h | 133 /* Last used index value we have signalled on */ 136 /* Last used index value we have signalled on */
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpadlpar_core.c | 282 * -ERESTARTSYS Signalled before obtaining lock 417 * -ERESTARTSYS Signalled before obtaining lock
|
| /linux/Documentation/admin-guide/ |
| H A D | cpu-load.rst | 26 signalled the kernel looks what kind of task was running at this
|
| /linux/arch/arm/mm/ |
| H A D | fsr-2level.c | 24 * The following are "imprecise" aborts, which are signalled by bit
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-dmi-entries | 64 terminated strings, with termination signalled
|
| /linux/drivers/misc/ibmasm/ |
| H A D | event.c | 19 * Events are signalled to the device drivers through interrupts.
|
| /linux/include/uapi/linux/ |
| H A D | if_xdp.h | 175 * next frame in the ring. The end of the packet is signalled by setting this
|
| /linux/tools/include/uapi/linux/ |
| H A D | if_xdp.h | 175 * next frame in the ring. The end of the packet is signalled by setting this
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_dp_auxch.c | 161 dev_err(rdev->dev, "auxch hw never signalled completion, error %08x\n", tmp); in radeon_dp_aux_transfer_native()
|