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

/freebsd-11.0-release/sys/net/
H A Dmp_ring.c63 BUSY, /* consumer is running already, or will be shortly. */ enumerator in enum:__anon12296
101 return (BUSY);
113 MPASS(os.flags == BUSY);
157 if (ns.flags != BUSY) {
188 MPASS(os.flags == BUSY);
238 if (ns.flags != BUSY) {
382 ns.flags = BUSY;
390 if (os.flags != BUSY)
457 ns.flags = BUSY;
466 if (os.flags != BUSY)
[all...]
H A Dif_atm.h302 #define ATMEV_SEND_FLOW_CONTROL(ATMIF, VPI, VCI, BUSY) \
307 _arg.busy = (BUSY); \
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dt4_mp_ring.c58 BUSY, /* consumer is running already, or will be shortly. */ enumerator in enum:__anon9718
96 return (BUSY);
111 MPASS(os.flags == BUSY);
161 if (ns.flags != BUSY) {
307 ns.flags = BUSY;
316 if (os.flags != BUSY)
334 ns.flags = BUSY;
/freebsd-11.0-release/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-11.0-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp128 enum { NEEDED = 01, SUPPLIED = 02, FONT_NEEDED = 04, BUSY = 010 }; enumerator in enum:resource::__anon1701
341 if (r->flags & resource::BUSY) {
347 r->flags |= resource::BUSY;
413 r->flags &= ~resource::BUSY;
/freebsd-11.0-release/sys/mips/rt305x/
H A Drt305x_pci.c856 #define BUSY 0x80000000 macro
869 if (reg_value & BUSY)
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h553 D(BUSY, 0x11 /* 17*/, CCBS, Q.850, "User busy") \

Completed in 191 milliseconds