Searched refs:ucnt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/
H A Dinit.c30 u32 ucnt; local
32 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/
H A Dinit.c42 u32 ucnt; local
44 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6442/
H A Dinit.c34 u32 ucnt; local
36 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv210/
H A Dinit.c34 u32 ucnt; local
36 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventfd.c249 __u64 ucnt; local
252 if (count < sizeof(ucnt))
254 if (copy_from_user(&ucnt, buf, sizeof(ucnt)))
256 if (ucnt == ULLONG_MAX)
260 if (ULLONG_MAX - ctx->count > ucnt)
261 res = sizeof(ucnt);
266 if (ULLONG_MAX - ctx->count > ucnt) {
267 res = sizeof(ucnt);
282 ctx->count += ucnt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c5000 unsigned int lcnt, ucnt; local
5008 ucnt = 0;
5009 while (ucnt < ccnt) {
5011 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) {
5014 printk(KERN_INFO "%s %.*s\n", hdw->name, lcnt, buf + ucnt);
5015 ucnt += lcnt + 1;

Completed in 125 milliseconds