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

/freebsd-current/sys/kern/
H A Dsubr_stats.c325 /* tpllistlock protects tpllist and ntpl */
326 static uint32_t ntpl; variable
972 if (tpl_id < 0 || tpl_id >= (int)ntpl) {
991 for (i = ntpl - 1; i >= 0; i--) {
1018 if (tpl_id < ntpl) {
1200 newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *),
1201 (ntpl + 1) * sizeof(void *), 0);
1203 tpl_id = ntpl++;
1260 if (tpl_id < ntpl) {
1393 if (tpl_id < ntpl) {
[all...]

Completed in 119 milliseconds