Home
last modified time | relevance | path

Searched refs:sleeping (Results 1 – 57 of 57) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/msm/
Dmsm_fb.c70 int sleeping; member
109 if (msmfb->sleeping == UPDATING && in msmfb_handle_dma_interrupt()
140 if (msmfb->sleeping == SLEEPING) { in msmfb_start_dma()
200 int sleeping; in msmfb_pan_update() local
210 if (msmfb->sleeping == SLEEPING) { in msmfb_pan_update()
215 msmfb->sleeping != SLEEPING, HZ/10); in msmfb_pan_update()
219 sleeping = msmfb->sleeping; in msmfb_pan_update()
222 sleeping == UPDATING) { in msmfb_pan_update()
227 msmfb->sleeping != UPDATING, 5 * HZ); in msmfb_pan_update()
229 msmfb->sleeping == UPDATING)) { in msmfb_pan_update()
[all …]
/linux-4.1.27/drivers/macintosh/
Dvia-pmu-backlight.c20 static int sleeping, uses_pmu_bl; variable
106 if (!sleeping) in pmu_backlight_update_status()
124 sleeping = sleep; in pmu_backlight_set_sleep()
Dmediabay.c69 int sleeping; member
549 if (!media_bays[i].sleeping) in media_bay_task()
591 bay->sleeping = 0; in media_bay_attach()
626 bay->sleeping = 1; in media_bay_suspend()
664 bay->sleeping = 0; in media_bay_resume()
/linux-4.1.27/Documentation/accounting/
Dcgroupstats.txt25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux-4.1.27/drivers/media/dvb-frontends/
Drtl2830_priv.h34 bool sleeping; member
Drtl2830.c141 dev->sleeping = false; in rtl2830_init()
154 dev->sleeping = true; in rtl2830_sleep()
290 if (dev->sleeping) in rtl2830_get_frontend()
404 if (dev->sleeping) in rtl2830_read_status()
853 dev->sleeping = true; in rtl2830_probe()
Drtl2832.c401 dev->sleeping = false; in rtl2832_init()
417 dev->sleeping = true; in rtl2832_sleep()
578 if (dev->sleeping) in rtl2832_get_frontend()
693 if (dev->sleeping) in rtl2832_read_status()
1229 dev->sleeping = true; in rtl2832_probe()
Drtl2832_priv.h46 bool sleeping; member
/linux-4.1.27/Documentation/scheduler/
Dsched-arch.txt60 sleeping idle functions.
70 sh64 - Is sleeping racy vs interrupts? (See #4a)
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt12 or similar theoretical text books. Mutexes are sleeping locks which
68 for sleeping lock implementation. An important feature of the customized
82 task and busy-waiting for a few cycles instead of immediately sleeping,
Dlglock.txt134 does not change the tasks state while sleeping [6].
Drt-mutex-design.txt39 Now there's no way of knowing how long A will be sleeping waiting for C
/linux-4.1.27/Documentation/usb/
Ddwc3.txt32 sleeping is handed over to the Thread. The event is saved in an
/linux-4.1.27/drivers/net/ethernet/apple/
Dbmac.c82 int sleeping; member
474 bp->sleeping = 1; in bmac_suspend()
980 if (bp->sleeping) in bmac_set_multicast()
1213 bp->sleeping = 0; in bmac_reset_and_enable()
1402 bp->sleeping = 1; in bmac_close()
1449 if (bp->sleeping) in bmac_start()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2186 unsigned int sleeping) in check_ring_db() argument
2188 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db()
2199 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db()
2261 unsigned int sleeping = 0; in process_responses() local
2343 sleeping |= flags & RSPD_GTS_MASK; in process_responses()
2385 if (sleeping) in process_responses()
2386 check_ring_db(adap, qs, sleeping); in process_responses()
2466 unsigned int sleeping = 0; in process_pure_responses() local
2480 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses()
2494 if (sleeping) in process_pure_responses()
[all …]
/linux-4.1.27/Documentation/virtual/kvm/
Dhypercalls.txt81 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
/linux-4.1.27/arch/arm/mach-pxa/
Dsleep.S65 @ Intel PXA270 Specification Update notes problems sleeping
/linux-4.1.27/Documentation/networking/
Dnetdevices.txt103 all NAPI instances which will do a sleeping poll on the
Drxrpc.txt296 If recvmsg is called in blocking mode, it will keep sleeping, awaiting the
300 data in the buffer rather than sleeping until it can fill the buffer.
/linux-4.1.27/Documentation/ia64/
Dmca.txt172 sleeping. To get a backtrace, just start with thread.ksp for the
173 original task and unwind like any other sleeping task.
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dchannel.c1545 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer()
1548 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer()
1549 if (an->sleeping) in ath9k_p2p_ps_timer()
Dxmit.c560 if (txok || !an->sleeping) in ath_tx_complete_aggr()
639 if (an->sleeping) in ath_tx_complete_aggr()
643 if (!an->sleeping) { in ath_tx_complete_aggr()
2387 if (!txctl->an->sleeping) in ath_tx_start()
Dath9k.h270 bool sleeping; member
Dmain.c1591 an->sleeping = true; in ath9k_sta_notify()
1597 an->sleeping = false; in ath9k_sta_notify()
/linux-4.1.27/drivers/scsi/
Dmesh.c112 sleeping enumerator
1767 if (ms->phase == sleeping) in mesh_suspend()
1777 ms->phase = sleeping; in mesh_suspend()
1790 if (ms->phase != sleeping) in mesh_resume()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dcarl9170.h486 bool sleeping; member
Dmain.c1736 sta_info->sleeping = true; in carl9170_op_sta_notify()
1742 sta_info->sleeping = false; in carl9170_op_sta_notify()
Dtx.c1297 if (unlikely(sta_info->sleeping) && in carl9170_tx_ps_drop()
/linux-4.1.27/Documentation/trace/
Duprobetracer.txt140 Lets disable the event after sleeping for some time.
Dmmiotrace.txt58 The 'cat' process should stay running (sleeping) in the background.
/linux-4.1.27/Documentation/
Dflexible-arrays.txt62 running in some sort of atomic context; in this situation, sleeping in the
DIPMI.txt465 microseconds, that kipmid will spin before sleeping for a tick. This
Dkernel-parameters.txt2939 Param: "sleep" - profile D-state sleeping (millisecs).
/linux-4.1.27/Documentation/vm/
Dbalance69 and all process contexts are sleeping. For 2.3, kswapd does not really
Dpage_migration126 to sleeping on the locked new page.
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt188 Also, using these calls for GPIOs that can't safely be accessed without sleeping
197 sleeping, which can't be done from inside IRQ handlers.
Ddriver.txt97 other GPIO irqchip residing on the other side of a sleeping bus. Of course
Dgpio-legacy.txt184 without sleeping (see below) is an error.
200 This requires sleeping, which can't be done from inside IRQ handlers.
585 cost as little as two or three instructions, never sleeping. When such an
/linux-4.1.27/Documentation/laptops/
Dsonypi.txt126 Fn-keys which put the laptop in sleeping state, or switch the
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt65 wakeup from GPIO(s) any more, depending on the sleeping state, ADxER
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c516 bool sleeping; member
1016 (bus->sleeping ? "SLEEP" : "WAKE")); in brcmf_sdio_bus_sleep()
1021 if (sleep == bus->sleeping) in brcmf_sdio_bus_sleep()
1055 bus->sleeping = sleep; in brcmf_sdio_bus_sleep()
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt140 sleeping on I/O. This means that single-threaded and 1-per-CPU-threaded
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt288 Tasks: 197 total, 1 running, 196 sleeping, 0 stopped, 0 zombie
/linux-4.1.27/drivers/gpio/
DKconfig68 before they are used, and that sleeping calls are not made from
69 non-sleeping contexts. They can make bitbanged serial protocols
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt518 be able to reserve the space without sleeping. For a 8MB checkpoint, we need a
639 really needs to be a sleeping lock - if the CIL flush takes the lock, we do not
644 main reason for choosing a sleeping lock even though nothing in either the
Dproc.txt213 State state (R is running, S is sleeping, D is sleeping
280 state state (R is running, S is sleeping, D is sleeping in an
Dpath-lookup.txt284 When we reach a point where sleeping is required, or a filesystem callout
Dext4.txt291 commit time, ext4 will try sleeping for the
Dcoda.txt301 sleeping.
1640 +o Close will notify any sleeping processes that their upcall cannot
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt378 is what makes sleeping read-side critical sections tolerable --
/linux-4.1.27/Documentation/power/
Dpci.txt204 sleeping, they should cause the system's core logic to trigger wakeup.
222 A GPE may be triggered when the system is sleeping (i.e. when it is in one of
Ddevices.txt646 refreshed using DMA while most of the system is sleeping lightly ... and
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt1803 wait_usecs - How long to wait without sleeping, usecs
1816 sleep_tries - How many times to try sleeping during a wait
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt90 11.2 Examining sleeping processes
2501 11.2. Examining sleeping processes
2510 What you want is the stack of whatever process is sleeping when it
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971246 the task state before sleeping.
/linux-4.1.27/init/
DKconfig508 permits arbitrary sleeping or blocking within RCU read-side critical
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1991 State: S (sleeping)