Home
last modified time | relevance | path

Searched full:signalled (Results 1 – 25 of 179) sorted by relevance

12345678

/linux-6.14.4/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()
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 …]
/linux-6.14.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h144 * 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.
267 /* This event should be signalled when a slot is recycled. */
273 /* This event should be signalled when a synchronous message is sent. */
277 * This event should be signalled when a synchronous message has been
396 /* Signalled when a free slot becomes available. */
399 /* Signalled when a free data slot becomes available. */
/linux-6.14.4/drivers/platform/goldfish/
Dgoldfish_pipe.c105 /* 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-6.14.4/drivers/gpu/host1x/
Dfence.c46 * 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()
Dcdma.h62 struct completion complete; /* signalled when event occurs */
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_sync.c30 int signalled; member
94 WRITE_ONCE(ufence->signalled, 1); in user_fence_worker()
379 * Return: 1 if signalled, 0 not signalled, <0 on error
383 return READ_ONCE(ufence->signalled); in xe_sync_ufence_get_status()
Dxe_preempt_fence.c34 * have just signalled the fence, however the preempt fences are all signalled via single in preempt_fence_work_func()
/linux-6.14.4/include/linux/
Dwait_bit.h60 * to be cleared. The clearing of the bit must be signalled with
89 * to be cleared. The clearing of the bit must be signalled with
119 * clearing of the bit must be signalled with wake_up_bit(), often as
150 * to be cleared. The clearing of the bit must be signalled with
178 * signalled with wake_up_bit(), often as clear_and_wake_up_bit(). As
205 * signalled with wake_up_bit(), often as clear_and_wake_up_bit(). As
444 * under the same lock, and the wake up should be signalled with
478 * under the same spinlock, and the wake up should be signalled with
499 * updated under the same mutex, and the wake up should be signalled
/linux-6.14.4/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.14.4/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.14.4/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.14.4/arch/sparc/include/asm/
Dfhc.h37 #define FHC_RCS_CFATAL 0x02000000 /* Centerplane Fatal Error signalled */
42 #define FHC_CONTROL_LFAT 0x00040000 /* AC/DC signalled a local error */
/linux-6.14.4/include/linux/sunrpc/
Dtypes.h22 #define signalled() (signal_pending(current)) macro
/linux-6.14.4/arch/m68k/fpsp040/
Dx_operr.S29 | signalled operr:
290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled
292 cmpiw #0xbfff,FPTEMP_EX(%a6) |check if incorrectly signalled
/linux-6.14.4/Documentation/devicetree/bindings/powerpc/4xx/
Dhsta.txt8 PCI message signalled interrupts.
/linux-6.14.4/drivers/net/ethernet/sun/
Dsungem.h51 #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-6.14.4/drivers/dma-buf/
Dsw_sync.c226 LIST_HEAD(signalled); in sync_timeline_signal()
241 list_move_tail(&pt->link, &signalled); in sync_timeline_signal()
249 list_for_each_entry_safe(pt, next, &signalled, link) { in sync_timeline_signal()
/linux-6.14.4/Documentation/arch/arm/
Dswp_emulation.rst11 signalled to the triggering process.
/linux-6.14.4/arch/sh/include/asm/
Dirq.h12 * are woken up and signalled in parallel.
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-platform_profile31 POLLPRI will be signalled on any changes, independent of those
/linux-6.14.4/drivers/vhost/
Dvhost.h118 /* Last used index value we have signalled on */
121 /* Last used index value we have signalled on */
/linux-6.14.4/Documentation/gpu/
Ddrm-uapi.rst244 force-signalled to avoid inflicting hangs on userspace.
404 IOCTLs are also signalled through EDEADLK.
406 Simply running out of kernel/system memory is signalled through ENOMEM.
432 hardware failures are signalled through the "link status" connector
/linux-6.14.4/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()
/linux-6.14.4/drivers/pci/hotplug/
Drpadlpar_core.c282 * -ERESTARTSYS Signalled before obtaining lock
417 * -ERESTARTSYS Signalled before obtaining lock
/linux-6.14.4/Documentation/admin-guide/
Dcpu-load.rst26 signalled the kernel looks what kind of task was running at this

12345678