Searched refs:busy (Results 1 – 25 of 37) sorted by relevance
12
/external/kernel-headers/original/linux/ |
D | blkdev.h | 310 int busy; /* current depth */ member 738 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) 739 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.h | 136 } busy; member
|
/external/webkit/WebCore/html/ |
D | HTMLAttributeNames.in | 17 aria-busy
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | htmlattrs.in | 13 aria-busy
|
/external/kernel-headers/original/asm-arm/arch/ |
D | mux.h | 144 unsigned char busy; member
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 1515 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] 1516 ** is returned immediately upon encountering the lock. ^If the busy callback 1519 ** ^The first argument to the busy handler is a copy of the void* pointer which 1521 ** the busy handler callback is the number of times that the busy handler has 1523 ** busy callback returns 0, then no additional attempts are made to 1528 ** The presence of a busy handler does not guarantee that it will be invoked 1529 ** when there is lock contention. ^If SQLite determines that invoking the busy 1531 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler. 1538 ** invoke the busy handlers, neither will make any progress. Therefore, 1543 ** ^The default busy callback is NULL. [all …]
|
D | sqlite3.c | 8341 u8 busy; /* TRUE if currently initializing */ member 50890 if( db->xProfile && !db->init.busy ){ 50913 if( rc!=SQLITE_ROW && db->xProfile && !db->init.busy && p->zSql ){ 57092 assert( db->init.busy==0 ); 57093 db->init.busy = 1; 57099 db->init.busy = 0; 66436 if( db->init.busy || IN_DECLARE_VTAB ){ 66641 if( db->init.busy==0 ){ 67144 if( db->init.busy ) { 67157 assert( db->init.iDb==0 || db->init.busy ); [all …]
|
D | sqlite3.c.orig | 2039 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] 2040 ** is returned immediately upon encountering the lock. ^If the busy callback 2043 ** ^The first argument to the busy handler is a copy of the void* pointer which 2045 ** the busy handler callback is the number of times that the busy handler has 2047 ** busy callback returns 0, then no additional attempts are made to 2052 ** The presence of a busy handler does not guarantee that it will be invoked 2053 ** when there is lock contention. ^If SQLite determines that invoking the busy 2055 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler. 2062 ** invoke the busy handlers, neither will make any progress. Therefore, 2067 ** ^The default busy callback is NULL. [all …]
|
/external/dbus/ |
D | NEWS | 427 - fix a busy loop when blocking for a reply
|
/external/bluetooth/bluez/ |
D | ChangeLog | 947 Fix busy loop in UUID extraction routine. 1189 Retry SDP connect if busy in the CUPS backend.
|
/external/tcpdump/ |
D | CHANGES | 820 Sun 3/50 can keep up with a busy network.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-8 | 190 g_thread_yield(), not g_usleep(1) which may result in busy waits on
|
D | ChangeLog.pre-2-4 | 1532 recursive main loops from busy-waiting if input
|
/external/e2fsprogs/debian/ |
D | changelog | 563 reported busy (works on Linux 2.6) kernels. (Closes: #319002) 599 busy and abort if so; this feature only works on Linux 2.6 systems.
|
/external/wpa_supplicant/ |
D | ChangeLog | 681 * fixed a busy loop introduced in v0.3.5 for scan result processing
|
/external/libvpx/nestegg/docs/ |
D | Doxyfile.in | 280 # doxygen to be busy swapping symbols to and from disk most of the time
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | ChangeLog | 828 * fixed a busy loop introduced in v0.3.5 for scan result processing
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 3674 "\ta modified partition being busy and in use. You may need to reboot\n"
|
D | ca.po | 3679 "\ta modified partition being busy and in use. You may need to reboot\n"
|
D | de.po | 3893 "\ta modified partition being busy and in use. You may need to reboot\n"
|
D | nl.po | 3892 "\ta modified partition being busy and in use. You may need to reboot\n"
|
D | it.po | 3987 "\ta modified partition being busy and in use. You may need to reboot\n"
|
D | sv.po | 3889 "\ta modified partition being busy and in use. You may need to reboot\n"
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1065 reported busy (works on Linux 2.6) kernels. (Addresses Debian Bug 3311 kernel due to the partition being busy), instead of "invalid
|
/external/iproute2/doc/ |
D | ip-cref.tex | 3024 echo "Address $ipaddr is busy, trying DHCP..." 1>&2
|
12