Searched refs:max_objects (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest121.tcl52 set max_objects 2000
54 -lock_max_locks $max_locks -lock_max_objects $max_objects\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dqueue.h49 int max_objects, unsigned int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dqueue.c32 queue_create(const char *name, int max_objects, unsigned int flags) argument
40 b->max_elems = max_objects;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c751 unsigned long long min_objects = max, max_objects = 0, local
841 if (s->objects > max_objects)
842 max_objects = s->objects;
914 store_size(b3, max_objects);store_size(b4, total_objects);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c737 unsigned long max_objects; local
762 max_objects = (PAGE_SIZE << compound_order(page)) / s->size;
763 if (max_objects > MAX_OBJS_PER_PAGE)
764 max_objects = MAX_OBJS_PER_PAGE;
766 if (page->objects != max_objects) {
768 "should be %d", page->objects, max_objects);
769 page->objects = max_objects;
1985 int max_objects; local
1998 max_objects = (PAGE_SIZE << slub_max_order)/size;
1999 min_objects = min(min_objects, max_objects);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp745 DBENV_METHOD(set_lk_max_objects, (u_int32_t max_objects), (dbenv, max_objects))

Completed in 140 milliseconds