Searched refs:nel (Results 1 – 8 of 8) sorted by relevance
/security/selinux/ss/ |
D | policydb.c | 670 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 …]
|
D | avtab.c | 102 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()
|
D | hashtab.c | 27 p->nel = 0; in hashtab_create() 49 if (!h || h->nel == HASHTAB_MAX_NODES) in hashtab_insert() 76 h->nel++; in hashtab_insert()
|
D | hashtab.h | 25 u32 nel; /* number of elements in hash table */ member
|
D | avtab.h | 85 u32 nel; /* number of elements */ member
|
D | conditional.c | 462 rc = avtab_alloc(&(p->te_cond_avtab), p->te_avtab.nel); in cond_read_list()
|
D | services.c | 2641 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/ |
D | security.h | 296 u32 **sids, u32 *nel);
|