| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | fstime.c | 261 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 D | expr.c | 117 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 D | expr.h | 32 bool counted; member
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-stat-properties.rst | 116 - ``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 D | perf.rst | 30 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 D | yaffs_verify.c | 501 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 D | README | 53 counted as passed test. 56 with !0 is counted as failed test.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/ |
| H A D | xgene-pmu.rst | 28 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 D | thunderx2-pmu.rst | 10 Events are counted for the default channel (i.e. channel 0) and prorated
|
| H A D | qcom_l2_pmu.rst | 20 are specified, the conflicting events cannot be counted at the same time.
|
| /OK3568_Linux_fs/buildroot/package/libtalloc/ |
| H A D | Config.in | 6 talloc is a hierarchical, reference counted memory pool
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arc/ |
| H A D | pct.txt | 9 counted, the HW events themselves cannot serve as a trigger for a sample.
|
| /OK3568_Linux_fs/buildroot/package/ding-libs/ |
| H A D | Config.in | 11 dynamically growing, reference-counted array (libref_array),
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | debugfs-pfo-nx-crypto | 15 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 D | libtevent_0.10.2.bb | 1 SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/ |
| H A D | libtalloc_2.3.3.bb | 1 SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/ |
| H A D | data-structure-v9.rst | 40 counted. The peer_device objects only serve to establish the links between
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | pmu-ebb.rst | 63 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 D | libldb_2.3.4.bb | 1 SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A D | nfp.rst | 165 - 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 D | media-ioc-enum-entities.rst | 103 - Total number of outbound links. Inbound links are not counted in
|
| /OK3568_Linux_fs/kernel/Documentation/infiniband/ |
| H A D | user_verbs.rst | 57 Pages that are pinned multiple times are counted each time they are
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/ |
| H A D | exynos-ppmu.txt | 24 - event-data-type : Define the type of data which shell be counted
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | path-lookup.rst | 193 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 D | iostats.rst | 71 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
|