| /Linux-v5.15/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 | 65 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.15/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-v5.15/Documentation/accounting/ |
| D | cgroupstats.rst | 29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
| /Linux-v5.15/drivers/media/dvb-frontends/ |
| D | rtl2830_priv.h | 25 bool sleeping; member
|
| D | rtl2830.c | 129 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()
|
| D | rtl2832.c | 361 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() 1057 dev->sleeping = true; in rtl2832_probe()
|
| D | rtl2832_priv.h | 31 bool sleeping; member
|
| /Linux-v5.15/kernel/ |
| D | workqueue_internal.h | 48 int sleeping; /* None */ member
|
| /Linux-v5.15/Documentation/scheduler/ |
| D | sched-arch.rst | 63 sleeping idle functions. 73 sh64 - Is sleeping racy vs interrupts? (See #4a)
|
| /Linux-v5.15/Documentation/locking/ |
| D | mutex-design.rst | 15 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,
|
| D | locktypes.rst | 34 versions of these primitives. In short, don't acquire sleeping locks from 46 On PREEMPT_RT kernels, these lock types are converted to sleeping locks: 518 - Lock types of the same lock category (sleeping, CPU local, spinning) 524 - CPU local and spinning lock types can nest inside sleeping lock types. 531 rwlock_t from spinning to sleeping and substitutes local_lock with a
|
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | Kconfig.profile | 78 Before sleeping waiting for a request (GPU operation) to complete, 95 By stopping submission and sleeping for a short time before resetting
|
| /Linux-v5.15/drivers/net/ethernet/apple/ |
| D | bmac.c | 79 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.15/Documentation/usb/ |
| D | dwc3.rst | 39 sleeping is handed over to the Thread. The event is saved in an
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/ |
| D | sge.c | 2256 unsigned int sleeping) in check_ring_db() argument 2258 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db() 2269 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db() 2331 unsigned int sleeping = 0; in process_responses() local 2410 sleeping |= flags & RSPD_GTS_MASK; in process_responses() 2452 if (sleeping) in process_responses() 2453 check_ring_db(adap, qs, sleeping); in process_responses() 2533 unsigned int sleeping = 0; in process_pure_responses() local 2547 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses() 2561 if (sleeping) in process_pure_responses() [all …]
|
| /Linux-v5.15/Documentation/virt/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. 153 from VCPUs running in guest mode. That is, sleeping VCPUs do not need 162 If, for example, the VCPU is sleeping, so no IPI is necessary, then
|
| /Linux-v5.15/Documentation/userspace-api/media/ |
| D | gen-errors.rst | 24 device is sleeping and ioctl is performed to query statistics. It
|
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | sta.h | 413 bool sleeping; member
|
| /Linux-v5.15/arch/arm/mach-pxa/ |
| D | sleep.S | 65 @ Intel PXA270 Specification Update notes problems sleeping
|
| /Linux-v5.15/Documentation/livepatch/ |
| D | livepatch.rst | 97 1. The first and most effective approach is stack checking of sleeping 108 a) Patching I/O-bound user tasks which are sleeping on an affected 163 are sleeping in (/proc/<pid>/stack may help here). Removal (rmmod) of patch 165 guaranteed there is no task sleeping in such module. It implies unbounded
|
| /Linux-v5.15/arch/arm64/boot/dts/qcom/ |
| D | msm8916-longcheer-l8150.dts | 180 syna,nosleep-mode = <1>; // Allow sleeping
|
| /Linux-v5.15/Documentation/ia64/ |
| D | mca.rst | 176 sleeping. To get a backtrace, just start with thread.ksp for the 177 original task and unwind like any other sleeping task.
|
| /Linux-v5.15/drivers/scsi/ |
| D | mesh.c | 113 sleeping enumerator 1775 if (ms->phase == sleeping) in mesh_suspend() 1785 ms->phase = sleeping; in mesh_suspend() 1798 if (ms->phase != sleeping) in mesh_resume()
|
| /Linux-v5.15/drivers/net/wireless/ath/carl9170/ |
| D | carl9170.h | 489 bool sleeping; member
|