Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/macintosh/
Dvia-pmu-backlight.c21 static int sleeping, uses_pmu_bl; variable
107 if (!sleeping) in pmu_backlight_update_status()
125 sleeping = sleep; in pmu_backlight_set_sleep()
Dmediabay.c65 int sleeping; member
545 if (!media_bays[i].sleeping) in media_bay_task()
587 bay->sleeping = 0; in media_bay_attach()
622 bay->sleeping = 1; in media_bay_suspend()
660 bay->sleeping = 0; in media_bay_resume()
/Linux-v5.4/Documentation/devicetree/bindings/input/rmi4/
Drmi_f01.txt13 - syna,nosleep-mode: If set the device will run at full power without sleeping.
15 setting, 1 will disable nosleep (allow sleeping),
/Linux-v5.4/Documentation/accounting/
Dcgroupstats.rst29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/Linux-v5.4/drivers/media/dvb-frontends/
Drtl2830_priv.h25 bool sleeping; member
Drtl2830.c129 dev->sleeping = false; in rtl2830_init()
142 dev->sleeping = true; in rtl2830_sleep()
276 if (dev->sleeping) in rtl2830_get_frontend()
392 if (dev->sleeping) in rtl2830_read_status()
821 dev->sleeping = true; in rtl2830_probe()
Drtl2832.c361 dev->sleeping = false; in rtl2832_init()
377 dev->sleeping = true; in rtl2832_sleep()
532 if (dev->sleeping) in rtl2832_get_frontend()
650 if (dev->sleeping) in rtl2832_read_status()
1056 dev->sleeping = true; in rtl2832_probe()
Drtl2832_priv.h31 bool sleeping; member
/Linux-v5.4/kernel/
Dworkqueue_internal.h47 int sleeping; /* None */ member
/Linux-v5.4/Documentation/scheduler/
Dsched-arch.rst63 sleeping idle functions.
73 sh64 - Is sleeping racy vs interrupts? (See #4a)
/Linux-v5.4/Documentation/locking/
Dmutex-design.rst15 or similar theoretical text books. Mutexes are sleeping locks which
57 for sleeping lock implementation. An important feature of the customized
71 task and busy-waiting for a few cycles instead of immediately sleeping,
/Linux-v5.4/drivers/gpu/drm/i915/
DKconfig.profile19 Before sleeping waiting for a request (GPU operation) to complete,
/Linux-v5.4/drivers/net/ethernet/apple/
Dbmac.c79 int sleeping; member
471 bp->sleeping = 1; in bmac_suspend()
975 if (bp->sleeping) in bmac_set_multicast()
1208 bp->sleeping = 0; in bmac_reset_and_enable()
1395 bp->sleeping = 1; in bmac_close()
1442 if (bp->sleeping) in bmac_start()
/Linux-v5.4/Documentation/usb/
Ddwc3.rst39 sleeping is handed over to the Thread. The event is saved in an
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2251 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-v5.4/Documentation/virt/kvm/
Dvcpu-requests.rst54 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
Dhypercalls.txt86 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.h449 bool sleeping; member
Dmac80211.c2828 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() local
2848 if (mvmsta->sleeping != sleeping) { in iwl_mvm_sta_pm_notif()
2849 mvmsta->sleeping = sleeping; in iwl_mvm_sta_pm_notif()
2851 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE, in iwl_mvm_sta_pm_notif()
2853 ieee80211_sta_ps_transition(sta, sleeping); in iwl_mvm_sta_pm_notif()
2856 if (sleeping) { in iwl_mvm_sta_pm_notif()
/Linux-v5.4/Documentation/media/uapi/
Dgen-errors.rst31 device is sleeping and ioctl is performed to query statistics. It
/Linux-v5.4/arch/arm/mach-pxa/
Dsleep.S65 @ Intel PXA270 Specification Update notes problems sleeping
/Linux-v5.4/Documentation/networking/
Dnetdevices.txt100 all NAPI instances which will do a sleeping poll on the
/Linux-v5.4/Documentation/livepatch/
Dlivepatch.rst110 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
176 are sleeping in (/proc/<pid>/stack may help here). Removal (rmmod) of patch
178 guaranteed there is no task sleeping in such module. It implies unbounded
/Linux-v5.4/Documentation/ia64/
Dmca.rst176 sleeping. To get a backtrace, just start with thread.ksp for the
177 original task and unwind like any other sleeping task.
/Linux-v5.4/drivers/scsi/
Dmesh.c113 sleeping enumerator
1768 if (ms->phase == sleeping) in mesh_suspend()
1778 ms->phase = sleeping; in mesh_suspend()
1791 if (ms->phase != sleeping) in mesh_resume()

123