Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/sys/ | |
t_select.c | 49 static sig_atomic_t keep_going = 1; variable in typeref:typename:sig_atomic_t 54 keep_going = 0; 118 if (!keep_going) |
t_select.c | 49 static sig_atomic_t keep_going = 1; variable in typeref:typename:sig_atomic_t 54 keep_going = 0; 118 if (!keep_going) |
/src/sys/altq/ | |
altq_jobs.c | 1277 int keep_going; local in function:assign_rate_drops_adc 1306 keep_going = 1; 1463 while (keep_going && scale_rate((int64_t)(cl->cl_rin.bytes-cl->cl_rout.bytes)) > k[i]) { 1471 keep_going = 0; /* relax ADC in favor of ALC */ 1486 keep_going = 0; /* NOTREACHED */ |
altq_jobs.c | 1277 int keep_going; local in function:assign_rate_drops_adc 1306 keep_going = 1; 1463 while (keep_going && scale_rate((int64_t)(cl->cl_rin.bytes-cl->cl_rout.bytes)) > k[i]) { 1471 keep_going = 0; /* relax ADC in favor of ALC */ 1486 keep_going = 0; /* NOTREACHED */ |