Searched refs:QUEUED (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.h106 * QUEUED and BUSY are used together to ensure that only a single
114 #define QUEUED 5 /* there is work queued on this connection */ macro
H A Dmessenger.c1766 * There is some trickery going on with QUEUED and BUSY because we
1771 * clears QUEUED and does it's thing. When it thinks it's done, it
1772 * clears BUSY, then rechecks QUEUED.. if it's set again, it loops
1775 * To queue work, we first set QUEUED, _then_ if BUSY isn't set, we
1777 * we give up (work also already being done or is queued) but leave QUEUED
1793 set_bit(QUEUED, &con->state);
1819 dout("con_work %p start, clearing QUEUED\n", con);
1820 clear_bit(QUEUED, &con->state);
1850 if (test_bit(QUEUED, &con->state)) {
1852 dout("con_work %p QUEUED rese
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dmessenger.h106 * QUEUED and BUSY are used together to ensure that only a single
114 #define QUEUED 5 /* there is work queued on this connection */ macro
H A Dmessenger.c1766 * There is some trickery going on with QUEUED and BUSY because we
1771 * clears QUEUED and does it's thing. When it thinks it's done, it
1772 * clears BUSY, then rechecks QUEUED.. if it's set again, it loops
1775 * To queue work, we first set QUEUED, _then_ if BUSY isn't set, we
1777 * we give up (work also already being done or is queued) but leave QUEUED
1793 set_bit(QUEUED, &con->state);
1819 dout("con_work %p start, clearing QUEUED\n", con);
1820 clear_bit(QUEUED, &con->state);
1850 if (test_bit(QUEUED, &con->state)) {
1852 dout("con_work %p QUEUED rese
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dscsi.h418 #define QUEUED 0x2004 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dscsi.h418 #define QUEUED 0x2004 macro

Completed in 75 milliseconds