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

/linux-4.4.14/net/dccp/
H A Dackvec.h66 * @av_overflow: if 1 then buf_head == buf_tail indicates buffer wraparound
H A Dackvec.c176 /* Mark @num entries after buf_head as "Not yet received". */ dccp_ackvec_reserve_seats()
H A Doptions.c452 /* Check if buf_head wraps */ dccp_insert_option_ackvec()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Drcar_vin.c852 struct list_head *buf_head, *tmp; rcar_vin_stop_streaming() local
866 list_for_each_safe(buf_head, tmp, &priv->capture) { rcar_vin_stop_streaming()
867 vb2_buffer_done(&list_entry(buf_head, rcar_vin_stop_streaming()
870 list_del_init(buf_head); rcar_vin_stop_streaming()
H A Dsh_mobile_ceu_camera.c489 struct list_head *buf_head, *tmp; sh_mobile_ceu_stop_streaming() local
495 list_for_each_safe(buf_head, tmp, &pcdev->capture) sh_mobile_ceu_stop_streaming()
496 list_del_init(buf_head); sh_mobile_ceu_stop_streaming()

Completed in 155 milliseconds