Searched refs:buf_head (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/ |
D | mmal-vchiq.c | 1274 struct list_head *q, *buf_head; in port_disable() local 1295 list_for_each_safe(buf_head, q, &port->buffers) { in port_disable() 1298 mmalbuf = list_entry(buf_head, struct mmal_buffer, in port_disable() 1300 list_del(buf_head); in port_disable() 1321 struct list_head *q, *buf_head; in port_enable() local 1330 list_for_each(buf_head, &port->buffers) { in port_enable() 1347 list_for_each_safe(buf_head, q, &port->buffers) { in port_enable() 1350 mmalbuf = list_entry(buf_head, struct mmal_buffer, in port_enable() 1356 list_del(buf_head); in port_enable()
|
/Linux-v4.19/kernel/ |
D | auditsc.c | 1022 char *buf_head; in audit_log_execve_info() local 1039 buf_head = kmalloc(MAX_EXECVE_AUDIT_LEN + 1, GFP_KERNEL); in audit_log_execve_info() 1040 if (!buf_head) { in audit_log_execve_info() 1044 buf = buf_head; in audit_log_execve_info() 1069 if (buf != buf_head) { in audit_log_execve_info() 1070 memmove(buf_head, buf, len_buf); in audit_log_execve_info() 1071 buf = buf_head; in audit_log_execve_info() 1075 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info() 1103 buf_head[len_buf] = '\0'; in audit_log_execve_info() 1180 kfree(buf_head); in audit_log_execve_info()
|
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 449 struct list_head *buf_head, *tmp; in sh_mobile_ceu_stop_streaming() local 456 list_for_each_safe(buf_head, tmp, &pcdev->capture) { in sh_mobile_ceu_stop_streaming() 457 vbuf = &list_entry(buf_head, struct sh_mobile_ceu_buffer, in sh_mobile_ceu_stop_streaming() 460 list_del_init(buf_head); in sh_mobile_ceu_stop_streaming()
|