gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cpu_kpreempt_disabled (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_synch.c - 38.4KB - 1,245 lines
502:         return l->l_nopreempt != 0 || l->l_stat == LSZOMB ||
503:             (l->l_flag & LW_IDLE) != 0 || cpu_kpreempt_disabled();
504: }