Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/
H A Dtime.c31 unsigned int count1, count2, status; in ioc_timer_read() local
44 count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_read()
45 ticks = ioc_time + RPC_LATCH - count2; in ioc_timer_read()
48 if (count2 < count1) { in ioc_timer_read()
55 } else if (count2 > count1) { in ioc_timer_read()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbp_signal.c167 long long count1, count2, count3; in test__bp_signal() local
255 count2 = bp_count(fd2); in test__bp_signal()
263 count1, count2, count3, overflows, overflows_2); in test__bp_signal()
278 if (count2 != 3) in test__bp_signal()
279 pr_debug("failed: wrong count for bp2 (%lld), expected 3\n", count2); in test__bp_signal()
284 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dvlclient.c217 call->count2 = nentries; in afs_deliver_vl_get_addrs_u()
234 if (alist->nr_addrs < call->count2) in afs_deliver_vl_get_addrs_u()
335 call->count2 = count; in afs_deliver_vl_get_capabilities()
429 call->unmarshall, iov_iter_count(call->iter), call->count2); in afs_deliver_yfsvl_get_endpoints()
448 call->count2 = ntohl(*bp); /* Type or next count */ in afs_deliver_yfsvl_get_endpoints()
463 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints()
486 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints()
508 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints()
516 call->count = call->count2; in afs_deliver_yfsvl_get_endpoints()
538 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints()
[all …]
H A Dcmservice.c296 call->count2 = ntohl(call->tmp); in afs_deliver_cb_callback()
297 _debug("CB count: %u", call->count2); in afs_deliver_cb_callback()
298 if (call->count2 != call->count && call->count2 != 0) in afs_deliver_cb_callback()
301 iov_iter_discard(&call->def_iter, READ, call->count2 * 3 * 4); in afs_deliver_cb_callback()
307 iov_iter_count(call->iter), call->count2 * 3 * 4); in afs_deliver_cb_callback()
H A Dyfsclient.c1814 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl()
1822 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
1846 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl()
1854 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
H A Dfsclient.c1696 call->count2 = count; in afs_deliver_fs_get_capabilities()
1985 size = call->count2 = ntohl(call->tmp); in afs_deliver_fs_fetch_acl()
1992 acl->size = call->count2; in afs_deliver_fs_fetch_acl()
H A Dinternal.h130 unsigned count2; /* count used in unmarshalling */ member
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dnsprepkg.c29 u8 type2, u32 count2, u32 start_index);
121 package->ret_info.count1 + package->ret_info.count2; in acpi_ns_check_package()
142 count2, 0); in acpi_ns_check_package()
428 package->ret_info.count1 + package->ret_info.count2; in acpi_ns_check_package_list()
442 count2, 0); in acpi_ns_check_package_list()
454 package->ret_info.count1 + package->ret_info.count2; in acpi_ns_check_package_list()
705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument
726 for (i = 0; i < count2; i++) { in acpi_ns_check_package_elements()
H A Daclocal.h319 u8 count2; member
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dclksrc-dbx500-prcmu.c33 u32 count, count2; in clksrc_dbx500_prcmu_read() local
37 count2 = readl_relaxed(base + PRCMU_TIMER_DOWNCOUNT); in clksrc_dbx500_prcmu_read()
38 } while (count2 != count); in clksrc_dbx500_prcmu_read()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-snvs.c80 u32 count1, count2; in rtc_read_lp_counter_lsb() local
85 count2 = count1; in rtc_read_lp_counter_lsb()
87 } while (count1 != count2 && --timeout); in rtc_read_lp_counter_lsb()
99 u32 count1, count2; in rtc_write_sync_lp() local
110 ret = rtc_read_lp_counter_lsb(data, &count2); in rtc_write_sync_lp()
113 elapsed = count2 - count1; /* wrap around _is_ handled! */ in rtc_write_sync_lp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp186 std::size_t count2 = boost::size(linear_or_areal); in apply() local
189 box_pair_vector boxes(count2); in apply()
190 for (std::size_t i = 0 ; i < count2 ; ++i) in apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/
H A Dsavage_state.c210 unsigned int count2 = 0; in savage_dispatch_state() local
225 count2 = count - (SAVAGE_SCEND_S3D + 1 - start); in savage_dispatch_state()
242 count2 = count - in savage_dispatch_state()
255 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255; in savage_dispatch_state()
276 count = count2; in savage_dispatch_state()
277 count2 = 0; in savage_dispatch_state()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dmultipoint_geometry.hpp381 std::size_t count2 = boost::size(multi_geometry); in apply() local
382 std::vector<box_pair_type> boxes(count2); in apply()
383 for (std::size_t i = 0 ; i < count2 ; ++i) in apply()
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c733 if (msg->fmt2.count2) in convert_type86_xcrb()
735 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb()
737 xcRB->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb()
781 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng()
782 return msg->fmt2.count2; in convert_type86_rng()
954 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
H A Dzcrypt_msgtype6.h91 unsigned int count2; /* 0x00000000 */ member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dresize.c454 ext4_group_t count2; in set_flexbg_block_bitmap() local
458 for (count2 = count; count > 0; in set_flexbg_block_bitmap()
459 count -= count2, first_cluster += count2) { in set_flexbg_block_bitmap()
469 count2 = EXT4_CLUSTERS_PER_GROUP(sb) - (first_cluster - start); in set_flexbg_block_bitmap()
470 if (count2 > count) in set_flexbg_block_bitmap()
471 count2 = count; in set_flexbg_block_bitmap()
493 first_cluster, first_cluster - start, count2); in set_flexbg_block_bitmap()
494 ext4_set_bits(bh->b_data, first_cluster - start, count2); in set_flexbg_block_bitmap()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmac_esp.c194 : "+a" (addr), "+r" (count32), "+r" (count2) \
214 unsigned int count2 = (esp_count & 0x1F) >> 1; in mac_esp_send_pdma_cmd() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dmulti_point_geometry.hpp467 std::size_t count2 = boost::size(multi_geometry); in apply() local
468 std::vector<box_pair_type> boxes(count2); in apply()
469 for (std::size_t i = 0 ; i < count2 ; ++i) in apply()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Daloop.c629 unsigned int running, count1, count2; in loopback_jiffies_timer_pos_update() local
662 count2 = bytepos_delta(dpcm_capt, delta_capt); in loopback_jiffies_timer_pos_update()
663 if (count1 < count2) { in loopback_jiffies_timer_pos_update()
664 dpcm_capt->last_drift = count2 - count1; in loopback_jiffies_timer_pos_update()
665 count1 = count2; in loopback_jiffies_timer_pos_update()
666 } else if (count1 > count2) { in loopback_jiffies_timer_pos_update()
667 dpcm_play->last_drift = count1 - count2; in loopback_jiffies_timer_pos_update()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Djr3_pci.h564 u32 count2; /* offset 0x00e9 */ member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c224 int count1, count2, k; member
409 spdata->count2 = y + doinner; in miComputeCircleSpans()
428 if (spdata->count2) in miComputeCircleSpans()
429 spdata->count2--; in miComputeCircleSpans()
474 spdata->count2 = 0; in miComputeEllipseSpans()
575 spdata->count2++; in miComputeEllipseSpans()
611 spdata->count2++; in miComputeEllipseSpans()
833 for (n = spdata->count2; --n >= 0;) { in miFillWideEllipse()
3545 for (n = spdata->count2; --n >= 0;) { in drawQuadrant()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dkaweth.c502 int count2 = urb->transfer_buffer_length; in kaweth_usb_receive() local
554 dev_err(&kaweth->intf->dev, "Count 2: %x\n", count2); in kaweth_usb_receive()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dprofile-count.h626 profile_count count2) const; in class()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dprofile-count.h626 profile_count count2) const; in class()

12