Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/mach-rpc/
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()
/Linux-v5.15/tools/perf/tests/
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()
/Linux-v5.15/fs/afs/
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 …]
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()
Dyfsclient.c1777 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl()
1785 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
1809 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl()
1817 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
Dfsclient.c1657 call->count2 = count; in afs_deliver_fs_get_capabilities()
1961 size = call->count2 = ntohl(call->tmp); in afs_deliver_fs_fetch_acl()
1968 acl->size = call->count2; in afs_deliver_fs_fetch_acl()
Dinternal.h134 unsigned count2; /* count used in unmarshalling */ member
/Linux-v5.15/drivers/clocksource/
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()
/Linux-v5.15/drivers/acpi/acpica/
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
728 for (i = 0; i < count2; i++) { in acpi_ns_check_package_elements()
Daclocal.h319 u8 count2; member
/Linux-v5.15/drivers/rtc/
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()
/Linux-v5.15/drivers/gpu/drm/savage/
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()
/Linux-v5.15/drivers/s390/crypto/
Dzcrypt_msgtype6.c723 if (msg->fmt2.count2) in convert_type86_xcrb()
725 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb()
727 xcRB->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb()
771 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng()
772 return msg->fmt2.count2; in convert_type86_rng()
952 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
Dzcrypt_msgtype6.h89 unsigned int count2; /* 0x00000000 */ member
/Linux-v5.15/drivers/scsi/
Dmac_esp.c194 : "+a" (addr), "+r" (count32), "+r" (count2) \
214 unsigned int count2 = (esp_count & 0x1F) >> 1; in mac_esp_send_pdma_cmd() local
/Linux-v5.15/fs/ext4/
Dresize.c445 ext4_group_t count2; in set_flexbg_block_bitmap() local
449 for (count2 = count; count > 0; in set_flexbg_block_bitmap()
450 count -= count2, first_cluster += count2) { in set_flexbg_block_bitmap()
460 count2 = EXT4_CLUSTERS_PER_GROUP(sb) - (first_cluster - start); in set_flexbg_block_bitmap()
461 if (count2 > count) in set_flexbg_block_bitmap()
462 count2 = count; in set_flexbg_block_bitmap()
485 first_cluster, first_cluster - start, count2); in set_flexbg_block_bitmap()
486 ext4_set_bits(bh->b_data, first_cluster - start, count2); in set_flexbg_block_bitmap()
Dmballoc.c3642 int err, count = 0, count2 = 0; in ext4_free_data_in_buddy() local
3658 count2++; in ext4_free_data_in_buddy()
3684 count2); in ext4_free_data_in_buddy()
/Linux-v5.15/drivers/comedi/drivers/
Djr3_pci.h564 u32 count2; /* offset 0x00e9 */ member
/Linux-v5.15/sound/drivers/
Daloop.c609 unsigned int running, count1, count2; in loopback_jiffies_timer_pos_update() local
641 count2 = bytepos_delta(dpcm_capt, delta_capt); in loopback_jiffies_timer_pos_update()
642 if (count1 < count2) { in loopback_jiffies_timer_pos_update()
643 dpcm_capt->last_drift = count2 - count1; in loopback_jiffies_timer_pos_update()
644 count1 = count2; in loopback_jiffies_timer_pos_update()
645 } else if (count1 > count2) { in loopback_jiffies_timer_pos_update()
646 dpcm_play->last_drift = count1 - count2; in loopback_jiffies_timer_pos_update()
/Linux-v5.15/drivers/net/usb/
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()
/Linux-v5.15/arch/arm/boot/dts/
Dimx6qdl-vicut1.dtsi278 "count0", "count1", "count2", "", "", "", "", "",