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

/linux-4.4.14/arch/alpha/boot/
H A Dmisc.c49 static unsigned outcnt; /* bytes in output buffer */ variable
119 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
130 for (n = 0; n < outcnt; n++) { flush_window()
135 bytes_out += (ulg)outcnt; flush_window()
136 output_ptr += (ulg)outcnt; flush_window()
137 outcnt = 0; flush_window()
/linux-4.4.14/arch/nios2/boot/compressed/
H A Dmisc.c53 static unsigned outcnt; /* bytes in output buffer */ variable
143 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
154 for (n = 0; n < outcnt; n++) { flush_window()
159 bytes_out += (ulg)outcnt; flush_window()
160 output_ptr += (ulg)outcnt; flush_window()
161 outcnt = 0; flush_window()
/linux-4.4.14/arch/mn10300/boot/compressed/
H A Dmisc.c93 static unsigned outcnt; /* bytes in output buffer */ variable
256 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
267 for (n = 0; n < outcnt; n++) { flush_window_low()
272 bytes_out += (ulg)outcnt; flush_window_low()
273 output_ptr += (ulg)outcnt; flush_window_low()
274 outcnt = 0; flush_window_low()
283 for (n = 0; n < outcnt; n++) { flush_window_high()
290 bytes_out += (ulg)outcnt; flush_window_high()
291 outcnt = 0; flush_window_high()
/linux-4.4.14/arch/cris/boot/compressed/
H A Dmisc.c62 static unsigned outcnt = 0; /* bytes in output buffer */ variable
195 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
207 for (n = 0; n < outcnt; n++) { flush_window()
214 bytes_out += (ulg)outcnt; flush_window()
215 output_ptr += (ulg)outcnt; flush_window()
216 outcnt = 0; flush_window()
/linux-4.4.14/init/
H A Ddo_mounts_rd.c324 static long __init compr_flush(void *window, unsigned long outcnt) compr_flush() argument
326 long written = sys_write(crd_outfd, window, outcnt); compr_flush()
327 if (written != outcnt) { compr_flush()
331 written, outcnt); compr_flush()
335 return outcnt; compr_flush()
/linux-4.4.14/drivers/sbus/char/
H A Ductrl.c266 int stat, incnt, outcnt, bytecnt, intr; uctrl_do_txn() local
276 outcnt = txn->outbits; uctrl_do_txn()
293 while (outcnt > 0) { uctrl_do_txn()
297 outcnt--; uctrl_do_txn()
/linux-4.4.14/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c301 int outcnt = 0, incnt = 0; virtio_gpu_queue_ctrl_buffer_locked() local
308 sgs[outcnt+incnt] = &vcmd; virtio_gpu_queue_ctrl_buffer_locked()
309 outcnt++; virtio_gpu_queue_ctrl_buffer_locked()
313 sgs[outcnt + incnt] = &vout; virtio_gpu_queue_ctrl_buffer_locked()
314 outcnt++; virtio_gpu_queue_ctrl_buffer_locked()
319 sgs[outcnt + incnt] = &vresp; virtio_gpu_queue_ctrl_buffer_locked()
324 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC); virtio_gpu_queue_ctrl_buffer_locked()
388 int outcnt; virtio_gpu_queue_cursor() local
395 outcnt = 1; virtio_gpu_queue_cursor()
399 ret = virtqueue_add_sgs(vq, sgs, outcnt, 0, vbuf, GFP_ATOMIC); virtio_gpu_queue_cursor()
/linux-4.4.14/include/uapi/linux/
H A Dxfrm.h342 __u32 outcnt; member in struct:xfrmu_spdinfo
/linux-4.4.14/net/xfrm/
H A Dxfrm_user.c1016 spc.outcnt = si.outcnt; build_spdinfo()
H A Dxfrm_policy.c546 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; xfrm_spd_getinfo()
/linux-4.4.14/lib/
H A Dinflate.c169 #define wp outcnt
/linux-4.4.14/include/net/
H A Dxfrm.h1494 u32 outcnt; member in struct:xfrmk_spdinfo

Completed in 969 milliseconds