Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 25 of 37) sorted by relevance

12

/external/kernel-headers/original/linux/
Dblkdev.h310 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/
Dmtrace.h136 } busy; member
/external/webkit/WebCore/html/
DHTMLAttributeNames.in17 aria-busy
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmlattrs.in13 aria-busy
/external/kernel-headers/original/asm-arm/arch/
Dmux.h144 unsigned char busy; member
/external/sqlite/dist/
Dsqlite3.h.orig1515 ** ^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 …]
Dsqlite3.c8341 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 …]
Dsqlite3.c.orig2039 ** ^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/
DNEWS427 - fix a busy loop when blocking for a reply
/external/bluetooth/bluez/
DChangeLog947 Fix busy loop in UUID extraction routine.
1189 Retry SDP connect if busy in the CUPS backend.
/external/tcpdump/
DCHANGES820 Sun 3/50 can keep up with a busy network.
/external/bluetooth/glib/
DChangeLog.pre-2-8190 g_thread_yield(), not g_usleep(1) which may result in busy waits on
DChangeLog.pre-2-41532 recursive main loops from busy-waiting if input
/external/e2fsprogs/debian/
Dchangelog563 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/
DChangeLog681 * fixed a busy loop introduced in v0.3.5 for scan result processing
/external/libvpx/nestegg/docs/
DDoxyfile.in280 # doxygen to be busy swapping symbols to and from disk most of the time
/external/wpa_supplicant_6/wpa_supplicant/
DChangeLog828 * fixed a busy loop introduced in v0.3.5 for scan result processing
/external/e2fsprogs/po/
De2fsprogs.pot3674 "\ta modified partition being busy and in use. You may need to reboot\n"
Dca.po3679 "\ta modified partition being busy and in use. You may need to reboot\n"
Dde.po3893 "\ta modified partition being busy and in use. You may need to reboot\n"
Dnl.po3892 "\ta modified partition being busy and in use. You may need to reboot\n"
Dit.po3987 "\ta modified partition being busy and in use. You may need to reboot\n"
Dsv.po3889 "\ta modified partition being busy and in use. You may need to reboot\n"
/external/e2fsprogs/
DRELEASE-NOTES1065 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/
Dip-cref.tex3024 echo "Address $ipaddr is busy, trying DHCP..." 1>&2

12