/linux-6.3-rc2/arch/arm/mach-rpc/ |
A D | time.c | 31 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-6.3-rc2/tools/perf/tests/ |
A D | bp_signal.c | 167 long long count1, count2, count3; in test__bp_signal() local 260 count2 = bp_count(fd2); in test__bp_signal() 268 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 283 if (count2 != 3) in test__bp_signal() 284 pr_debug("failed: wrong count for bp2 (%lld), expected 3\n", count2); in test__bp_signal() 289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/linux-6.3-rc2/fs/afs/ |
A D | vlclient.c | 217 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() 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() 539 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 562 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() [all …]
|
A D | cmservice.c | 298 call->count2 = ntohl(call->tmp); in afs_deliver_cb_callback() 299 _debug("CB count: %u", call->count2); in afs_deliver_cb_callback() 300 if (call->count2 != call->count && call->count2 != 0) in afs_deliver_cb_callback() 303 iov_iter_discard(&call->def_iter, ITER_DEST, call->count2 * 3 * 4); in afs_deliver_cb_callback() 309 iov_iter_count(call->iter), call->count2 * 3 * 4); in afs_deliver_cb_callback()
|
A D | yfsclient.c | 1770 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl() 1778 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl() 1802 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl() 1810 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
|
A D | fsclient.c | 1657 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()
|
A D | internal.h | 134 unsigned count2; /* count used in unmarshalling */ member
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | clksrc-dbx500-prcmu.c | 33 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-6.3-rc2/drivers/acpi/acpica/ |
A D | nsprepkg.c | 29 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()
|
A D | aclocal.h | 319 u8 count2; member
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-snvs.c | 90 u32 count1, count2; in rtc_read_lp_counter_lsb() local 96 count2 = count1; in rtc_read_lp_counter_lsb() 98 diff = count1 - count2; in rtc_read_lp_counter_lsb() 111 u32 count1, count2; in rtc_write_sync_lp() local 122 ret = rtc_read_lp_counter_lsb(data, &count2); in rtc_write_sync_lp() 125 elapsed = count2 - count1; /* wrap around _is_ handled! */ in rtc_write_sync_lp()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | zcrypt_msgtype6.c | 709 if (msg->fmt2.count2) { in convert_type86_xcrb() 710 if (xcrb->reply_data_length < msg->fmt2.count2) { in convert_type86_xcrb() 713 msg->fmt2.count2); in convert_type86_xcrb() 717 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 720 xcrb->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb() 769 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 770 return msg->fmt2.count2; in convert_type86_rng() 951 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
|
A D | zcrypt_msgtype6.h | 89 unsigned int count2; /* 0x00000000 */ member
|
/linux-6.3-rc2/drivers/scsi/ |
A D | mac_esp.c | 194 : "+a" (addr), "+r" (count32), "+r" (count2) \ 214 unsigned int count2 = (esp_count & 0x1F) >> 1; in mac_esp_send_pdma_cmd() local
|
/linux-6.3-rc2/kernel/events/ |
A D | hw_breakpoint.c | 270 const int count2 = atomic_read(&hist2->count[i]); in bp_slots_histogram_max_merge() local 275 if (count1 + count2 > 0) in bp_slots_histogram_max_merge() 278 WARN(count2 < 0, "inconsistent breakpoint slots histogram"); in bp_slots_histogram_max_merge()
|
/linux-6.3-rc2/fs/ext4/ |
A D | resize.c | 459 ext4_group_t count2; in set_flexbg_block_bitmap() local 463 for (count2 = count; count > 0; in set_flexbg_block_bitmap() 464 count -= count2, first_cluster += count2) { in set_flexbg_block_bitmap() 474 count2 = EXT4_CLUSTERS_PER_GROUP(sb) - (first_cluster - start); in set_flexbg_block_bitmap() 475 if (count2 > count) in set_flexbg_block_bitmap() 476 count2 = count; in set_flexbg_block_bitmap() 499 first_cluster, first_cluster - start, count2); in set_flexbg_block_bitmap() 500 mb_set_bits(bh->b_data, first_cluster - start, count2); in set_flexbg_block_bitmap()
|
A D | mballoc.c | 3609 int err, count = 0, count2 = 0; in ext4_free_data_in_buddy() local 3625 count2++; in ext4_free_data_in_buddy() 3651 count2); in ext4_free_data_in_buddy()
|
/linux-6.3-rc2/drivers/comedi/drivers/ |
A D | jr3_pci.h | 564 u32 count2; /* offset 0x00e9 */ member
|
/linux-6.3-rc2/sound/drivers/ |
A D | aloop.c | 609 unsigned int running, count1, count2; in loopback_jiffies_timer_pos_update() local 642 count2 = bytepos_delta(dpcm_capt, delta_capt); in loopback_jiffies_timer_pos_update() 643 if (count1 < count2) { in loopback_jiffies_timer_pos_update() 644 dpcm_capt->last_drift = count2 - count1; in loopback_jiffies_timer_pos_update() 645 count1 = count2; in loopback_jiffies_timer_pos_update() 646 } else if (count1 > count2) { in loopback_jiffies_timer_pos_update() 647 dpcm_play->last_drift = count1 - count2; in loopback_jiffies_timer_pos_update()
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | kaweth.c | 502 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()
|