| /linux/arch/arm/mach-rpc/ |
| H 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/tools/perf/tests/ |
| H A D | bp_signal.c | 168 long long count1, count2, count3; in test__bp_signal() local 261 count2 = bp_count(fd2); in test__bp_signal() 269 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 284 if (count2 != 3) in test__bp_signal() 285 pr_debug("failed: wrong count for bp2 (%lld), expected 3\n", count2); in test__bp_signal() 290 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
| /linux/fs/afs/ |
| H A D | vlclient.c | 209 call->count2 = nentries; in afs_deliver_vl_get_addrs_u() 226 if (alist->nr_addrs < call->count2) { in afs_deliver_vl_get_addrs_u() 338 call->count2 = count; in afs_deliver_vl_get_capabilities() 439 call->unmarshall, iov_iter_count(call->iter), call->count2); in afs_deliver_yfsvl_get_endpoints() 458 call->count2 = ntohl(*bp); /* Type or next count */ in afs_deliver_yfsvl_get_endpoints() 473 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 496 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 522 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints() 530 call->count = call->count2; in afs_deliver_yfsvl_get_endpoints() 552 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints() [all …]
|
| H A D | yfsclient.c | 2047 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl() 2055 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl() 2079 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl() 2087 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
|
| H A D | internal.h | 171 unsigned count2; /* count used in unmarshalling */ member
|
| /linux/drivers/clocksource/ |
| H 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/drivers/acpi/acpica/ |
| H 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()
|
| H A D | aclocal.h | 319 u8 count2; member
|
| /linux/drivers/rtc/ |
| H 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/tools/perf/util/ |
| H A D | bpf-utils.c | 202 __u32 count1, count2, size1, size2; in get_bpf_prog_info_linear() local 209 count2 = bpf_prog_info_read_offset_u32(&info_linear->info, in get_bpf_prog_info_linear() 211 if (count1 != count2) { in get_bpf_prog_info_linear() 212 pr_warning("%s: mismatch in element count %u vs %u\n", __func__, count1, count2); in get_bpf_prog_info_linear()
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.h | 89 unsigned int count2; /* 0x00000000 */ member
|
| /linux/drivers/comedi/drivers/ |
| H A D | jr3_pci.h | 564 u32 count2; /* offset 0x00e9 */ member
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 781 unsigned long count2; in compare_tasks() local 787 count2 = *(unsigned long *)((char *)t2 + cfg.sort_field->count_offset); in compare_tasks() 790 avg2 = average_ms(total2, count2); in compare_tasks()
|
| /linux/drivers/net/usb/ |
| H 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()
|