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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkexec.c776 size_t uchunk, mchunk; local
796 uchunk = mchunk;
797 if (uchunk > ubytes)
798 uchunk = ubytes;
800 result = copy_from_user(ptr, buf, uchunk);
806 ubytes -= uchunk;
835 size_t uchunk, mchunk; local
848 uchunk = mchunk;
849 if (uchunk > ubytes) {
850 uchunk
[all...]

Completed in 157 milliseconds