Home
last modified time | relevance | path

Searched refs:nentry (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c114 unsigned nentry; member
140 t->nentry = 0; in table_init()
148 nlloop = (t->nentry + 3) / 4; in table_print()
149 c = t->nentry; in table_print()
151 t->nentry); in table_print()
174 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
175 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); in table_build()
178 memset(t->table, 0xff, sizeof(unsigned) * t->nentry); in table_build()
/linux/security/integrity/ima/
H A Dima_policy.c415 struct ima_rule_entry *nentry; in ima_lsm_copy_rule()
422 nentry = kmemdup(entry, sizeof(*nentry), gfp); in ima_lsm_copy_rule()
423 if (!nentry) in ima_lsm_copy_rule()
426 memset(nentry->lsm, 0, sizeof_field(struct ima_rule_entry, lsm)); in ima_lsm_copy_rule()
432 nentry->lsm[i].type = entry->lsm[i].type; in ima_lsm_copy_rule()
433 nentry->lsm[i].args_p = entry->lsm[i].args_p; in ima_lsm_copy_rule()
435 ima_filter_rule_init(nentry->lsm[i].type, Audit_equal, in ima_lsm_copy_rule()
436 nentry->lsm[i].args_p, in ima_lsm_copy_rule()
437 &nentry in ima_lsm_copy_rule()
413 struct ima_rule_entry *nentry; ima_lsm_copy_rule() local
447 struct ima_rule_entry *nentry; ima_lsm_update_rule() local
[all...]
/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_9_1_sar2130p.h355 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
358 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
361 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_9_0_sm8550.h355 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
358 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
361 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_8_0_sc8280xp.h378 {.nentry = ARRAY_SIZE(sc8180x_qos_linear),
381 {.nentry = ARRAY_SIZE(sc8180x_qos_macrotile),
384 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_8_1_sm8450.h360 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
363 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
366 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_8_4_sa8775p.h399 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile),
402 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile),
405 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_9_2_x1e80100.h395 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
398 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
401 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
H A Ddpu_13_0_kaanapali.h437 {.nentry = ARRAY_SIZE(kaanapali_qos_linear),
440 {.nentry = ARRAY_SIZE(kaanapali_qos_macrotile),
443 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
/linux/kernel/
H A Dauditfilter.c1412 struct audit_entry *nentry; in update_lsm_rule() local
1418 nentry = audit_dupe_rule(r, NULL); in update_lsm_rule()
1421 if (IS_ERR(nentry)) { in update_lsm_rule()
1424 err = PTR_ERR(nentry); in update_lsm_rule()
1432 list_replace_init(&r->rlist, &nentry->rule.rlist); in update_lsm_rule()
1433 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule()
1434 list_replace(&r->list, &nentry->rule.list); in update_lsm_rule()
/linux/security/selinux/ss/
H A Dservices.c728 struct sidtab_entry *nentry, in security_validtrans_handle_fail() argument
739 if (sidtab_entry_to_string(p, sidtab, nentry, &n, &nlen)) in security_validtrans_handle_fail()
764 struct sidtab_entry *nentry; in security_compute_validatetrans() local
800 nentry = sidtab_search_entry(sidtab, newsid); in security_compute_validatetrans()
801 if (!nentry) { in security_compute_validatetrans()
819 &nentry->context, &tentry->context, in security_compute_validatetrans()
826 nentry, in security_compute_validatetrans()