/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
H A D | harness.c | 29 bool terminated; in run_test() local 50 terminated = false; in run_test() 60 if (terminated) { in run_test() 67 terminated = true; in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | harness.c | 29 bool terminated; in run_test() local 50 terminated = false; in run_test() 60 if (terminated) { in run_test() 67 terminated = true; in run_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.c | 55 bool terminated = false; in validate_reserved() local 65 while (head && !terminated && offs < resv_sz) { in validate_reserved() 76 terminated = true; in validate_reserved() 144 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.c | 133 bool terminated = false; in validate_reserved() local 150 while (head && !terminated && offs < resv_sz) { in validate_reserved() 172 terminated = true; in validate_reserved() 278 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved() 283 if (terminated && (flags & ZT_CTX) && !(flags & ZA_CTX)) { in validate_reserved()
|
/kernel/linux/linux-5.10/fs/romfs/ |
H A D | storage.c | 169 bool matched, terminated = false; in romfs_blk_strcmp() local 185 terminated = true; in romfs_blk_strcmp() 194 if (!terminated) { in romfs_blk_strcmp() 261 * - the string to be compared to, str, may not be NUL-terminated; instead the
|
/kernel/linux/linux-6.6/fs/romfs/ |
H A D | storage.c | 169 bool matched, terminated = false; in romfs_blk_strcmp() local 185 terminated = true; in romfs_blk_strcmp() 194 if (!terminated) { in romfs_blk_strcmp() 261 * - the string to be compared to, str, may not be NUL-terminated; instead the
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 535 int terminated = 0; in scsi_sanitize_inquiry_string() local 539 terminated = 1; in scsi_sanitize_inquiry_string() 540 if (terminated || *s < 0x20 || *s > 0x7e) in scsi_sanitize_inquiry_string()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 618 int terminated = 0; in scsi_sanitize_inquiry_string() local 622 terminated = 1; in scsi_sanitize_inquiry_string() 623 if (terminated || *s < 0x20 || *s > 0x7e) in scsi_sanitize_inquiry_string()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | imx-sdma.c | 428 * @terminated: terminated list 459 struct list_head terminated; member 1185 vchan_dma_desc_free_list(&sdmac->vc, &sdmac->terminated); in sdma_channel_terminate_work() 1200 * move out current descriptor into terminated list so that in sdma_terminate_all() 1203 * up before the last descriptor terminated. in sdma_terminate_all() 1205 vchan_get_all_descriptors(&sdmac->vc, &sdmac->terminated); in sdma_terminate_all() 2267 INIT_LIST_HEAD(&sdmac->terminated); in sdma_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma.c | 163 bool terminated; member 184 UDMA_CHAN_IS_TERMINATING, /* channel is being terminated */ 1073 * terminated descriptor, mark the descriptor as in udma_ring_irq_handler() 2835 uc->terminated_desc->terminated = true; in udma_terminate_all()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 3827 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header() 3833 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | header.c | 4217 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header() 4223 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 219 bool terminated; member 240 UDMA_CHAN_IS_TERMINATING, /* channel is being terminated */ 1201 * terminated descriptor, mark the descriptor as in udma_ring_irq_handler() 3926 uc->terminated_desc->terminated = true; in udma_terminate_all()
|