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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Deventfd.c89 __u64 ucnt; local
92 if (count < sizeof(ucnt))
96 ucnt = ctx->count;
97 if (ucnt > 0)
98 res = sizeof(ucnt);
104 ucnt = ctx->count;
105 res = sizeof(ucnt);
125 if (res > 0 && put_user(ucnt, (__u64 __user *) buf))
136 __u64 ucnt; local
139 if (count < sizeof(ucnt))
[all...]

Completed in 85 milliseconds