security_cred_alloc_blank  377 include/linux/security.h int security_cred_alloc_blank(struct cred *cred, gfp_t gfp);
security_cred_alloc_blank  226 kernel/cred.c  	if (security_cred_alloc_blank(new, GFP_KERNEL_ACCOUNT) < 0)