Searched refs:nentry (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/radeon/ |
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-v5.15/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 169 struct __opa_vnic_mactable_entry *nentry = &node->entry; in opa_vnic_query_mac_tbl() local 178 memcpy(entry->mac_addr, nentry->mac_addr, in opa_vnic_query_mac_tbl() 180 memcpy(entry->mac_addr_mask, nentry->mac_addr_mask, in opa_vnic_query_mac_tbl() 182 entry->dlid_sd = cpu_to_be32(nentry->dlid_sd); in opa_vnic_query_mac_tbl() 226 struct __opa_vnic_mactable_entry *nentry; in opa_vnic_update_mac_tbl() local 248 nentry = &node->entry; in opa_vnic_update_mac_tbl() 249 memcpy(nentry->mac_addr, entry->mac_addr, in opa_vnic_update_mac_tbl() 250 ARRAY_SIZE(nentry->mac_addr)); in opa_vnic_update_mac_tbl() 251 memcpy(nentry->mac_addr_mask, entry->mac_addr_mask, in opa_vnic_update_mac_tbl() 252 ARRAY_SIZE(nentry->mac_addr_mask)); in opa_vnic_update_mac_tbl() [all …]
|
/Linux-v5.15/kernel/ |
D | audit_watch.c | 250 struct audit_entry *oentry, *nentry; in audit_update_watch() local 282 nentry = audit_dupe_rule(&oentry->rule); in audit_update_watch() 283 if (IS_ERR(nentry)) { in audit_update_watch() 294 audit_put_watch(nentry->rule.watch); in audit_update_watch() 296 nentry->rule.watch = nwatch; in audit_update_watch() 297 list_add(&nentry->rule.rlist, &nwatch->rules); in audit_update_watch() 298 list_add_rcu(&nentry->list, &audit_inode_hash[h]); in audit_update_watch() 300 &nentry->rule.list); in audit_update_watch()
|
D | auditfilter.c | 1395 struct audit_entry *nentry; in update_lsm_rule() local 1401 nentry = audit_dupe_rule(r); in update_lsm_rule() 1404 if (IS_ERR(nentry)) { in update_lsm_rule() 1407 err = PTR_ERR(nentry); in update_lsm_rule() 1415 list_replace_init(&r->rlist, &nentry->rule.rlist); in update_lsm_rule() 1416 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule() 1417 list_replace(&r->list, &nentry->rule.list); in update_lsm_rule()
|
/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_catalog.c | 979 {.nentry = ARRAY_SIZE(sdm845_qos_linear), 982 {.nentry = ARRAY_SIZE(sdm845_qos_macrotile), 985 {.nentry = ARRAY_SIZE(sdm845_qos_nrt), 1007 {.nentry = ARRAY_SIZE(sc7180_qos_linear), 1010 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile), 1013 {.nentry = ARRAY_SIZE(sc7180_qos_nrt), 1035 {.nentry = ARRAY_SIZE(sm8150_qos_linear), 1038 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile), 1041 {.nentry = ARRAY_SIZE(sc7180_qos_nrt), 1064 {.nentry = ARRAY_SIZE(sc7180_qos_linear), [all …]
|
D | dpu_hw_catalog.h | 307 u32 nentry; member
|
D | dpu_plane.c | 306 if (!tbl || !tbl->nentry || !tbl->entries) in _dpu_plane_get_qos_lut() 309 for (i = 0; i < tbl->nentry; i++) in _dpu_plane_get_qos_lut()
|
/Linux-v5.15/security/integrity/ima/ |
D | ima_policy.c | 375 struct ima_rule_entry *nentry; in ima_lsm_copy_rule() local 382 nentry = kmemdup(entry, sizeof(*nentry), GFP_KERNEL); in ima_lsm_copy_rule() 383 if (!nentry) in ima_lsm_copy_rule() 386 memset(nentry->lsm, 0, sizeof_field(struct ima_rule_entry, lsm)); in ima_lsm_copy_rule() 392 nentry->lsm[i].type = entry->lsm[i].type; in ima_lsm_copy_rule() 393 nentry->lsm[i].args_p = entry->lsm[i].args_p; in ima_lsm_copy_rule() 401 ima_filter_rule_init(nentry->lsm[i].type, Audit_equal, in ima_lsm_copy_rule() 402 nentry->lsm[i].args_p, in ima_lsm_copy_rule() 403 &nentry->lsm[i].rule); in ima_lsm_copy_rule() 404 if (!nentry->lsm[i].rule) in ima_lsm_copy_rule() [all …]
|
/Linux-v5.15/security/selinux/ss/ |
D | services.c | 727 struct sidtab_entry *nentry, in security_validtrans_handle_fail() argument 738 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() 827 nentry, in security_compute_validatetrans()
|