excopy             88 security/device_cgroup.c 	struct dev_exception_item *excopy, *walk;
excopy             92 security/device_cgroup.c 	excopy = kmemdup(ex, sizeof(*ex), GFP_KERNEL);
excopy             93 security/device_cgroup.c 	if (!excopy)
excopy            105 security/device_cgroup.c 		kfree(excopy);
excopy            106 security/device_cgroup.c 		excopy = NULL;
excopy            109 security/device_cgroup.c 	if (excopy != NULL)
excopy            110 security/device_cgroup.c 		list_add_tail_rcu(&excopy->list, &dev_cgroup->exceptions);