Search | Google it | Results 1 - 1 of 1 for funcall:__predict_true from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c (0.00 seconds) |
197: mutex_spin_enter(lock); 198: if (__predict_true(lock == &c->c_cpu->cc_lock)) 199: return lock; 378: c->c_magic = CALLOUT_MAGIC; 379: if (__predict_true((flags & CALLOUT_MPSAFE) != 0 && cc != NULL)) { 380: c->c_flags = flags; 580: cc = c->c_cpu; 581: if (__predict_true(cc->cc_active != c || cc->cc_lwp == l)) 582: break;