Searched refs:nel (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hsearch/
H A Dhsearch.c65 __db_hcreate(nel)
66 size_t nel;
77 (ret = dbp->set_h_nelem(dbp, (u_int32_t)nel)) != 0 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dhashtab.h24 u32 nel; /* number of elements in hash table */ member in struct:hashtab
H A Dsidtab.c30 s->nel = 0;
82 s->nel++;
169 s->nel--;
257 "chain length %d\n", tag, h->nel, slots_used, SIDTAB_SIZE,
281 s->nel = 0;
291 dst->nel = src->nel;
H A Dhashtab.c23 p->nel = 0;
43 if (!h || h->nel == HASHTAB_MAX_NODES)
70 h->nel++;
H A Davtab.h52 u32 nel; /* number of elements */ member in struct:avtab
H A Dsidtab.h26 unsigned int nel; /* number of elements */ member in struct:sidtab
H A Davtab.c52 h->nel++;
254 h->nel = 0;
281 "chain length %d\n", tag, h->nel, slots_used, AVTAB_SIZE,
408 u32 nel, i; local
416 nel = le32_to_cpu(buf[0]);
417 if (!nel) {
422 for (i = 0; i < nel; i++) {
H A Dpolicydb.c378 "longest chain length %d\n", symtab_name[i], h->nel,
402 p->p_classes.nprim, p->te_avtab.nel);
906 u32 len, nel; local
926 nel = le32_to_cpu(buf[3]);
938 for (i = 0; i < nel; i++) {
1043 u32 len, len2, ncons, nel; local
1064 nel = le32_to_cpu(buf[4]);
1098 for (i = 0; i < nel; i++) {
1437 u32 len, len2, config, nprim, nel, nel2; local
1548 nel
[all...]
H A Dservices.c1572 * @nel: number of elements in @sids
1577 * array containing the set of SIDs. Set *@nel to the
1584 u32 *nel)
1597 *nel = 0;
1665 *nel = mynel;
1581 security_get_user_sids(u32 fromsid, char *username, u32 **sids, u32 *nel) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dsecurity.h74 u32 **sids, u32 *nel);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c83 unsigned nel; /* num of elements */ member in struct:xhash_s
603 if (++hash->nel / hash->csize > 10)
632 hash->nel--;
720 array->glen = array->nel = 0;

Completed in 393 milliseconds