Searched refs:influx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_rmlock.c892 int influx; member in struct:rmslock_pcpu
921 MPASS(pcpu->influx == 0);
922 pcpu->influx = 1;
930 MPASS(pcpu->influx == 1);
931 pcpu->influx = 0;
1123 if (pcpu->influx)
1143 while (atomic_load_int(&pcpu->influx))
H A Dkern_event.c214 /* XXX - ensure not influx ? */
1879 int count, error, haskqglobal, influx, nkev, touch; local
1937 influx = 0;
1944 if (influx) {
1945 influx = 0;
2009 influx = 1;
2039 influx = 1;
2048 influx = 0;
2337 * If we unlock the list lock (and enter influx), we can
2348 * Do not process the influx note
2638 int influx; local
[all...]
/freebsd-13-stable/sys/dev/usb/input/
H A Dusbhid.c117 bool influx; member in struct:usbhid_xfer_ctx
491 while (xfer_ctx->influx)
495 xfer_ctx->influx = true;
526 xfer_ctx->influx = false;

Completed in 71 milliseconds