Searched refs:old_cnt (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_gtaskqueue.c843 int i, k, old_cnt, old_cpu, cpu; local
858 old_cnt = qgroup->tqg_cnt;
860 if (old_cnt < cnt)
861 old_cpu = qgroup->tqg_queue[old_cnt].tgc_cpu;
866 if (old_cnt == 0) {
876 for (i = old_cnt; i < cnt; i++) {
889 for (i = 0; i < old_cnt; i++) {
918 for (i = cnt; i < old_cnt; i++)

Completed in 185 milliseconds