/Linux-v4.19/drivers/macintosh/ |
D | via-pmu-backlight.c | 21 static int sleeping, uses_pmu_bl; variable 107 if (!sleeping) in pmu_backlight_update_status() 125 sleeping = sleep; in pmu_backlight_set_sleep()
|
D | mediabay.c | 69 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-v4.19/Documentation/accounting/ |
D | cgroupstats.txt | 25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
/Linux-v4.19/Documentation/devicetree/bindings/input/rmi4/ |
D | rmi_f01.txt | 13 - syna,nosleep-mode: If set the device will run at full power without sleeping. 15 setting, 1 will disable nosleep (allow sleeping),
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | rtl2830_priv.h | 35 bool sleeping; member
|
D | rtl2830.c | 139 dev->sleeping = false; in rtl2830_init() 152 dev->sleeping = true; in rtl2830_sleep() 286 if (dev->sleeping) in rtl2830_get_frontend() 402 if (dev->sleeping) in rtl2830_read_status() 831 dev->sleeping = true; in rtl2830_probe()
|
D | rtl2832.c | 374 dev->sleeping = false; in rtl2832_init() 390 dev->sleeping = true; in rtl2832_sleep() 545 if (dev->sleeping) in rtl2832_get_frontend() 663 if (dev->sleeping) in rtl2832_read_status() 1069 dev->sleeping = true; in rtl2832_probe()
|
D | rtl2832_priv.h | 44 bool sleeping; member
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-arch.txt | 60 sleeping idle functions. 70 sh64 - Is sleeping racy vs interrupts? (See #4a)
|
/Linux-v4.19/Documentation/locking/ |
D | mutex-design.txt | 12 or similar theoretical text books. Mutexes are sleeping locks which 54 for sleeping lock implementation. An important feature of the customized 68 task and busy-waiting for a few cycles instead of immediately sleeping,
|
/Linux-v4.19/Documentation/usb/ |
D | dwc3.txt | 32 sleeping is handed over to the Thread. The event is saved in an
|
/Linux-v4.19/drivers/net/ethernet/apple/ |
D | bmac.c | 78 int sleeping; member 470 bp->sleeping = 1; in bmac_suspend() 974 if (bp->sleeping) in bmac_set_multicast() 1207 bp->sleeping = 0; in bmac_reset_and_enable() 1394 bp->sleeping = 1; in bmac_close() 1441 if (bp->sleeping) in bmac_start()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2251 unsigned int sleeping) in check_ring_db() argument 2253 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db() 2264 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db() 2326 unsigned int sleeping = 0; in process_responses() local 2408 sleeping |= flags & RSPD_GTS_MASK; in process_responses() 2450 if (sleeping) in process_responses() 2451 check_ring_db(adap, qs, sleeping); in process_responses() 2531 unsigned int sleeping = 0; in process_pure_responses() local 2545 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses() 2559 if (sleeping) in process_pure_responses() [all …]
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | vcpu-requests.rst | 54 2) Waking a sleeping VCPU. Sleeping VCPUs are VCPU threads outside guest 59 sleeping, then there is nothing to do. 151 from VCPUs running in guest mode. That is, sleeping VCPUs do not need 160 If, for example, the VCPU is sleeping, so no IPI is necessary, then
|
D | hypercalls.txt | 86 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
|
/Linux-v4.19/Documentation/media/uapi/ |
D | gen-errors.rst | 24 device is sleeping and ioctl is performed to query statistics. It
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.h | 442 bool sleeping; member
|
D | mac80211.c | 2676 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() local 2696 if (mvmsta->sleeping != sleeping) { in iwl_mvm_sta_pm_notif() 2697 mvmsta->sleeping = sleeping; in iwl_mvm_sta_pm_notif() 2699 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE, in iwl_mvm_sta_pm_notif() 2701 ieee80211_sta_ps_transition(sta, sleeping); in iwl_mvm_sta_pm_notif() 2704 if (sleeping) { in iwl_mvm_sta_pm_notif()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | sleep.S | 65 @ Intel PXA270 Specification Update notes problems sleeping
|
/Linux-v4.19/Documentation/networking/ |
D | netdevices.txt | 100 all NAPI instances which will do a sleeping poll on the
|
/Linux-v4.19/Documentation/livepatch/ |
D | livepatch.txt | 110 1. The first and most effective approach is stack checking of sleeping 121 a) Patching I/O-bound user tasks which are sleeping on an affected 177 are sleeping in (/proc/<pid>/stack may help here). Removal (rmmod) of patch 179 guaranteed there is no task sleeping in such module. It implies unbounded
|
/Linux-v4.19/Documentation/ia64/ |
D | mca.txt | 172 sleeping. To get a backtrace, just start with thread.ksp for the 173 original task and unwind like any other sleeping task.
|
/Linux-v4.19/drivers/scsi/ |
D | mesh.c | 112 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-v4.19/drivers/net/wireless/ath/carl9170/ |
D | carl9170.h | 486 bool sleeping; member
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1591 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer() 1594 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer() 1595 if (an->sleeping) in ath9k_p2p_ps_timer()
|