Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/macintosh/
A Dvia-pmu-backlight.c20 static int sleeping, uses_pmu_bl; variable
101 if (!sleeping) in pmu_backlight_update_status()
119 sleeping = sleep; in pmu_backlight_set_sleep()
A 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-6.3-rc2/Documentation/devicetree/bindings/input/rmi4/
A 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-6.3-rc2/Documentation/accounting/
A Dcgroupstats.rst29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Drtl2830_priv.h25 bool sleeping; member
A 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()
820 dev->sleeping = true; in rtl2830_probe()
A 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()
A Drtl2832_priv.h31 bool sleeping; member
/linux-6.3-rc2/kernel/
A Dworkqueue_internal.h48 int sleeping; /* None */ member
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-arch.rst63 sleeping idle functions.
73 sh64 - Is sleeping racy vs interrupts? (See #4a)
/linux-6.3-rc2/Documentation/locking/
A 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,
A Dlocktypes.rst34 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:
512 - Lock types of the same lock category (sleeping, CPU local, spinning)
518 - CPU local and spinning lock types can nest inside sleeping lock types.
525 rwlock_t from spinning to sleeping and substitutes local_lock with a
/linux-6.3-rc2/drivers/net/ethernet/apple/
A Dbmac.c78 int sleeping; member
470 bp->sleeping = 1; in bmac_suspend()
971 if (bp->sleeping) in bmac_set_multicast()
1204 bp->sleeping = 0; in bmac_reset_and_enable()
1394 bp->sleeping = 1; in bmac_close()
1441 if (bp->sleeping) in bmac_start()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A DKconfig.profile96 Before sleeping waiting for a request (GPU operation) to complete,
113 By stopping submission and sleeping for a short time before resetting
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c2259 unsigned int sleeping) in check_ring_db() argument
2261 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db()
2272 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db()
2334 unsigned int sleeping = 0; in process_responses() local
2413 sleeping |= flags & RSPD_GTS_MASK; in process_responses()
2455 if (sleeping) in process_responses()
2456 check_ring_db(adap, qs, sleeping); in process_responses()
2536 unsigned int sleeping = 0; in process_pure_responses() local
2550 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses()
2564 if (sleeping) in process_pure_responses()
[all …]
/linux-6.3-rc2/Documentation/usb/
A Ddwc3.rst39 sleeping is handed over to the Thread. The event is saved in an
/linux-6.3-rc2/Documentation/virt/kvm/
A Dvcpu-requests.rst56 2) Waking a sleeping VCPU. Sleeping VCPUs are VCPU threads outside guest
61 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-6.3-rc2/Documentation/userspace-api/media/
A Dgen-errors.rst24 device is sleeping and ioctl is performed to query statistics. It
/linux-6.3-rc2/drivers/firmware/arm_scmi/
A DKconfig121 mode, avoiding any kind of sleeping behaviour for selected
161 mode, avoiding any kind of sleeping behaviour for selected
/linux-6.3-rc2/arch/arm/mach-pxa/
A Dsleep.S66 @ Intel PXA270 Specification Update notes problems sleeping
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dsta.h414 bool sleeping; member
/linux-6.3-rc2/Documentation/devicetree/bindings/firmware/
A Dqcom,scm.yaml82 protocol to handle sleeping SCM calls.
/linux-6.3-rc2/Documentation/userspace-api/
A Dfutex2.rst58 - A signal was sent to the sleeping task, returning ``-ERESTARTSYS``.
/linux-6.3-rc2/Documentation/livepatch/
A Dlivepatch.rst97 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-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dmsm8916-longcheer-l8150.dts207 syna,nosleep-mode = <1>; /* Allow sleeping */

Completed in 35 milliseconds

1234