ODEBUG_BATCH_SIZE  166 lib/debugobjects.c 		struct debug_obj *new[ODEBUG_BATCH_SIZE];
ODEBUG_BATCH_SIZE  169 lib/debugobjects.c 		for (cnt = 0; cnt < ODEBUG_BATCH_SIZE; cnt++) {
ODEBUG_BATCH_SIZE  252 lib/debugobjects.c 			for (i = 0; i < ODEBUG_BATCH_SIZE; i++) {
ODEBUG_BATCH_SIZE  343 lib/debugobjects.c 	struct debug_obj *objs[ODEBUG_BATCH_SIZE];
ODEBUG_BATCH_SIZE  368 lib/debugobjects.c 	for (; lookahead_count < ODEBUG_BATCH_SIZE; lookahead_count++) {
ODEBUG_BATCH_SIZE  400 lib/debugobjects.c 			for (i = 0; i < ODEBUG_BATCH_SIZE; i++) {
ODEBUG_BATCH_SIZE 1385 lib/debugobjects.c 	extras = num_possible_cpus() * ODEBUG_BATCH_SIZE;