Home
last modified time | relevance | path

Searched refs:nel (Results 1 – 8 of 8) sorted by relevance

/security/selinux/ss/
Dpolicydb.c670 hash_name, h->nel, info.slots_used, h->size, in hash_eval()
708 p->p_classes.nprim, p->te_avtab.nel); in policydb_index()
1125 u32 len, nel; in common_read() local
1143 nel = le32_to_cpu(buf[3]); in common_read()
1149 for (i = 0; i < nel; i++) { in common_read()
1290 u32 len, len2, ncons, nel; in class_read() local
1309 nel = le32_to_cpu(buf[4]); in class_read()
1330 for (i = 0; i < nel; i++) { in class_read()
1812 u32 nel; in range_read() local
1821 nel = le32_to_cpu(buf[0]); in range_read()
[all …]
Davtab.c102 h->nel++; in avtab_insert_node()
306 h->nel = 0; in avtab_init()
336 h->nel = 0; in avtab_alloc()
371 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
559 u32 nel, i; in avtab_read() local
567 nel = le32_to_cpu(buf[0]); in avtab_read()
568 if (!nel) { in avtab_read()
574 rc = avtab_alloc(a, nel); in avtab_read()
578 for (i = 0; i < nel; i++) { in avtab_read()
641 buf[0] = cpu_to_le32(a->nel); in avtab_write()
Dhashtab.c27 p->nel = 0; in hashtab_create()
49 if (!h || h->nel == HASHTAB_MAX_NODES) in hashtab_insert()
76 h->nel++; in hashtab_insert()
Dhashtab.h25 u32 nel; /* number of elements in hash table */ member
Davtab.h85 u32 nel; /* number of elements */ member
Dconditional.c462 rc = avtab_alloc(&(p->te_cond_avtab), p->te_avtab.nel); in cond_read_list()
Dservices.c2641 u32 *nel) in security_get_user_sids() argument
2654 *nel = 0; in security_get_user_sids()
2744 *nel = j; in security_get_user_sids()
/security/selinux/include/
Dsecurity.h296 u32 **sids, u32 *nel);