Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A 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()
265 /* If we haven't been signalled we need to wait */ in saa7164_cmd_wait()
266 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait()
269 "%s(seqno=%d) Waiting (signalled=%d)\n", in saa7164_cmd_wait()
270 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/goldfish/
H A Dgoldfish_pipe.c106 /* 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 */
582 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task()
610 * 1. device raises an interrupt if there's at least one signalled pipe
611 * 2. IRQ handler reads the signalled pipes and their count from the device
613 * it only resets the IRQ if it has returned all signalled pipes,
616 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list
[all …]
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dpci-endpoint-test.rst36 Tests message signalled interrupts. The MSI number
39 Tests message signalled interrupts. The MSI-X number
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dobject.rst119 In most cases, transitioning between states is in response to signalled events.
288 This is signalled in two circumstances:
297 This is signalled when an I/O error occurs during the processing of some
301 These are signalled when the netfs relinquishes a cookie it was using.
306 This is signalled when the cache backend wants to withdraw an object.
/OK3568_Linux_fs/kernel/mm/
H A Dvmpressure.c162 bool ancestor, bool signalled) in vmpressure_event() argument
171 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event()
190 bool signalled = false; in vmpressure_work_fn() local
215 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn()
216 signalled = true; in vmpressure_work_fn()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h358 /* This event should be signalled when a slot is recycled. */
364 /* This event should be signalled when a synchronous message is sent. */
367 /* This event should be signalled when a synchronous message has been
476 /* Signalled when a free slot becomes available. */
481 /* Signalled when a free data slot becomes available. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DConvenience-Vars.html179 (i.e., <code>$_exitcode</code> is not <code>void</code>) or signalled (i.e.,
196 or signalled would be:
205 &gt;echo The program has signalled\n
214 The program has signalled
218 debugged has signalled, since it calls <code>raise</code> and raises a
H A DAnnotations-for-Running.html99 <a name="index-signalled-annotation"></a>
130 <dd><p>The syntax of this annotation is just like <code>signalled</code>, but <small>GDB</small> is
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DConvenience-Vars.html179 (i.e., <code>$_exitcode</code> is not <code>void</code>) or signalled (i.e.,
196 or signalled would be:
205 &gt;echo The program has signalled\n
214 The program has signalled
218 debugged has signalled, since it calls <code>raise</code> and raises a
H A DAnnotations-for-Running.html99 <a name="index-signalled-annotation"></a>
130 <dd><p>The syntax of this annotation is just like <code>signalled</code>, but <small>GDB</small> is
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dfhc.h37 #define FHC_RCS_CFATAL 0x02000000 /* Centerplane Fatal Error signalled */
42 #define FHC_CONTROL_LFAT 0x00040000 /* AC/DC signalled a local error */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A 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
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A 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
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-uapi.rst233 force-signalled to avoid inflicting hangs on userspace.
303 IOCTLs are also signalled through EDEADLK.
305 Simply running out of kernel/system memory is signalled through ENOMEM.
331 hardware failures are signalled through the "link status" connector
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dtypes.h22 #define signalled() (signal_pending(current)) macro
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/
H A Dhsta.txt8 PCI message signalled interrupts.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/annotate/
H A DAnnotations-for-Running.html94 <a name="index-signalled"></a>
125 <dd><p>The syntax of this annotation is just like <code>signalled</code>, but <small>GDB</small> is
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/annotate/
H A DAnnotations-for-Running.html94 <a name="index-signalled"></a>
125 <dd><p>The syntax of this annotation is just like <code>signalled</code>, but <small>GDB</small> is
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dswp_emulation.rst11 signalled to the triggering process.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_event.c29 * @callback: Callback function to call when a CSF event is signalled.
34 * to it when a CSF event is signalled.
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.h102 /* Last used index value we have signalled on */
105 /* Last used index value we have signalled on */
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dirq.h23 * are woken up and signalled in parallel.
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclntproc.c215 if (signalled()) in nlm_alloc_call()
247 if (!signalled ()) { in nlm_wait_on_grace()
250 if (!signalled ()) in nlm_wait_on_grace()
300 return signalled () ? -EINTR : status; in nlmclnt_call()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A Drun-ptest10 # a loop variable, not when signalled. For $$ it
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst47 All write I/O is failed with an error signalled.

12345678910