Home
last modified time | relevance | path

Searched refs:buf_head (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c1289 struct list_head *q, *buf_head; in port_disable() local
1310 list_for_each_safe(buf_head, q, &port->buffers) { in port_disable()
1313 mmalbuf = list_entry(buf_head, struct mmal_buffer, in port_disable()
1315 list_del(buf_head); in port_disable()
1336 struct list_head *q, *buf_head; in port_enable() local
1352 list_for_each_safe(buf_head, q, &port->buffers) { in port_enable()
1355 mmalbuf = list_entry(buf_head, struct mmal_buffer, in port_enable()
1361 list_del(buf_head); in port_enable()
/Linux-v5.4/kernel/
Dauditsc.c1000 char *buf_head; in audit_log_execve_info() local
1017 buf_head = kmalloc(MAX_EXECVE_AUDIT_LEN + 1, GFP_KERNEL); in audit_log_execve_info()
1018 if (!buf_head) { in audit_log_execve_info()
1022 buf = buf_head; in audit_log_execve_info()
1047 if (buf != buf_head) { in audit_log_execve_info()
1048 memmove(buf_head, buf, len_buf); in audit_log_execve_info()
1049 buf = buf_head; in audit_log_execve_info()
1053 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()
1081 buf_head[len_buf] = '\0'; in audit_log_execve_info()
1158 kfree(buf_head); in audit_log_execve_info()