Searched refs:nentry (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.c446 if (!tbl || !tbl->nentry || !tbl->entries)
449 for (i = 0; i < tbl->nentry; i++)
H A Ddpu_hw_catalog.h316 * @nentry: number of entry in this table
320 u32 nentry; member in struct:dpu_qos_lut_tbl
/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 314 milliseconds

12