Search | Google it | Results 1 - 1 of 1 for funcall:__predict_true from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c (0.00 seconds) |
461: fp = ff->ff_file; 462: if (__predict_true(fp != NULL)) { 463: return fp; 504: v = atomic_cas_uint(&ff->ff_refcnt, u, u - 1); 505: if (__predict_true(u == v)) { 506: return;