Searched refs:nentry (Results 1 - 25 of 28) sorted by last modified time

12

/linux-master/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_9_2_x1e80100.h426 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
429 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
432 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_3_2_sdm660.h245 {.nentry = ARRAY_SIZE(msm8998_qos_linear),
248 {.nentry = ARRAY_SIZE(msm8998_qos_macrotile),
251 {.nentry = ARRAY_SIZE(msm8998_qos_nrt),
H A Ddpu_3_3_sdm630.h181 {.nentry = ARRAY_SIZE(msm8998_qos_linear),
184 {.nentry = ARRAY_SIZE(msm8998_qos_macrotile),
187 {.nentry = ARRAY_SIZE(msm8998_qos_nrt),
H A Ddpu_9_0_sm8550.h380 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
383 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
386 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_8_1_sm8450.h387 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
390 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
393 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_8_0_sc8280xp.h410 {.nentry = ARRAY_SIZE(sc8180x_qos_linear),
413 {.nentry = ARRAY_SIZE(sc8180x_qos_macrotile),
416 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_6_9_sm6375.h123 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile),
126 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile),
129 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_7_0_sm8350.h369 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
372 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
375 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_7_2_sc7280.h224 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
227 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
230 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_6_4_sm6350.h182 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile),
185 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile),
188 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_6_5_qcm2290.h112 {.nentry = ARRAY_SIZE(qcm2290_qos_linear),
H A Ddpu_6_3_sm6115.h112 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
115 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
118 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_6_0_sm8250.h359 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
362 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
365 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_6_2_sc7180.h180 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
183 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
186 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_5_4_sm6125.h175 {.nentry = ARRAY_SIZE(sm8150_qos_linear),
178 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
181 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_5_1_sc8180x.h371 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
374 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
377 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_5_0_sm8150.h345 {.nentry = ARRAY_SIZE(sm8150_qos_linear),
348 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
351 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_10_0_sm8650.h406 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
409 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
412 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_4_0_sdm845.h307 {.nentry = ARRAY_SIZE(sdm845_qos_linear),
310 {.nentry = ARRAY_SIZE(sdm845_qos_macrotile),
313 {.nentry = ARRAY_SIZE(sdm845_qos_nrt),
H A Ddpu_3_0_msm8998.h290 {.nentry = ARRAY_SIZE(msm8998_qos_linear),
293 {.nentry = ARRAY_SIZE(msm8998_qos_macrotile),
296 {.nentry = ARRAY_SIZE(msm8998_qos_nrt),
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h316 * @nentry: number of entry in this table
320 u32 nentry; member in struct:dpu_qos_lut_tbl
H A Ddpu_hw_util.c446 if (!tbl || !tbl->nentry || !tbl->entries)
449 for (i = 0; i < tbl->nentry; i++)
/linux-master/security/integrity/ima/
H A Dima_policy.c406 struct ima_rule_entry *nentry; local
413 nentry = kmemdup(entry, sizeof(*nentry), GFP_KERNEL);
414 if (!nentry)
417 memset(nentry->lsm, 0, sizeof_field(struct ima_rule_entry, lsm));
423 nentry->lsm[i].type = entry->lsm[i].type;
424 nentry->lsm[i].args_p = entry->lsm[i].args_p;
426 ima_filter_rule_init(nentry->lsm[i].type, Audit_equal,
427 nentry->lsm[i].args_p,
428 &nentry
439 struct ima_rule_entry *nentry; local
[all...]
/linux-master/kernel/
H A Dauditfilter.c1404 struct audit_entry *nentry; local
1410 nentry = audit_dupe_rule(r);
1413 if (IS_ERR(nentry)) {
1416 err = PTR_ERR(nentry);
1424 list_replace_init(&r->rlist, &nentry->rule.rlist);
1425 list_replace_rcu(&entry->list, &nentry->list);
1426 list_replace(&r->list, &nentry->rule.list);
/linux-master/security/selinux/ss/
H A Dservices.c718 struct sidtab_entry *nentry,
729 if (sidtab_entry_to_string(p, sidtab, nentry, &n, &nlen))
754 struct sidtab_entry *nentry; local
790 nentry = sidtab_search_entry(sidtab, newsid);
791 if (!nentry) {
809 &nentry->context, &tentry->context,
816 nentry,
716 security_validtrans_handle_fail(struct selinux_policy *policy, struct sidtab_entry *oentry, struct sidtab_entry *nentry, struct sidtab_entry *tentry, u16 tclass) argument

Completed in 207 milliseconds

12