Searched refs:o_wait (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c64 unsigned o_wait; member in struct:globals
112 #define o_wait (G.o_wait ) macro
240 arm(o_wait);
308 arm(o_wait); /* might as well timeout this, too */
329 arm(o_wait); /* wrap this in a timer, too; 0 = forever */
423 if (o_wait)
424 sleep(o_wait); // can be interrupted! while (t) nanosleep(&t)?
431 o_wait = 5; /* enough that we'll notice?? */
437 o_wait
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_vbi.c132 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; local
163 WRITE_RPS1(CMD_PAUSE | CMD_OAN | CMD_SIG1 | o_wait);
175 WRITE_RPS1(CMD_PAUSE | o_wait);
H A Dsaa7146_hlp.c919 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; local
922 WRITE_RPS0(CMD_PAUSE | CMD_OAN | CMD_SIG0 | o_wait);
947 WRITE_RPS0(CMD_PAUSE | o_wait);
951 WRITE_RPS0(CMD_PAUSE | o_wait);

Completed in 65 milliseconds