| /kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
| 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() 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 …]
|
| /kernel/linux/linux-4.19/drivers/media/pci/saa7164/ |
| D | saa7164-cmd.c | 30 dev->cmds[i].signalled = 0; in saa7164_cmd_alloc_seqno() 47 dev->cmds[seqno].signalled = 0; in saa7164_cmd_free_seqno() 101 "%s() signalled seqno(%d) (for dequeue)\n", in saa7164_irq_dequeue() 103 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_irq_dequeue() 174 dprintk(DBGLVL_CMD, "%s() signalled seqno(%d) (for dequeue)\n", in saa7164_cmd_dequeue() 176 dev->cmds[tRsp.seqno].signalled = 1; in saa7164_cmd_dequeue() 275 /* If we haven't been signalled we need to wait */ in saa7164_cmd_wait() 276 if (dev->cmds[seqno].signalled == 0) { in saa7164_cmd_wait() 279 "%s(seqno=%d) Waiting (signalled=%d)\n", in saa7164_cmd_wait() 280 __func__, seqno, dev->cmds[seqno].signalled); in saa7164_cmd_wait() [all …]
|
| /kernel/linux/linux-5.10/drivers/platform/goldfish/ |
| 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 */ 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 …]
|
| /kernel/linux/linux-4.19/drivers/platform/goldfish/ |
| D | goldfish_pipe.c | 172 /* A single signalled pipe information */ 200 /* wake flags host have signalled, 208 /* doubly linked list of signalled pipes, protected by 244 * the only operation that happens often is the signalled pipes array 261 /* Head of a doubly linked list of signalled pipes */ 629 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task() 654 * 1. device raises an interrupt if there's at least one signalled pipe 655 * 2. IRQ handler reads the signalled pipes and their count from the device 657 * it only resets the IRQ if it has returned all signalled pipes, 660 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list [all …]
|
| /kernel/linux/linux-4.19/Documentation/misc-devices/ |
| D | pci-endpoint-test.txt | 27 PCITEST_MSI: Tests message signalled interrupts. The MSI number 29 PCITEST_MSIX: Tests message signalled interrupts. The MSI-X number
|
| /kernel/linux/linux-5.10/Documentation/misc-devices/ |
| D | pci-endpoint-test.rst | 36 Tests message signalled interrupts. The MSI number 39 Tests message signalled interrupts. The MSI-X number
|
| /kernel/linux/linux-5.10/mm/ |
| D | vmpressure.c | 160 bool ancestor, bool signalled) in vmpressure_event() argument 169 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event() 188 bool signalled = false; in vmpressure_work_fn() local 213 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn() 214 signalled = true; in vmpressure_work_fn()
|
| /kernel/linux/linux-4.19/Documentation/filesystems/caching/ |
| D | object.txt | 119 In most cases, transitioning between states is in response to signalled events. 291 This is signalled in two circumstances: 301 This is signalled when an I/O error occurs during the processing of some 307 These are signalled when the netfs relinquishes a cookie it was using. 313 This is signalled when the cache backend wants to withdraw an object.
|
| /kernel/linux/linux-4.19/mm/ |
| D | vmpressure.c | 163 bool ancestor, bool signalled) in vmpressure_event() argument 172 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event() 191 bool signalled = false; in vmpressure_work_fn() local 216 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn() 217 signalled = true; in vmpressure_work_fn()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
| D | object.rst | 119 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.
|
| /kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_core.h | 358 /* 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. */
|
| /kernel/linux/linux-4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_core.h | 366 /* This event should be signalled when a slot is recycled. */ 372 /* This event should be signalled when a synchronous message is sent. */ 375 /* This event should be signalled when a synchronous message has been 485 /* Signalled when a free slot becomes available. */ 490 /* Signalled when a free data slot becomes available. */
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| 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 */
|
| /kernel/linux/linux-4.19/arch/sparc/include/asm/ |
| 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 */
|
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| D | types.h | 22 #define signalled() (signal_pending(current)) macro
|
| /kernel/linux/linux-4.19/include/linux/sunrpc/ |
| D | types.h | 22 #define signalled() (signal_pending(current)) macro
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/powerpc/4xx/ |
| D | hsta.txt | 8 PCI message signalled interrupts.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/4xx/ |
| D | hsta.txt | 8 PCI message signalled interrupts.
|
| /kernel/linux/linux-4.19/arch/m68k/fpsp040/ |
| 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
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| 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
|
| /kernel/linux/linux-4.19/Documentation/arm/ |
| D | swp_emulation | 11 signalled to the triggering process.
|
| /kernel/linux/linux-5.10/Documentation/arm/ |
| D | swp_emulation.rst | 11 signalled to the triggering process.
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/sun/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| 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
|
| /kernel/linux/linux-4.19/Documentation/gpu/ |
| D | drm-uapi.rst | 189 IOCTLs are also signalled through EDEADLK. 191 Simply running out of kernel/system memory is signalled through ENOMEM. 214 hardware failures are signalled through the "link status" connector
|