nr_tasks           87 bsp/boot/common/bootinfo.c 	for (i = 0; i < bi->nr_tasks; i++, m++)
nr_tasks          130 bsp/boot/common/load.c 	bi->nr_tasks = i;
nr_tasks          132 bsp/boot/common/load.c 	if (bi->nr_tasks == 0)
nr_tasks           99 include/sys/bootinfo.h 	int		nr_tasks;	/* number of boot tasks */
nr_tasks          485 sys/kern/task.c 	for (i = 0; i < bi->nr_tasks; i++) {