Home
last modified time | relevance | path

Searched refs:old_cnt (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
Dsubr_gtaskqueue.c898 int i, k, old_cnt, old_cpu, cpu; in _taskqgroup_adjust() local
913 old_cnt = qgroup->tqg_cnt; in _taskqgroup_adjust()
915 if (old_cnt < cnt) in _taskqgroup_adjust()
916 old_cpu = qgroup->tqg_queue[old_cnt].tgc_cpu; in _taskqgroup_adjust()
921 if (old_cnt == 0) { in _taskqgroup_adjust()
931 for (i = old_cnt; i < cnt; i++) { in _taskqgroup_adjust()
944 for (i = 0; i < old_cnt; i++) { in _taskqgroup_adjust()
973 for (i = cnt; i < old_cnt; i++) in _taskqgroup_adjust()