Home
last modified time | relevance | path

Searched refs:counted (Results 1 – 25 of 109) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dfstime.c261 unsigned long counted = 0L; in w_test() local
288 counted += ((tmp+HALFCOUNT)/COUNTSIZE); in w_test()
290 counted += count_per_buf; in w_test()
297 write_score = (long) ((double) counted / ((end - start) * count_per_k)); in w_test()
299 counted, end - start, write_score); in w_test()
315 unsigned long counted = 0L; in r_test() local
344 counted += (tmp+HALFCOUNT)/COUNTSIZE; in r_test()
348 counted += (tmp+HALFCOUNT)/COUNTSIZE; in r_test()
356 counted += count_per_buf; in r_test()
361 read_score = (long) ((double) counted / ((end - start) * count_per_k)); in r_test()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dexpr.c117 data_ptr->ref.counted = false; in expr__add_ref()
152 data->is_ref, data->ref.counted, data->val, id); in expr__resolve_id()
154 if (data->is_ref && !data->ref.counted) { in expr__resolve_id()
155 data->ref.counted = true; in expr__resolve_id()
H A Dexpr.h32 bool counted; member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst116 - ``FE_SCALE_COUNTER`` - Number of error bits counted before the inner
144 - ``FE_SCALE_COUNTER`` - Number of bits counted while measuring
173 - ``FE_SCALE_COUNTER`` - Number of error bits counted after the inner
201 - ``FE_SCALE_COUNTER`` - Number of bits counted while measuring
222 - ``FE_SCALE_COUNTER`` - Number of error blocks counted after the outer
244 - ``FE_SCALE_COUNTER`` - Number of blocks counted while measuring
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dperf.rst30 never counted within a guest.
46 never counted within a guest.
74 non-VHE guest however please note that EL2 is never counted within a guest.
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_verify.c501 int counted; in yaffs_verify_free_chunks() local
507 counted = yaffs_count_free_chunks(dev); in yaffs_verify_free_chunks()
509 difference = dev->n_free_chunks - counted; in yaffs_verify_free_chunks()
514 dev->n_free_chunks, counted, difference); in yaffs_verify_free_chunks()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/
H A DREADME53 counted as passed test.
56 with !0 is counted as failed test.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Dxgene-pmu.rst28 the bit number corresponding to the agent is set, the event is counted only if
31 counted for all agent requests (config1 = 0x0). For all the supported agents of
H A Dthunderx2-pmu.rst10 Events are counted for the default channel (i.e. channel 0) and prorated
H A Dqcom_l2_pmu.rst20 are specified, the conflicting events cannot be counted at the same time.
/OK3568_Linux_fs/buildroot/package/libtalloc/
H A DConfig.in6 talloc is a hierarchical, reference counted memory pool
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arc/
H A Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/OK3568_Linux_fs/buildroot/package/ding-libs/
H A DConfig.in11 dynamically growing, reference-counted array (libref_array),
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-pfo-nx-crypto15 only errors counted here are those returned from the hcall, H_COP_OP.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/
H A Dlibtevent_0.10.2.bb1 SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/
H A Dlibtalloc_2.3.3.bb1 SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst40 counted. The peer_device objects only serve to establish the links between
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dpmu-ebb.rst63 To request that an event is counted using EBB, the event code should have bit
83 EBB events must specify the PMC they are to be counted on. This ensures
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/
H A Dlibldb_2.3.4.bb1 SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst165 - A packet can be counted (and dropped) as RX error for the following
207 - A packet can be counted as TX error (and dropped) for one for the
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst103 - Total number of outbound links. Inbound links are not counted in
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Duser_verbs.rst57 Pages that are pinned multiple times are counted each time they are
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/
H A Dexynos-ppmu.txt24 - event-data-type : Define the type of data which shell be counted
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst193 So as long as a counted reference is held to a dentry, a non-``NULL`` ``->d_inode``
455 ``struct path`` containing a counted reference to the new dentry and a
456 reference to the new ``vfsmount`` which is only counted if it is
573 and a new ``dentry`` (both with counted references).
591 locks (only counted references) are held over this processing due to
643 This stopping requires getting a counted reference on the current
688 As we saw above, REF-walk holds a counted reference to the current
738 Instead of taking a counted reference to each ``vfsmount`` as it
756 that, had REF-walk taken counted references on each vfsmount, the
804 getting a counted reference to the new dentry before dropping that for
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Diostats.rst71 ultimately handed to the disk, and so it will be counted (and queued)
178 words, the number of reads for partitions is counted slightly before time

12345