Home
last modified time | relevance | path

Searched full:remained (Results 1 – 25 of 54) sorted by relevance

123

/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dpipeline.json9 …"BriefDescription": "Fraction of dispatch slots that remained unused because the frontend did not …
23 … "BriefDescription": "Fraction of dispatch slots that remained unused because of backend stalls.",
30 …"BriefDescription": "Fraction of dispatch slots that remained unused because the other thread was …
44 …"BriefDescription": "Fraction of dispatch slots that remained unused because of a latency bottlene…
51 …"BriefDescription": "Fraction of dispatch slots that remained unused because of a bandwidth bottle…
72 …"BriefDescription": "Fraction of dispatch slots that remained unused because of stalls due to the …
79 …"BriefDescription": "Fraction of dispatch slots that remained unused because of stalls not related…
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c45 int remained; in write_exactly() local
61 remained = filesize; in write_exactly()
64 while (remained) { in write_exactly()
65 ssize_t read_len = read(random_fd, cursor, remained); in write_exactly()
73 remained -= read_len; in write_exactly()
78 remained = filesize; in write_exactly()
80 while (remained) { in write_exactly()
81 ssize_t write_len = write(fd, cursor, remained); in write_exactly()
89 remained -= write_len; in write_exactly()
/linux/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c142 int remained = strlen(acpi_aml_batch_pos); in acpi_aml_read_batch_cmd() local
146 if (len > remained) { in acpi_aml_read_batch_cmd()
147 memcpy(p, acpi_aml_batch_pos, remained); in acpi_aml_read_batch_cmd()
148 acpi_aml_batch_pos += remained; in acpi_aml_read_batch_cmd()
149 len = remained; in acpi_aml_read_batch_cmd()
/linux/tools/perf/trace/beauty/
H A Dmount_flags.c28 * magic value 0xC0ED, and this remained so until 2.4.0-test9. in syscall_arg__mask_val_mount_flags()
/linux/Documentation/devicetree/bindings/gnss/
H A Dsirfstar.yaml17 acquired by Samsung, while some products remained with CSR. In 2014 CSR
/linux/arch/sh/lib/
H A D__clear_user.S90 ! return the number of bytes remained
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt39 This attribute is remained for compatible purpose. It is not recommended to
/linux/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst231 ``name``, ``rangelow`` and ``rangehigh`` remained unchanged.
417 ``video_buffer`` remained unchanged, except V4L2 defines
437 ``clipcount`` fields remained unchanged. Struct
/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/tools/testing/radix-tree/
H A Dregression2.c117 /* We remove all the remained nodes */ in regression2_test()
/linux/Documentation/scheduler/
H A Dsched-nice-design.rst53 But the fundamental HZ-sensitive property for nice+19 still remained,
/linux/fs/f2fs/
H A Dextent_cache.c975 int remained; in __shrink_extent_tree() local
1013 remained = nr_shrink - (node_cnt + tree_cnt); in __shrink_extent_tree()
1016 for (; remained > 0; remained--) { in __shrink_extent_tree()
/linux/lib/
H A Dobjpool.c196 /* drop all remained objects from objpool */ in objpool_fini()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h76 * The originally introduced spelling is remained from the first
/linux/include/uapi/linux/
H A Dfcntl.h77 * The originally introduced spelling is remained from the first
/linux/Documentation/gpu/
H A Dtegra.rst64 The display hardware has remained mostly backwards compatible over the various
/linux/drivers/crypto/hisilicon/
H A Dsgl.c108 dev_err(dev, "Fail to allocate remained hw SG buffer!\n"); in hisi_acc_create_sgl_pool()
/linux/drivers/base/power/
H A Druntime-test.c61 /* Should have remained suspended the whole time. */ in pm_runtime_already_suspended_test()
/linux/drivers/media/radio/
H A Dradio-sf16fmr2.c6 * but almost nothing remained here after conversion to generic TEA575x
/linux/tools/perf/tests/
H A Dhists_filter.c242 * total period will be remained. in test__hists_filter()
/linux/tools/testing/selftests/
H A Dlib.mk43 # why they have remained disabled in gcc for the main kernel build. And it is
/linux/arch/m68k/fpsp040/
H A Dscale.S333 | Destination remained denormalized. Call t_excdnrm with
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c375 * Delete any record that remained unused for 32 match in amvdec_dst_buf_done_offset()
/linux/arch/x86/kernel/
H A Dhead_32.S179 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
/linux/fs/fat/
H A Dfile.c375 /* Freeing the remained cluster chain */ in fat_free()

123