Home
last modified time | relevance | path

Searched refs:outcnt (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c38 static unsigned outcnt = 0; /* bytes in output buffer */ variable
244 for (n = 0; n < outcnt; n++) { in flush_window_low()
249 bytes_out += (ulg)outcnt; in flush_window_low()
250 output_ptr += (ulg)outcnt; in flush_window_low()
251 outcnt = 0; in flush_window_low()
260 for (n = 0; n < outcnt; n++) { in flush_window_high()
266 bytes_out += (ulg)outcnt; in flush_window_high()
267 outcnt = 0; in flush_window_high()
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c50 static unsigned outcnt = 0; /* bytes in output buffer */ variable
252 for (n = 0; n < outcnt; n++) { in flush_window_low()
257 bytes_out += (ulg)outcnt; in flush_window_low()
258 output_ptr += (ulg)outcnt; in flush_window_low()
259 outcnt = 0; in flush_window_low()
268 for (n = 0; n < outcnt; n++) { in flush_window_high()
274 bytes_out += (ulg)outcnt; in flush_window_high()
275 outcnt = 0; in flush_window_high()
/linux-2.4.37.9/arch/alpha/boot/
Dmisc.c48 static unsigned outcnt; /* bytes in output buffer */ variable
164 for (n = 0; n < outcnt; n++) { in flush_window()
169 bytes_out += (ulg)outcnt; in flush_window()
170 output_ptr += (ulg)outcnt; in flush_window()
171 outcnt = 0; in flush_window()
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c43 static unsigned outcnt = 0; /* bytes in output buffer */ variable
204 for (n = 0; n < outcnt; n++) { in flush_window()
209 bytes_out += (ulg)outcnt; in flush_window()
210 output_ptr += (ulg)outcnt; in flush_window()
211 outcnt = 0; in flush_window()
/linux-2.4.37.9/arch/cris/boot/compressed/
Dmisc.c55 static unsigned outcnt = 0; /* bytes in output buffer */ variable
200 for (n = 0; n < outcnt; n++) { in flush_window()
205 bytes_out += (ulg)outcnt; in flush_window()
206 output_ptr += (ulg)outcnt; in flush_window()
207 outcnt = 0; in flush_window()
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c43 static unsigned outcnt = 0; /* bytes in output buffer */ variable
189 for (n = 0; n < outcnt; n++) { in flush_window()
194 bytes_out += (ulg) outcnt; in flush_window()
195 output_ptr += (ulg) outcnt; in flush_window()
196 outcnt = 0; in flush_window()
/linux-2.4.37.9/arch/arm/boot/compressed/
Dmisc.c130 static unsigned outcnt; /* bytes in output buffer */ variable
260 for (n = 0; n < outcnt; n++) { in flush_window()
265 bytes_out += (ulg)outcnt; in flush_window()
266 output_ptr += (ulg)outcnt; in flush_window()
267 outcnt = 0; in flush_window()
/linux-2.4.37.9/drivers/sbus/char/
Ductrl.c275 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
285 outcnt = txn->outbits; in uctrl_do_txn()
302 while (outcnt > 0) { in uctrl_do_txn()
306 outcnt--; in uctrl_do_txn()
/linux-2.4.37.9/init/
Ddo_mounts.c969 static unsigned outcnt; /* bytes in output buffer */ variable
1041 write(crd_outfd, window, outcnt); in flush_window()
1043 for (n = 0; n < outcnt; n++) { in flush_window()
1048 bytes_out += (ulg)outcnt; in flush_window()
1049 outcnt = 0; in flush_window()
1064 outcnt = 0; /* bytes in output buffer */ in crd_load()
/linux-2.4.37.9/lib/
Dinflate.c161 #define wp outcnt