Searched refs:count_p (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmach_timer.h39 static inline void mach_countup(unsigned long *count_p) argument
45 *count_p = count;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsplit.c63 char *count_p; local
72 opt = getopt32(argv, "l:b:a:", &count_p, &count_p, &sfx);
75 cnt = xatoul(count_p);
77 cnt = xatoul_sfx(count_p, split_suffices);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-footbridge/
H A Disa-timer.c27 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ local
51 if ((jiffies_t == jiffies_p) && (count > count_p))
56 count_p = count;

Completed in 48 milliseconds