Searched refs:app_new (Results 1 – 1 of 1) sorted by relevance
311 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() local317 app_new = kalloc_type(struct audit_pipe_preselect, Z_WAITOK | Z_NOFAIL); in audit_pipe_preselect_set()321 app = app_new; in audit_pipe_preselect_set()322 app_new = NULL; in audit_pipe_preselect_set()328 kfree_type(struct audit_pipe_preselect, app_new); in audit_pipe_preselect_set()