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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchFile.h114 QUEUED, // downloading (Partfile) enumerator in enum:CSearchFile::DownloadStatus
H A DSearchFile.cpp314 m_downloadStatus = QUEUED;
H A DSearchListCtrl.cpp336 case CSearchFile::QUEUED:
1007 case CSearchFile::QUEUED:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi.h418 #define QUEUED 0x2004 macro

Completed in 70 milliseconds