Searched refs:BUSY (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c52 * isn't one already. The consumer runs with the flags sets to BUSY and
56 * TAKING_OVER. The original consumer stops and sets the flags back to BUSY for
78 BUSY, /* consumer is running already, or will be shortly. */ enumerator in enum:__anon12756
129 MPASS(os.flags == BUSY);
149 MPASS(os.flags == BUSY ||
154 ns.flags = BUSY;
173 MPASS(os.flags == BUSY || os.flags == TOO_BUSY ||
180 ns.flags = BUSY;
191 MPASS(os.flags == BUSY);
197 MPASS(ns.flags == BUSY);
[all...]
/freebsd-12-stable/sys/net/
H A Dmp_ring.c53 BUSY, /* consumer is running already, or will be shortly. */ enumerator in enum:__anon15904
91 return (BUSY);
103 MPASS(os.flags == BUSY);
147 if (ns.flags != BUSY) {
178 MPASS(os.flags == BUSY);
231 if (ns.flags != BUSY) {
380 ns.flags = BUSY;
389 if (os.flags != BUSY)
461 ns.flags = BUSY;
471 if (os.flags != BUSY)
[all...]
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh1.c794 #define BUSY 0 macro
820 areabot->area = BUSY;
867 q->area = BUSY;
949 q->area = BUSY;
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h553 D(BUSY, 0x11 /* 17*/, CCBS, Q.850, "User busy") \

Completed in 170 milliseconds