/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-io.json | 57 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 66 …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… 84 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 93 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 102 …escription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress… 183 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres… 192 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres… 201 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres… 210 …fDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingres…
|
/linux/Documentation/devicetree/bindings/mailbox/ |
H A 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";
|
/linux/Documentation/devicetree/bindings/ |
H A 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:
|
/linux/include/dt-bindings/reset/ |
H A 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 */
|
/linux/drivers/md/dm-vdo/ |
H A D | priority-table.c | 35 * non-empty bucket by searching a bit vector represented as a single 8-byte word, which is very 41 /* A bit vector flagging all buckets that are currently non-empty */ 103 * vdo_reset_priority_table() - Reset a priority table, leaving it in the same empty state as when 136 /* Flag the bucket in the search vector since it must be non-empty. */ in vdo_priority_table_enqueue() 153 * Return: The dequeued entry, or NULL if the table is currently empty. 162 /* All buckets are empty. */ in vdo_priority_table_dequeue() 167 * Find the highest priority non-empty bucket by finding the highest-order non-zero bit in in vdo_priority_table_dequeue() 208 * If the rest of the list is now empty, the next node must be the list head in the bucket in vdo_priority_table_remove() 216 * vdo_is_priority_table_empty() - Return whether the priority table is empty. 219 * Return: true if the table is empty.
|
H A D | wait-queue.c | 27 * The waitq is empty, so form the initial circular list by self-linking the in vdo_waitq_enqueue_waiter() 51 /* If the source waitq is empty, there's nothing to do. */ in vdo_waitq_transfer_all_waiters() 57 * Both are non-empty. Splice the two circular lists together in vdo_waitq_transfer_all_waiters() 87 * Copy and empty the waitq first, avoiding the possibility of an infinite in vdo_waitq_notify_all_waiters() 104 * Return: The first (oldest) waiter in the waitq, or NULL if the waitq is empty. 152 * Return: The first (oldest) waiter in the waitq, or NULL if the waitq is empty. 163 /* The waitq has a single entry, so empty it by nulling the tail. */ in vdo_waitq_dequeue_waiter()
|
H A D | funnel-queue.c | 51 * logically empty. in get_oldest() 74 * assigned previous->next. The queue is really still empty. in get_oldest() 100 * Poll a queue, removing the oldest entry if the queue is not empty. This function must only be 133 * Check whether the funnel queue is empty or not. If the queue is in a transition state with one 135 * queue as empty. 159 * retrievable entry in the list, or the list is officially empty but in the intermediate in vdo_is_funnel_queue_idle()
|
/linux/fs/tests/ |
H A D | binfmt_elf_kunit.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()
|
/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 69 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 70 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock 77 flag ~empty Srcu-lock \ domain(srcu-rscs) as unmatched-srcu-lock 78 flag ~empty Srcu-unlock \ range(srcu-rscs) as unmatched-srcu-unlock 79 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches 82 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 85 flag ~empty different-values(srcu-rscs) as srcu-bad-value-match 98 flag ~empty (if "lkmmv2" then 0 else _)
|
H A D | lock.cat | 41 flag ~empty [M \ IW \ ALL-LOCKS] ; loc ; [ALL-LOCKS] as mixed-lock-accesses 48 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW 49 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR 55 empty ([LKW] ; po-loc ; [LKR]) \ (po-loc ; [UL] ; po-loc) as lock-nest 61 empty ([LKW] ; po-loc ; [RU]) \ (po-loc ; [UL] ; po-loc) as nested-is-locked 64 flag ~empty [FW] ; loc ; [ALL-LOCKS] as lock-final 79 flag ~empty UL \ range(critical) as unmatched-unlock 83 empty ([UNMATCHED-LKW] ; loc ; [UNMATCHED-LKW]) \ id as unmatched-locks
|
/linux/sound/sh/ |
H A 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 …]
|
/linux/include/linux/spi/ |
H A D | sh_msiof.h | 80 #define SIFCTR_TFWM_64 0U /* Transfer Request when 64 empty stages */ 81 #define SIFCTR_TFWM_32 1U /* Transfer Request when 32 empty stages */ 82 #define SIFCTR_TFWM_24 2U /* Transfer Request when 24 empty stages */ 83 #define SIFCTR_TFWM_16 3U /* Transfer Request when 16 empty stages */ 84 #define SIFCTR_TFWM_12 4U /* Transfer Request when 12 empty stages */ 85 #define SIFCTR_TFWM_8 5U /* Transfer Request when 8 empty stages */ 86 #define SIFCTR_TFWM_4 6U /* Transfer Request when 4 empty stages */ 87 #define SIFCTR_TFWM_1 7U /* Transfer Request when 1 empty stage */ 101 #define SISTR_TFEMP BIT(29) /* Transmit FIFO Empty */ 116 #define SIIER_TFEMPE BIT(29) /* Transmit FIFO Empty Enable */
|
/linux/arch/xtensa/variants/dc232b/include/variant/ |
H A 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 */
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A 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()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | ramcfg.h | 122 /*empty: 4 */ 124 /*empty: 6 */ 126 /*empty: 8 */ 133 /* empty: 15 */ 135 /* empty: 17 */ 140 /* empty: 22, 23 */
|
/linux/sound/arm/ |
H A 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 */
|
/linux/arch/xtensa/variants/dc233c/include/variant/ |
H A 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 */
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_self_test.c | 379 "PXP2: VQ0 is not empty", 385 "PXP2: VQ1 is not empty", 391 "PXP2: VQ2 is not empty", 397 "PXP2: VQ3 is not empty", 403 "PXP2: VQ4 is not empty", 409 "PXP2: VQ5 is not empty", 415 "PXP2: VQ6 is not empty", 421 "PXP2: VQ7 is not empty", 427 "PXP2: VQ8 is not empty", 433 "PXP2: VQ9 is not empty", [all …]
|
/linux/scripts/genksyms/ |
H A D | parse.y | 159 /* empty */ { $$ = NULL; } 203 /* empty */ { decl_spec = NULL; } 285 /* empty */ { $$ = NULL; } 364 /* empty */ { $$ = NULL; } 381 /* empty */ { $$ = NULL; } 433 /* empty */ { $$ = NULL; } 449 /* empty */ { $$ = NULL; } 466 /* empty */ { $$ = NULL; } 488 /* empty */ { $$ = NULL; } 519 /* empty */ { $$ = NULL; }
|
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/ |
H A D | pipeline.json | 10 …"BriefDescription": "Cycles that the DPU IQ is empty and that is not because of a recent micro-TLB… 15 …"BriefDescription": "Cycles the DPU IQ is empty and there is an instruction cache miss being proce… 20 …"BriefDescription": "Cycles the DPU IQ is empty and there is an instruction micro-TLB miss being p… 25 "BriefDescription": "Cycles the DPU IQ is empty and there is a pre-decode error being processed"
|
/linux/drivers/net/wireguard/ |
H A D | queueing.c | 51 #define STUB(queue) ((struct sk_buff *)&queue->empty) 60 offsetof(struct sk_buff, next) != offsetof(struct prev_queue, empty.next) - in wg_prev_queue_init() 61 offsetof(struct prev_queue, empty) || in wg_prev_queue_init() 62 offsetof(struct sk_buff, prev) != offsetof(struct prev_queue, empty.prev) - in wg_prev_queue_init() 63 offsetof(struct prev_queue, empty)); in wg_prev_queue_init()
|
/linux/arch/arm64/boot/dts/apple/ |
H A D | t600x-nvme.dtsi | 16 interrupt-names = "send-empty", "send-not-empty", 17 "recv-empty", "recv-not-empty";
|
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/ |
H A D | pipeline.json | 9 …e to the frontend, cache miss.This event counts every cycle the DPU IQ is empty and there is an in… 12 …e to the frontend, cache miss.This event counts every cycle the DPU IQ is empty and there is an in… 15 …due to the frontend, TLB miss.This event counts every cycle the DPU IQ is empty and there is an in… 18 …due to the frontend, TLB miss.This event counts every cycle the DPU IQ is empty and there is an in… 21 …he frontend, pre-decode error.This event counts every cycle the DPU IQ is empty and there is a pre… 24 …he frontend, pre-decode error.This event counts every cycle the DPU IQ is empty and there is a pre…
|
/linux/fs/ubifs/ |
H A D | find.c | 23 * @pick_free: whether it is OK to scan for empty LEBs 102 /* If specified, exclude empty or freeable LEBs */ in scan_for_dirty_cb() 106 /* Exclude LEBs with too little dirty space (unless it is empty) */ in scan_for_dirty_cb() 147 * so check the uncategorized list. N.B. neither empty nor freeable LEBs in scan_for_dirty() 195 * @pick_free: controls whether it is OK to pick empty or index LEBs 199 * dirty index heap, and it falls-back to LPT scanning if the heaps are empty 251 /* OK, try to find an empty LEB */ in ubifs_find_dirty_leb() 369 /* If specified, exclude empty LEBs */ in scan_for_free_cb() 389 * @pick_free: whether it is OK to scan for empty LEBs 390 * @squeeze: whether to try to find space in a non-empty LEB first [all …]
|
/linux/arch/xtensa/variants/de212/include/variant/ |
H A D | tie.h | 99 #define XCHAL_CP0_SA_LIST(s) /* empty */ 102 #define XCHAL_CP1_SA_LIST(s) /* empty */ 105 #define XCHAL_CP2_SA_LIST(s) /* empty */ 108 #define XCHAL_CP3_SA_LIST(s) /* empty */ 111 #define XCHAL_CP4_SA_LIST(s) /* empty */ 114 #define XCHAL_CP5_SA_LIST(s) /* empty */ 117 #define XCHAL_CP6_SA_LIST(s) /* empty */ 120 #define XCHAL_CP7_SA_LIST(s) /* empty */
|