Searched refs:waiting (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/tt/
H A Ddebug.h12 extern void init_proxy (pid_t pid, int waiting, int status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dproc.c50 cs->waiting = 1;
53 cs->waiting = 0;
61 wait_event(cs->waitqueue, !cs->waiting);
H A Dcommon.c475 at_state->waiting = 0;
685 cs->waiting = 0;
840 if (cs->waiting) {
842 cs->waiting = 0;
867 cs->waiting = 1;
870 cs->waiting = 0;
877 wait_event(cs->waitqueue, !cs->waiting);
892 cs->waiting = 1;
901 wait_event(cs->waitqueue, !cs->waiting);
914 cs->waiting
[all...]
H A Dinterface.c43 cs->waiting = 1;
46 cs->waiting = 0;
53 wait_event(cs->waitqueue, !cs->waiting);
79 cs->waiting = 1;
82 cs->waiting = 0;
89 wait_event(cs->waitqueue, !cs->waiting);
H A Dev-layer.c962 cs->waiting = 0;
982 cs->waiting = 0;
1161 at_state->waiting = 1;
1383 case ACT_CONNTIMEOUT: /* timeout waiting for ZSAU=ACTIVE */
1498 cs->waiting = 0;
1510 cs->waiting = 0;
1529 cs->waiting = 0;
1603 } else if (!at_state->waiting)
1606 gig_dbg(DEBUG_ANY, "stopped waiting");
1647 at_state->waiting
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dptproxy.h21 unsigned int waiting : 1; member in struct:debugger
H A Dwait.c22 debugger->waiting = 0;
H A Dproxy.c62 debugger->waiting = 1;
134 .waiting = 0,
191 debugger.waiting = 0;
219 else if(debugger.waiting)
278 while(debugger.waiting == 1){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dshare.c577 tmp->waiting = 0;
799 /* Can't fail from now on, so mark ourselves as no longer waiting. */
800 if (dev->waiting & 1) {
801 dev->waiting = 0;
847 if (dev->waiting & 2 || dev->wakeup) {
849 if (test_and_set_bit(0, &dev->waiting) == 0) {
881 dev->waiting = 2;
890 /* If dev->waiting is clear now, an interrupt
892 if (dev->waiting) {
914 dev->waiting
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas.c44 long waiting; member in struct:rtas_suspend_me_data
667 * We use "waiting" to indicate our state. As long
677 } while (rc == H_SUCCESS && data->waiting > 0);
682 data->waiting = 0;
688 data->waiting = -EBUSY;
724 data.waiting = 1;
731 data.waiting = -EINVAL;
733 if (data.waiting != 0)
742 return data.waiting;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Ddebug-macro.S64 @ busy waiting for non fifo
96 @ idle waiting for non fifo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_i2c.c66 volatile int waiting; member in struct:bbc_i2c_bus
188 bp->waiting = 1;
204 bp->waiting = 0;
343 if (bp->waiting &&
379 bp->waiting = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dimm.c45 wait_queue_head_t *waiting; member in struct:__anon6617
68 wake_up(dev->waiting);
1144 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waiting);
1150 init_waitqueue_head(&waiting);
1173 dev->waiting = &waiting;
1174 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE);
1182 dev->waiting = NULL;
1183 finish_wait(&waiting, &wait);
1186 dev->waiting
[all...]
H A Dppa.c39 wait_queue_head_t *waiting; member in struct:__anon6886
59 wake_up(dev->waiting);
1013 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waiting);
1027 init_waitqueue_head(&waiting);
1038 dev->waiting = &waiting;
1039 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE);
1047 dev->waiting = NULL;
1048 finish_wait(&waiting, &wait);
1051 dev->waiting
[all...]
H A Dst.h29 struct completion *waiting; member in struct:st_request
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_dma.c137 buf->waiting = 0;
H A Dsavage_state.c50 dev_priv->waiting = 1;
76 dev_priv->waiting = 1;
253 dev_priv->waiting = 1;
359 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) {
363 dev_priv->waiting = 0;
604 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) {
608 dev_priv->waiting = 0;
1033 dev_priv->waiting = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c57 " -w - wait for printer status = 'waiting'\n"
160 unsigned short waiting, result; local
329 waiting = 0xffff;
335 waiting = htons( tv.tv_sec - stv.tv_sec );
337 memcpy(cbuf + 6, &waiting, sizeof( waiting ));
831 if ( strstr( st_buf, "waiting" ) != NULL ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c57 " -w - wait for printer status = 'waiting'\n"
160 unsigned short waiting, result; local
329 waiting = 0xffff;
335 waiting = htons( tv.tv_sec - stv.tv_sec );
337 memcpy(cbuf + 6, &waiting, sizeof( waiting ));
831 if ( strstr( st_buf, "waiting" ) != NULL ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c154 int childwait_done; /* have timed out waiting for children */
187 static int waiting; variable
523 waiting = 0;
680 waiting = 1;
685 waiting = 0;
1513 if (waiting)
1538 if (waiting)
1552 if (waiting)
1579 if (waiting)
1599 if (waiting)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c264 info("device disappeared while waiting for '%s'", filepath);
270 info("waiting for '%s' failed", filepath);
H A Dudevd.c451 static int compare_devpath(const char *running, const char *waiting) argument
457 if (running[i] == '\0' && waiting[i] == '\0')
461 if (running[i] == '\0' && waiting[i] == '/')
465 if (running[i] == '/' && waiting[i] == '\0')
469 if (running[i] != waiting[i])
818 /* there may be events waiting with the same devpath */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddev.c112 req->waiting = 1;
187 req->waiting = 1;
194 if (req->waiting)
208 * was closed. The requester thread is woken up (if still waiting),
346 if (!req->waiting) {
347 req->waiting = 1;
423 * requester thread is currently waiting for it to be unlocked, so
936 * called after waiting for the request to be unlocked (if it was
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_cmd.h271 struct completion *waiting; member in struct:_CommandList_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dsleep.S145 20: b 20b @ loop waiting for sleep

Completed in 306 milliseconds

12