Searched refs:objsize (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_object.c68 int objsize; local
72 objsize = ASN1_object_size(0,a->length,V_ASN1_OBJECT);
73 if (pp == NULL) return objsize;
81 return(objsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_object.c69 int objsize; local
73 objsize = ASN1_object_size(0,a->length,V_ASN1_OBJECT);
74 if (pp == NULL) return objsize;
82 return(objsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/proc/
H A Dsysinfo.h121 unsigned objsize; member in struct:slab_cache
H A Dsysinfo.c774 &(*slab)[cSlab].objsize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslub.c421 print_section("Redzone", p + s->objsize,
422 s->inuse - s->objsize);
455 print_section("Object", object, min(s->objsize, 128));
478 memset(p, POISON_FREE, s->objsize - 1);
479 p[s->objsize -1] = POISON_END;
483 memset(p + s->objsize,
485 s->inuse - s->objsize);
510 * object + s->objsize
513 * objsize == inuse.
532 * If slabcaches are merged then the objsize an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dslub_def.h29 int objsize; /* The size of an object without meta data */ member in struct:kmem_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/
H A Dvmstat.c454 slabs[k].objsize,
468 slabs[i].objsize,

Completed in 168 milliseconds