Searched refs:delentry (Results 1 – 1 of 1) sorted by relevance
192 struct proc_uuid_policy_entry *delentry = NULL; in proc_uuid_policy_remove() local207 delentry = proc_uuid_policy_remove_locked(uuid, flags, &should_delete); in proc_uuid_policy_remove()209 if (delentry) { in proc_uuid_policy_remove()219 if (delentry && should_delete) { in proc_uuid_policy_remove()220 kfree_type(struct proc_uuid_policy_entry, delentry); in proc_uuid_policy_remove()