| /linux/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 114 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 D | ima_policy.c | 413 struct ima_rule_entry *nentry; in ima_lsm_copy_rule() local 420 nentry = kmemdup(entry, sizeof(*nentry), gfp); in ima_lsm_copy_rule() 421 if (!nentry) in ima_lsm_copy_rule() 424 memset(nentry->lsm, 0, sizeof_field(struct ima_rule_entry, lsm)); in ima_lsm_copy_rule() 430 nentry->lsm[i].type = entry->lsm[i].type; in ima_lsm_copy_rule() 431 nentry->lsm[i].args_p = entry->lsm[i].args_p; in ima_lsm_copy_rule() 433 ima_filter_rule_init(nentry->lsm[i].type, Audit_equal, in ima_lsm_copy_rule() 434 nentry->lsm[i].args_p, in ima_lsm_copy_rule() 435 &nentry in ima_lsm_copy_rule() 447 struct ima_rule_entry *nentry; ima_lsm_update_rule() local [all...] |
| /linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
| H A D | dpu_9_1_sar2130p.h | 355 {.nentry = ARRAY_SIZE(sc7180_qos_linear), 358 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile), 361 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| H A D | dpu_9_0_sm8550.h | 355 {.nentry = ARRAY_SIZE(sc7180_qos_linear), 358 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile), 361 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| H A D | dpu_8_0_sc8280xp.h | 378 {.nentry = ARRAY_SIZE(sc8180x_qos_linear), 381 {.nentry = ARRAY_SIZE(sc8180x_qos_macrotile), 384 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| H A D | dpu_8_1_sm8450.h | 360 {.nentry = ARRAY_SIZE(sc7180_qos_linear), 363 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile), 366 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| H A D | dpu_8_4_sa8775p.h | 399 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile), 402 {.nentry = ARRAY_SIZE(sm6350_qos_linear_macrotile), 405 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| H A D | dpu_9_2_x1e80100.h | 395 {.nentry = ARRAY_SIZE(sc7180_qos_linear), 398 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile), 401 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| H A D | dpu_13_0_kaanapali.h | 437 {.nentry = ARRAY_SIZE(kaanapali_qos_linear), 440 {.nentry = ARRAY_SIZE(kaanapali_qos_macrotile), 443 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
|
| /linux/security/selinux/ss/ |
| H A D | services.c | 728 struct sidtab_entry *nentry, in security_validtrans_handle_fail() 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() 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() 727 security_validtrans_handle_fail(struct selinux_policy * policy,struct sidtab_entry * oentry,struct sidtab_entry * nentry,struct sidtab_entry * tentry,u16 tclass) security_validtrans_handle_fail() argument 763 struct sidtab_entry *nentry; security_compute_validatetrans() local
|