Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/boot/
Dmisc.c49 static unsigned outcnt; /* bytes in output buffer */ variable
130 for (n = 0; n < outcnt; n++) { in flush_window()
135 bytes_out += (ulg)outcnt; in flush_window()
136 output_ptr += (ulg)outcnt; in flush_window()
137 outcnt = 0; in flush_window()
/linux-4.1.27/arch/nios2/boot/compressed/
Dmisc.c53 static unsigned outcnt; /* bytes in output buffer */ variable
154 for (n = 0; n < outcnt; n++) { in flush_window()
159 bytes_out += (ulg)outcnt; in flush_window()
160 output_ptr += (ulg)outcnt; in flush_window()
161 outcnt = 0; in flush_window()
/linux-4.1.27/arch/mn10300/boot/compressed/
Dmisc.c93 static unsigned outcnt; /* bytes in output buffer */ variable
267 for (n = 0; n < outcnt; n++) { in flush_window_low()
272 bytes_out += (ulg)outcnt; in flush_window_low()
273 output_ptr += (ulg)outcnt; in flush_window_low()
274 outcnt = 0; in flush_window_low()
283 for (n = 0; n < outcnt; n++) { in flush_window_high()
290 bytes_out += (ulg)outcnt; in flush_window_high()
291 outcnt = 0; in flush_window_high()
/linux-4.1.27/arch/cris/boot/compressed/
Dmisc.c62 static unsigned outcnt = 0; /* bytes in output buffer */ variable
207 for (n = 0; n < outcnt; n++) { in flush_window()
214 bytes_out += (ulg)outcnt; in flush_window()
215 output_ptr += (ulg)outcnt; in flush_window()
216 outcnt = 0; in flush_window()
/linux-4.1.27/init/
Ddo_mounts_rd.c324 static long __init compr_flush(void *window, unsigned long outcnt) in compr_flush() argument
326 long written = sys_write(crd_outfd, window, outcnt); in compr_flush()
327 if (written != outcnt) { in compr_flush()
331 written, outcnt); in compr_flush()
335 return outcnt; in compr_flush()
/linux-4.1.27/drivers/sbus/char/
Ductrl.c266 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
276 outcnt = txn->outbits; in uctrl_do_txn()
293 while (outcnt > 0) { in uctrl_do_txn()
297 outcnt--; in uctrl_do_txn()
/linux-4.1.27/include/uapi/linux/
Dxfrm.h342 __u32 outcnt; member
/linux-4.1.27/lib/
Dinflate.c169 #define wp outcnt
/linux-4.1.27/include/net/
Dxfrm.h1483 u32 outcnt; member
/linux-4.1.27/net/xfrm/
Dxfrm_user.c993 spc.outcnt = si.outcnt; in build_spdinfo()
Dxfrm_policy.c545 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo()