/Linux-v4.19/arch/arm/mach-rpc/ |
D | time.c | 32 unsigned int count1, count2, status; in ioc_timer_gettimeoffset() local 43 count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_gettimeoffset() 45 offset = count2; in ioc_timer_gettimeoffset() 46 if (count2 < count1) { in ioc_timer_gettimeoffset() 53 } else if (count2 > count1) { in ioc_timer_gettimeoffset()
|
/Linux-v4.19/fs/afs/ |
D | vlclient.c | 218 call->count2 = nentries; in afs_deliver_vl_get_addrs_u() 234 if (alist->nr_addrs < call->count2) in afs_deliver_vl_get_addrs_u() 340 call->count2 = count; in afs_deliver_vl_get_capabilities() 429 _enter("{%u,%zu/%u,%u}", call->unmarshall, call->offset, call->count, call->count2); in afs_deliver_yfsvl_get_endpoints() 451 call->count2 = ntohl(*bp); /* Type or next count */ in afs_deliver_yfsvl_get_endpoints() 470 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 488 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 508 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints() 517 call->count = call->count2; in afs_deliver_yfsvl_get_endpoints() 535 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints() [all …]
|
D | cmservice.c | 234 call->count2 = ntohl(call->tmp); in afs_deliver_cb_callback() 235 _debug("CB count: %u", call->count2); in afs_deliver_cb_callback() 236 if (call->count2 != call->count && call->count2 != 0) in afs_deliver_cb_callback() 244 call->count2 * 3 * 4, false); in afs_deliver_cb_callback() 251 for (loop = call->count2; loop > 0; loop--, cb++) { in afs_deliver_cb_callback()
|
D | fsclient.c | 2026 call->count2 = count; in afs_deliver_fs_get_capabilities() 2207 _debug("status count: %u/%u", tmp, call->count2); in afs_deliver_fs_inline_bulk_status() 2208 if (tmp != call->count2) in afs_deliver_fs_inline_bulk_status() 2230 if (call->count < call->count2) in afs_deliver_fs_inline_bulk_status() 2246 if (tmp != call->count2) in afs_deliver_fs_inline_bulk_status() 2269 if (call->count < call->count2) in afs_deliver_fs_inline_bulk_status() 2336 call->count2 = nr_fids; in afs_fs_inline_bulk_status()
|
D | internal.h | 115 unsigned count2; /* count used in unmarshalling */ member
|
/Linux-v4.19/tools/perf/tests/ |
D | bp_signal.c | 171 long long count1, count2, count3; in test__bp_signal() local 259 count2 = bp_count(fd2); in test__bp_signal() 267 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 282 if (count2 != 3) in test__bp_signal() 288 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/Linux-v4.19/drivers/clocksource/ |
D | clksrc-dbx500-prcmu.c | 36 u32 count, count2; in clksrc_dbx500_prcmu_read() local 40 count2 = readl_relaxed(base + PRCMU_TIMER_DOWNCOUNT); in clksrc_dbx500_prcmu_read() 41 } while (count2 != count); in clksrc_dbx500_prcmu_read()
|
/Linux-v4.19/drivers/acpi/acpica/ |
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 726 for (i = 0; i < count2; i++) { in acpi_ns_check_package_elements()
|
D | aclocal.h | 319 u8 count2; member
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-snvs.c | 80 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-v4.19/drivers/gpu/drm/savage/ |
D | savage_state.c | 203 unsigned int count2 = 0; in savage_dispatch_state() local 218 count2 = count - (SAVAGE_SCEND_S3D + 1 - start); in savage_dispatch_state() 235 count2 = count - in savage_dispatch_state() 248 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255; in savage_dispatch_state() 269 count = count2; in savage_dispatch_state() 270 count2 = 0; in savage_dispatch_state()
|
/Linux-v4.19/drivers/s390/crypto/ |
D | zcrypt_msgtype6.c | 735 if (msg->fmt2.count2) in convert_type86_xcrb() 737 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 739 xcRB->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb() 783 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 784 return msg->fmt2.count2; in convert_type86_rng() 965 length = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
|
D | zcrypt_msgtype6.h | 98 unsigned int count2; /* 0x00000000 */ member
|
/Linux-v4.19/sound/drivers/ |
D | aloop.c | 481 unsigned int running, count1, count2; in loopback_pos_update() local 513 count2 = bytepos_delta(dpcm_capt, delta_capt); in loopback_pos_update() 514 if (count1 < count2) { in loopback_pos_update() 515 dpcm_capt->last_drift = count2 - count1; in loopback_pos_update() 516 count1 = count2; in loopback_pos_update() 517 } else if (count1 > count2) { in loopback_pos_update() 518 dpcm_play->last_drift = count1 - count2; in loopback_pos_update()
|
/Linux-v4.19/fs/ext4/ |
D | resize.c | 428 ext4_group_t count2; in set_flexbg_block_bitmap() local 432 for (count2 = count; count > 0; in set_flexbg_block_bitmap() 433 count -= count2, first_cluster += count2) { in set_flexbg_block_bitmap() 443 count2 = EXT4_CLUSTERS_PER_GROUP(sb) - (first_cluster - start); in set_flexbg_block_bitmap() 444 if (count2 > count) in set_flexbg_block_bitmap() 445 count2 = count; in set_flexbg_block_bitmap() 465 first_cluster, first_cluster - start, count2); in set_flexbg_block_bitmap() 466 ext4_set_bits(bh->b_data, first_cluster - start, count2); in set_flexbg_block_bitmap()
|
D | mballoc.c | 2781 int err, count = 0, count2 = 0; in ext4_free_data_in_buddy() local 2797 count2++; in ext4_free_data_in_buddy() 2823 mb_debug(1, "freed %u blocks in %u structures\n", count, count2); in ext4_free_data_in_buddy()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 564 u32 count2; /* offset 0x00e9 */ member
|
/Linux-v4.19/drivers/scsi/ |
D | mac_esp.c | 228 : "+a" (addr), "+r" (count32), "+r" (count2) \ 248 unsigned int count2 = (esp_count & 0x1F) >> 1; in mac_esp_send_pdma_cmd() local
|
/Linux-v4.19/drivers/net/usb/ |
D | kaweth.c | 592 int count2 = urb->transfer_buffer_length; in kaweth_usb_receive() local 644 dev_err(&kaweth->intf->dev, "Count 2: %x\n", count2); in kaweth_usb_receive()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_pm.c | 7711 u32 count1, count2, count3, m = 0, c = 0; in __i915_chipset_val() local 7728 count2 = I915_READ(DDREC); in __i915_chipset_val() 7731 total_count = count1 + count2 + count3; in __i915_chipset_val()
|