count2             31 arch/arm/mach-rpc/time.c 	unsigned int count1, count2, status;
count2             44 arch/arm/mach-rpc/time.c 	count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8);
count2             45 arch/arm/mach-rpc/time.c 	ticks = ioc_time + RPC_LATCH - count2;
count2             48 arch/arm/mach-rpc/time.c 	if (count2 < count1) {
count2             55 arch/arm/mach-rpc/time.c 	} else if (count2 > count1) {
count2            319 drivers/acpi/acpica/aclocal.h 	u8 count2;
count2             29 drivers/acpi/acpica/nsprepkg.c 			       u8 type2, u32 count2, u32 start_index);
count2            121 drivers/acpi/acpica/nsprepkg.c 		    package->ret_info.count1 + package->ret_info.count2;
count2            142 drivers/acpi/acpica/nsprepkg.c 							count2, 0);
count2            428 drivers/acpi/acpica/nsprepkg.c 			    package->ret_info.count1 + package->ret_info.count2;
count2            442 drivers/acpi/acpica/nsprepkg.c 							   count2, 0);
count2            454 drivers/acpi/acpica/nsprepkg.c 			    package->ret_info.count1 + package->ret_info.count2;
count2            705 drivers/acpi/acpica/nsprepkg.c 			       u8 type2, u32 count2, u32 start_index)
count2            726 drivers/acpi/acpica/nsprepkg.c 	for (i = 0; i < count2; i++) {
count2             33 drivers/clocksource/clksrc-dbx500-prcmu.c 	u32 count, count2;
count2             37 drivers/clocksource/clksrc-dbx500-prcmu.c 		count2 = readl_relaxed(base + PRCMU_TIMER_DOWNCOUNT);
count2             38 drivers/clocksource/clksrc-dbx500-prcmu.c 	} while (count2 != count);
count2           8108 drivers/gpu/drm/i915/intel_pm.c 	u32 count1, count2, count3, m = 0, c = 0;
count2           8125 drivers/gpu/drm/i915/intel_pm.c 	count2 = I915_READ(DDREC);
count2           8128 drivers/gpu/drm/i915/intel_pm.c 	total_count = count1 + count2 + count3;
count2            210 drivers/gpu/drm/savage/savage_state.c 	unsigned int count2 = 0;
count2            225 drivers/gpu/drm/savage/savage_state.c 				count2 = count - (SAVAGE_SCEND_S3D + 1 - start);
count2            242 drivers/gpu/drm/savage/savage_state.c 				count2 = count -
count2            255 drivers/gpu/drm/savage/savage_state.c 	bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255;
count2            276 drivers/gpu/drm/savage/savage_state.c 		count = count2;
count2            277 drivers/gpu/drm/savage/savage_state.c 		count2 = 0;
count2            580 drivers/net/usb/kaweth.c 	int count2 = urb->transfer_buffer_length;
count2            632 drivers/net/usb/kaweth.c 			dev_err(&kaweth->intf->dev, "Count 2: %x\n", count2);
count2             81 drivers/rtc/rtc-snvs.c 	u32 count1, count2;
count2             86 drivers/rtc/rtc-snvs.c 		count2 = count1;
count2             88 drivers/rtc/rtc-snvs.c 	} while (count1 != count2 && --timeout);
count2            100 drivers/rtc/rtc-snvs.c 	u32 count1, count2;
count2            111 drivers/rtc/rtc-snvs.c 		ret = rtc_read_lp_counter_lsb(data, &count2);
count2            114 drivers/rtc/rtc-snvs.c 		elapsed = count2 - count1; /* wrap around _is_ handled! */
count2            726 drivers/s390/crypto/zcrypt_msgtype6.c 	if (msg->fmt2.count2)
count2            728 drivers/s390/crypto/zcrypt_msgtype6.c 			data + msg->fmt2.offset2, msg->fmt2.count2))
count2            730 drivers/s390/crypto/zcrypt_msgtype6.c 	xcRB->reply_data_length = msg->fmt2.count2;
count2            774 drivers/s390/crypto/zcrypt_msgtype6.c 	memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2);
count2            775 drivers/s390/crypto/zcrypt_msgtype6.c 	return msg->fmt2.count2;
count2            947 drivers/s390/crypto/zcrypt_msgtype6.c 			length = t86r->fmt2.offset2 + t86r->fmt2.count2;
count2             91 drivers/s390/crypto/zcrypt_msgtype6.h 	unsigned int	  count2;	/* 0x00000000			*/
count2            194 drivers/scsi/mac_esp.c 	     : "+a" (addr), "+r" (count32), "+r" (count2) \
count2            214 drivers/scsi/mac_esp.c 		unsigned int count2 = (esp_count & 0x1F) >> 1;
count2            564 drivers/staging/comedi/drivers/jr3_pci.h 	u32 count2;				/* offset 0x00e9 */
count2            351 fs/afs/cmservice.c 		call->count2 = ntohl(call->tmp);
count2            352 fs/afs/cmservice.c 		_debug("CB count: %u", call->count2);
count2            353 fs/afs/cmservice.c 		if (call->count2 != call->count && call->count2 != 0)
count2            357 fs/afs/cmservice.c 		iov_iter_discard(&call->iter, READ, call->count2 * 3 * 4);
count2            363 fs/afs/cmservice.c 		       iov_iter_count(&call->iter), call->count2 * 3 * 4);
count2           1877 fs/afs/fsclient.c 		call->count2 = count;
count2           2048 fs/afs/fsclient.c 		_debug("status count: %u/%u", tmp, call->count2);
count2           2049 fs/afs/fsclient.c 		if (tmp != call->count2)
count2           2072 fs/afs/fsclient.c 		if (call->count < call->count2)
count2           2089 fs/afs/fsclient.c 		if (tmp != call->count2)
count2           2109 fs/afs/fsclient.c 		if (call->count < call->count2)
count2           2176 fs/afs/fsclient.c 	call->count2 = nr_fids;
count2           2219 fs/afs/fsclient.c 		size = call->count2 = ntohl(call->tmp);
count2           2226 fs/afs/fsclient.c 		acl->size = call->count2;
count2            153 fs/afs/internal.h 		unsigned	count2;		/* count used in unmarshalling */
count2            216 fs/afs/vlclient.c 		call->count2 = nentries;
count2            233 fs/afs/vlclient.c 			if (alist->nr_addrs < call->count2)
count2            334 fs/afs/vlclient.c 		call->count2 = count;
count2            428 fs/afs/vlclient.c 	       call->unmarshall, iov_iter_count(call->_iter), call->count2);
count2            447 fs/afs/vlclient.c 		call->count2	= ntohl(*bp); /* Type or next count */
count2            463 fs/afs/vlclient.c 		switch (call->count2) {
count2            487 fs/afs/vlclient.c 		switch (call->count2) {
count2            510 fs/afs/vlclient.c 		call->count2 = ntohl(*bp++);
count2            518 fs/afs/vlclient.c 		call->count = call->count2;
count2            541 fs/afs/vlclient.c 		call->count2 = ntohl(*bp++);
count2            542 fs/afs/vlclient.c 		switch (call->count2) {
count2            566 fs/afs/vlclient.c 		switch (call->count2) {
count2           1830 fs/afs/yfsclient.c 		_debug("status count: %u/%u", tmp, call->count2);
count2           1831 fs/afs/yfsclient.c 		if (tmp != call->count2)
count2           1854 fs/afs/yfsclient.c 		if (call->count < call->count2)
count2           1871 fs/afs/yfsclient.c 		if (tmp != call->count2)
count2           1891 fs/afs/yfsclient.c 		if (call->count < call->count2)
count2           1958 fs/afs/yfsclient.c 	call->count2 = nr_fids;
count2           2001 fs/afs/yfsclient.c 		size = call->count2 = ntohl(call->tmp);
count2           2009 fs/afs/yfsclient.c 			acl->size = call->count2;
count2           2033 fs/afs/yfsclient.c 		size = call->count2 = ntohl(call->tmp);
count2           2041 fs/afs/yfsclient.c 			acl->size = call->count2;
count2           2803 fs/ext4/mballoc.c 	int err, count = 0, count2 = 0;
count2           2819 fs/ext4/mballoc.c 	count2++;
count2           2845 fs/ext4/mballoc.c 	mb_debug(1, "freed %u blocks in %u structures\n", count, count2);
count2            457 fs/ext4/resize.c 	ext4_group_t count2;
count2            461 fs/ext4/resize.c 	for (count2 = count; count > 0;
count2            462 fs/ext4/resize.c 	     count -= count2, first_cluster += count2) {
count2            472 fs/ext4/resize.c 		count2 = EXT4_CLUSTERS_PER_GROUP(sb) - (first_cluster - start);
count2            473 fs/ext4/resize.c 		if (count2 > count)
count2            474 fs/ext4/resize.c 			count2 = count;
count2            496 fs/ext4/resize.c 			   first_cluster, first_cluster - start, count2);
count2            497 fs/ext4/resize.c 		ext4_set_bits(bh->b_data, first_cluster - start, count2);
count2            467 sound/drivers/aloop.c 	unsigned int running, count1, count2;
count2            499 sound/drivers/aloop.c 	count2 = bytepos_delta(dpcm_capt, delta_capt);
count2            500 sound/drivers/aloop.c 	if (count1 < count2) {
count2            501 sound/drivers/aloop.c 		dpcm_capt->last_drift = count2 - count1;
count2            502 sound/drivers/aloop.c 		count1 = count2;
count2            503 sound/drivers/aloop.c 	} else if (count1 > count2) {
count2            504 sound/drivers/aloop.c 		dpcm_play->last_drift = count1 - count2;
count2            164 tools/perf/tests/bp_signal.c 	long long count1, count2, count3;
count2            252 tools/perf/tests/bp_signal.c 	count2 = bp_count(fd2);
count2            260 tools/perf/tests/bp_signal.c 		 count1, count2, count3, overflows, overflows_2);
count2            275 tools/perf/tests/bp_signal.c 	if (count2 != 3)
count2            281 tools/perf/tests/bp_signal.c 	return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ?