Searched refs:aux (Results 1 – 2 of 2) sorted by relevance
181 struct audit_aux_data *aux; member828 struct audit_aux_data *aux; in audit_free_aux() local830 while ((aux = context->aux)) { in audit_free_aux()831 context->aux = aux->next; in audit_free_aux()832 kfree(aux); in audit_free_aux()834 while ((aux = context->aux_pids)) { in audit_free_aux()835 context->aux_pids = aux->next; in audit_free_aux()836 kfree(aux); in audit_free_aux()1317 struct audit_aux_data *aux; in audit_log_exit() local1382 for (aux = context->aux; aux; aux = aux->next) { in audit_log_exit()[all …]
304 struct mem_extent *ext, *aux; in free_mem_extents() local306 list_for_each_entry_safe(ext, aux, list, hook) { in free_mem_extents()326 struct mem_extent *ext, *cur, *aux; in create_mem_extents() local361 list_for_each_entry_safe_continue(cur, aux, list, hook) { in create_mem_extents()