| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/toshiba/ |
| D | spider_net.rst | 28 There are three primary states that a descriptor can be in: "empty", 29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 32 descriptor is neither empty or full; it is simply not ready. It may 37 buffers. These are all marked "empty", ready to receive data. This 40 buffers, processing them, and re-marking them empty. 48 and everything in front of it should be "empty". If the hardware 49 discovers that the current descr is not empty, it will signal an 59 The OS will then note that the current tail is "empty", and halt 67 then mark the descr as "empty", ready to receive data. Thus, when there 69 be "not-in-use", and everything behind it should be "empty". If no [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/toshiba/ |
| D | spider_net.rst | 28 There are three primary states that a descriptor can be in: "empty", 29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 32 descriptor is neither empty or full; it is simply not ready. It may 37 buffers. These are all marked "empty", ready to receive data. This 40 buffers, processing them, and re-marking them empty. 48 and everything in front of it should be "empty". If the hardware 49 discovers that the current descr is not empty, it will signal an 59 The OS will then note that the current tail is "empty", and halt 67 then mark the descr as "empty", ready to receive data. Thus, when there 69 be "not-in-use", and everything behind it should be "empty". If no [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/ |
| D | uncore-io.json | 51 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 59 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 67 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 75 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 83 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 91 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 163 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres… 171 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres… 179 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres… 187 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres…
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mailbox/ |
| D | apple,mailbox.yaml | 52 - description: send fifo is empty interrupt 53 - description: send fifo is not empty interrupt 54 - description: receive fifo is empty interrupt 55 - description: receive fifo is not empty interrupt 59 - const: send-empty 60 - const: send-not-empty 61 - const: recv-empty 62 - const: recv-not-empty 85 interrupt-names = "send-empty", "send-not-empty", 86 "recv-empty", "recv-not-empty";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | .yamllint | 12 min-spaces-inside-empty: 0 13 max-spaces-inside-empty: 0 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 27 empty-lines: 30 empty-values:
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ |
| D | .yamllint | 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 22 min-spaces-inside-empty: 0 23 max-spaces-inside-empty: 0 32 empty-lines: 35 empty-values:
|
| /kernel/linux/linux-6.6/include/dt-bindings/reset/ |
| D | altr,rst-mgr-s10.h | 25 /* 38 is empty */ 33 /* 46 is empty */ 42 /* 55 is empty*/ 68 /* 79 is empty */ 71 /* 82-87 is empty */ 90 /* 164-167 is empty */
|
| /kernel/linux/linux-5.10/include/dt-bindings/reset/ |
| D | altr,rst-mgr-s10.h | 25 /* 38 is empty */ 33 /* 46 is empty */ 42 /* 55 is empty*/ 66 /* 77-79 is empty */ 69 /* 82-87 is empty */ 87 /* 164-167 is empty */
|
| /kernel/linux/linux-5.10/sound/sh/ |
| D | sh_dac_audio.c | 46 int empty; member 70 chip->empty = 1; in dac_audio_reset() 109 chip->empty = 1; in snd_sh_dac_pcm_open() 150 chip->empty = 1; in snd_sh_dac_pcm_trigger() 171 if (chip->empty) { in snd_sh_dac_pcm_copy() 172 chip->empty = 0; in snd_sh_dac_pcm_copy() 189 if (chip->empty) { in snd_sh_dac_pcm_copy_kernel() 190 chip->empty = 0; in snd_sh_dac_pcm_copy_kernel() 207 if (chip->empty) { in snd_sh_dac_pcm_silence() 208 chip->empty = 0; in snd_sh_dac_pcm_silence() [all …]
|
| /kernel/linux/linux-6.6/fs/ |
| D | binfmt_elf_test.c | 6 struct elf_phdr empty[] = { in total_mapping_size_test() local 40 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 0), 0); in total_mapping_size_test() 41 /* Empty headers, no size. */ in total_mapping_size_test() 42 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 1), 0); in total_mapping_size_test() 44 KUNIT_EXPECT_EQ(test, total_mapping_size(&empty[1], 1), 0); in total_mapping_size_test() 45 /* Empty PT_LOAD and non-PT_LOAD headers, no size. */ in total_mapping_size_test() 46 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 2), 0); in total_mapping_size_test()
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | apm_power.c | 121 union power_supply_propval empty; in do_calculate_time() local 176 if (_MPSY_PROP(empty_prop, &empty)) { in do_calculate_time() 178 if (_MPSY_PROP(empty_design_prop, &empty)) in do_calculate_time() 179 empty.intval = 0; in do_calculate_time() 191 return -((cur.intval - empty.intval) * 60L) / I.intval; in do_calculate_time() 218 union power_supply_propval empty, full, cur; in calculate_capacity() local 263 if (_MPSY_PROP(empty_prop, &empty)) { in calculate_capacity() 265 if (_MPSY_PROP(empty_design_prop, &empty)) in calculate_capacity() 266 empty.intval = 0; in calculate_capacity() 269 if (full.intval - empty.intval) in calculate_capacity() [all …]
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | apm_power.c | 121 union power_supply_propval empty; in do_calculate_time() local 176 if (_MPSY_PROP(empty_prop, &empty)) { in do_calculate_time() 178 if (_MPSY_PROP(empty_design_prop, &empty)) in do_calculate_time() 179 empty.intval = 0; in do_calculate_time() 191 return -((cur.intval - empty.intval) * 60L) / I.intval; in do_calculate_time() 218 union power_supply_propval empty, full, cur; in calculate_capacity() local 263 if (_MPSY_PROP(empty_prop, &empty)) { in calculate_capacity() 265 if (_MPSY_PROP(empty_design_prop, &empty)) in calculate_capacity() 266 empty.intval = 0; in calculate_capacity() 269 if (full.intval - empty.intval) in calculate_capacity() [all …]
|
| /kernel/linux/linux-6.6/tools/memory-model/ |
| D | linux-kernel.bell | 57 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 58 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock 65 flag ~empty Srcu-lock \ domain(srcu-rscs) as unmatched-srcu-lock 66 flag ~empty Srcu-unlock \ range(srcu-rscs) as unmatched-srcu-unlock 67 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches 70 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 73 flag ~empty different-values(srcu-rscs) as srcu-bad-value-match
|
| /kernel/linux/linux-6.6/sound/sh/ |
| D | sh_dac_audio.c | 45 int empty; member 69 chip->empty = 1; in dac_audio_reset() 108 chip->empty = 1; in snd_sh_dac_pcm_open() 149 chip->empty = 1; in snd_sh_dac_pcm_trigger() 170 if (chip->empty) { in snd_sh_dac_pcm_copy() 171 chip->empty = 0; in snd_sh_dac_pcm_copy() 188 if (chip->empty) { in snd_sh_dac_pcm_silence() 189 chip->empty = 0; in snd_sh_dac_pcm_silence() 269 if (!chip->empty) { in sh_dac_audio_timer() 284 chip->empty = 1; in sh_dac_audio_timer() [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
| D | adf_transport_debug.c | 48 int head, tail, empty; in adf_ring_show() local 54 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_ring_show() 61 seq_printf(sfile, "head %x, tail %x, empty: %d\n", in adf_ring_show() 62 head, tail, (empty & 1 << ring->ring_number) in adf_ring_show() 149 int head, tail, empty; in adf_bank_show() local 158 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_bank_show() 161 "ring num %02d, head %04x, tail %04x, empty: %d\n", in adf_bank_show() 163 (empty & 1 << ring->ring_number) >> in adf_bank_show()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/meteorlake/ |
| D | other.json | 21 "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread.", 23 "EventName": "RS.EMPTY", 24 …"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this lo… 30 "BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty.", 36 …"PublicDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be…
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| D | ramcfg.h | 122 /*empty: 4 */ 124 /*empty: 6 */ 126 /*empty: 8 */ 133 /* empty: 15 */ 135 /* empty: 17 */ 140 /* empty: 22, 23 */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| D | ramcfg.h | 122 /*empty: 4 */ 124 /*empty: 6 */ 126 /*empty: 8 */ 133 /* empty: 15 */ 135 /* empty: 17 */ 140 /* empty: 22, 23 */
|
| /kernel/linux/linux-5.10/arch/xtensa/variants/dc232b/include/variant/ |
| D | tie.h | 104 #define XCHAL_CP0_SA_LIST(s) /* empty */ 107 #define XCHAL_CP1_SA_LIST(s) /* empty */ 110 #define XCHAL_CP2_SA_LIST(s) /* empty */ 113 #define XCHAL_CP3_SA_LIST(s) /* empty */ 116 #define XCHAL_CP4_SA_LIST(s) /* empty */ 119 #define XCHAL_CP5_SA_LIST(s) /* empty */ 122 #define XCHAL_CP6_SA_LIST(s) /* empty */ 125 #define XCHAL_CP7_SA_LIST(s) /* empty */
|
| /kernel/linux/linux-6.6/arch/xtensa/variants/dc232b/include/variant/ |
| D | tie.h | 104 #define XCHAL_CP0_SA_LIST(s) /* empty */ 107 #define XCHAL_CP1_SA_LIST(s) /* empty */ 110 #define XCHAL_CP2_SA_LIST(s) /* empty */ 113 #define XCHAL_CP3_SA_LIST(s) /* empty */ 116 #define XCHAL_CP4_SA_LIST(s) /* empty */ 119 #define XCHAL_CP5_SA_LIST(s) /* empty */ 122 #define XCHAL_CP6_SA_LIST(s) /* empty */ 125 #define XCHAL_CP7_SA_LIST(s) /* empty */
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| D | adf_transport_debug.c | 49 int head, tail, empty; in adf_ring_show() local 55 empty = csr_ops->read_csr_e_stat(csr, bank->bank_number); in adf_ring_show() 62 seq_printf(sfile, "head %x, tail %x, empty: %d\n", in adf_ring_show() 63 head, tail, (empty & 1 << ring->ring_number) in adf_ring_show() 157 int head, tail, empty; in adf_bank_show() local 166 empty = csr_ops->read_csr_e_stat(csr, bank->bank_number); in adf_bank_show() 169 "ring num %02d, head %04x, tail %04x, empty: %d\n", in adf_bank_show() 171 (empty & 1 << ring->ring_number) >> in adf_bank_show()
|
| /kernel/linux/linux-5.10/tools/memory-model/ |
| D | linux-kernel.bell | 56 flag ~empty Rcu-lock \ domain(rcu-rscs) as unbalanced-rcu-locking 57 flag ~empty Rcu-unlock \ range(rcu-rscs) as unbalanced-rcu-locking 72 flag ~empty Srcu-lock \ domain(srcu-rscs) as unbalanced-srcu-locking 73 flag ~empty Srcu-unlock \ range(srcu-rscs) as unbalanced-srcu-locking 76 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 79 flag ~empty different-values(srcu-rscs) as srcu-bad-nesting
|
| /kernel/linux/linux-6.6/sound/arm/ |
| D | aaci.h | 74 #define SR_RXTOFE (1 << 11) /* rx timeout fifo empty */ 82 #define SR_TXHE (1 << 3) /* tx fifo half empty */ 84 #define SR_TXFE (1 << 1) /* tx fifo empty */ 85 #define SR_RXFE (1 << 0) /* rx fifo empty */ 90 #define ISR_RXTOFEINTR (1 << 6) /* rx fifo empty */ 112 #define ISR_RXTOFE (1 << 6) /* rx timeout fifo empty */ 123 #define IE_RXTOFE (1 << 6) /* rx timeout fifo empty */ 136 #define SLFR_12TXE (1 << 11) /* slot 12 tx empty */ 138 #define SLFR_2TXE (1 << 9) /* slot 2 tx empty */ 140 #define SLFR_1TXE (1 << 7) /* slot 1 tx empty */
|
| /kernel/linux/linux-5.10/sound/arm/ |
| D | aaci.h | 74 #define SR_RXTOFE (1 << 11) /* rx timeout fifo empty */ 82 #define SR_TXHE (1 << 3) /* tx fifo half empty */ 84 #define SR_TXFE (1 << 1) /* tx fifo empty */ 85 #define SR_RXFE (1 << 0) /* rx fifo empty */ 90 #define ISR_RXTOFEINTR (1 << 6) /* rx fifo empty */ 112 #define ISR_RXTOFE (1 << 6) /* rx timeout fifo empty */ 123 #define IE_RXTOFE (1 << 6) /* rx timeout fifo empty */ 136 #define SLFR_12TXE (1 << 11) /* slot 12 tx empty */ 138 #define SLFR_2TXE (1 << 9) /* slot 2 tx empty */ 140 #define SLFR_1TXE (1 << 7) /* slot 1 tx empty */
|
| /kernel/linux/linux-5.10/arch/xtensa/variants/dc233c/include/variant/ |
| D | tie.h | 123 #define XCHAL_CP0_SA_LIST(s) /* empty */ 126 #define XCHAL_CP1_SA_LIST(s) /* empty */ 129 #define XCHAL_CP2_SA_LIST(s) /* empty */ 132 #define XCHAL_CP3_SA_LIST(s) /* empty */ 135 #define XCHAL_CP4_SA_LIST(s) /* empty */ 138 #define XCHAL_CP5_SA_LIST(s) /* empty */ 141 #define XCHAL_CP6_SA_LIST(s) /* empty */ 144 #define XCHAL_CP7_SA_LIST(s) /* empty */
|