Home
last modified time | relevance | path

Searched full:remained (Results 1 – 25 of 61) 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/sound/firewire/tascam/
H A Dtascam-hwdep.c39 long remained, loff_t *offset) in tscm_hwdep_read_queue() argument
48 if (remained < sizeof(type) + sizeof(*entries)) { in tscm_hwdep_read_queue()
55 remained -= sizeof(type); in tscm_hwdep_read_queue()
72 if (remained < length) in tscm_hwdep_read_queue()
73 length = rounddown(remained, sizeof(*entries)); in tscm_hwdep_read_queue()
86 remained -= length; in tscm_hwdep_read_queue()
/linux/sound/firewire/fireworks/
H A Dfireworks_hwdep.c22 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf() argument
30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf()
38 remained -= sizeof(type); in hwdep_read_resp_buf()
56 if (remained < length) in hwdep_read_resp_buf()
79 remained -= till_end; in hwdep_read_resp_buf()
/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/fs/ext4/
H A Dextents_status.h96 * unwritten blocks remained.
/linux/include/uapi/linux/
H A Dfcntl.h76 * The originally introduced spelling is remained from the first
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h76 * 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/base/power/
H A Druntime-test.c65 /* 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/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/fs/erofs/
H A Derofs_fs.h221 * while the remained lower bits represent the index of the prefix.

123