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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c126 struct page *in_page, *out_page; local
131 in_page = raw_page;
137 in_page = loop_page;
149 sg_in.page = in_page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c183 struct page *in_page; local
198 in_page = desc->pages[i];
200 in_page = sg->page;
202 desc->infrags[desc->fragno].page = in_page;
222 desc->infrags[0].page = in_page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c180 unsigned int in_page; local
187 in_page = CHUNK_SIZE - (off & (CHUNK_SIZE-1));
188 if (in_page < step_len)
189 step_len = in_page;
212 unsigned int in_page; local
219 in_page = CHUNK_SIZE - (off & (CHUNK_SIZE-1));
220 if (in_page < step_len)
221 step_len = in_page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep061.tcl307 set in_page [is_substr $stat "REP_F_RECOVER_PAGE"]
308 if { !$in_page || $iter >= $max_drop_iter } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c1732 unsigned now, in_page; local
1767 in_page = PAGE_SIZE - offset_in_page(address);
1769 in_page = offset_in_page(address) + size;
1770 now = min(count, (unsigned long)in_page / size);

Completed in 73 milliseconds