Lines Matching defs:GFP_KERNEL

87 	fsi = kzalloc(sizeof(*fsi), GFP_KERNEL);
168 audit_log(audit_context(), GFP_KERNEL, AUDIT_MAC_STATUS,
383 plm = kzalloc(sizeof(*plm), GFP_KERNEL);
617 audit_log(audit_context(), GFP_KERNEL, AUDIT_MAC_POLICY_LOAD,
643 length = security_context_to_sid(buf, size, &sid, GFP_KERNEL);
758 oldcon = kzalloc(count + 1, GFP_KERNEL);
762 newcon = kzalloc(count + 1, GFP_KERNEL);
766 taskcon = kzalloc(count + 1, GFP_KERNEL);
774 rc = security_context_str_to_sid(oldcon, &osid, GFP_KERNEL);
778 rc = security_context_str_to_sid(newcon, &nsid, GFP_KERNEL);
782 rc = security_context_str_to_sid(taskcon, &tsid, GFP_KERNEL);
868 scon = kzalloc(size + 1, GFP_KERNEL);
873 tcon = kzalloc(size + 1, GFP_KERNEL);
881 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL);
885 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL);
920 scon = kzalloc(size + 1, GFP_KERNEL);
925 tcon = kzalloc(size + 1, GFP_KERNEL);
930 namebuf = kzalloc(size + 1, GFP_KERNEL);
969 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL);
973 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL);
1019 scon = kzalloc(size + 1, GFP_KERNEL);
1024 tcon = kzalloc(size + 1, GFP_KERNEL);
1032 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL);
1036 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL);
1077 con = kzalloc(size + 1, GFP_KERNEL);
1082 user = kzalloc(size + 1, GFP_KERNEL);
1090 length = security_context_str_to_sid(con, &sid, GFP_KERNEL);
1139 scon = kzalloc(size + 1, GFP_KERNEL);
1144 tcon = kzalloc(size + 1, GFP_KERNEL);
1152 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL);
1156 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL);
1214 page = (char *)get_zeroed_page(GFP_KERNEL);
1351 page = (char *)get_zeroed_page(GFP_KERNEL);
1462 page = (char *)__get_free_page(GFP_KERNEL);
1480 page = (char *)__get_free_page(GFP_KERNEL);