Lines Matching defs:influx
212 /* XXX - ensure not influx ? */
1922 int count, error, haskqglobal, influx, nkev, touch;
1983 influx = 0;
1990 if (influx) {
1991 influx = 0;
2055 influx = 1;
2085 influx = 1;
2094 influx = 0;
2386 * If we unlock the list lock (and enter influx), we can
2397 * Do not process the influx notes, except for
2398 * the influx coming from the kq unlock in the
2585 * Even if we are locked, we may need to drop the lock to allow any influx
2655 int influx;
2667 influx = 0;
2672 if (influx)
2680 influx = 1;
2693 KASSERT(kn_in_flux(kn), ("knote %p not marked influx", kn));
2734 ("knote_drop called on %p with influx %d", kn, kn->kn_influx));