Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/linux/ | |
linux_kthread.c | 225 bool shouldstop; local in function:kthread_should_stop 228 shouldstop = T->kt_shouldstop; 231 return shouldstop; |
/src/sys/dev/tprof/ | |
tprof.c | 210 bool shouldstop; local in function:tprof_worker 225 shouldstop = (tb == NULL || tb->tb_softc.sc_ctr_running_mask == 0); 226 if (shouldstop) { 251 if (!shouldstop) |