/openbmc/linux/drivers/macintosh/ |
H A D | via-pmu-backlight.c | 20 static int sleeping, uses_pmu_bl; variable 101 if (!sleeping) in pmu_backlight_update_status() 119 sleeping = sleep; in pmu_backlight_set_sleep()
|
H A 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()
|
/openbmc/linux/Documentation/accounting/ |
H A 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
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | rtl2830_priv.h | 25 bool sleeping; member
|
H A 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() 820 dev->sleeping = true; in rtl2830_probe()
|
H A 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() 1056 dev->sleeping = true; in rtl2832_probe()
|
H A D | rtl2832_priv.h | 31 bool sleeping; member
|
/openbmc/linux/kernel/ |
H A D | workqueue_internal.h | 37 int sleeping; /* S: is worker sleeping? */ member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/ |
H A D | usleep_1.2.bb | 1 SUMMARY = "A user tool to support sleeping some number of microseconds"
|
/openbmc/linux/Documentation/locking/ |
H A 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,
|
H A 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: 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
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | syna,rmi4.yaml | 69 If set the device will run at full power without sleeping. nosleep 71 nosleep (allow sleeping), and 2 will enable nosleep (disabling
|
/openbmc/linux/Documentation/usb/ |
H A D | dwc3.rst | 39 sleeping is handed over to the Thread. The event is saved in an
|
/openbmc/qemu/docs/spin/ |
H A D | aio_notify_bug.promela | 117 * If event stayed always false, the waiters would be sleeping
|
H A D | aio_notify_accept.promela | 129 * If event stayed always false, the waiters would be sleeping
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Kconfig.profile | 96 Before sleeping waiting for a request (GPU operation) to complete, 113 By stopping submission and sleeping for a short time before resetting
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | bmac.c | 78 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()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 2253 unsigned int sleeping) in check_ring_db() argument 2255 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db() 2266 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db() 2328 unsigned int sleeping = 0; in process_responses() local 2407 sleeping |= flags & RSPD_GTS_MASK; in process_responses() 2449 if (sleeping) in process_responses() 2450 check_ring_db(adap, qs, sleeping); in process_responses() 2530 unsigned int sleeping = 0; in process_pure_responses() local 2544 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses() 2558 if (sleeping) in process_pure_responses() [all …]
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | vcpu-requests.rst | 56 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
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci.h | 392 int sleeping; member
|
H A D | ohci-hcd.c | 688 !ohci->ed_rm_list[1] && !ohci->sleeping) { in ep_link() 706 !ohci->ed_rm_list[1] && !ohci->sleeping) { in ep_link() 992 if (!ohci->sleeping) { in td_submit_job() 1019 if (!ohci->sleeping) { in td_submit_job() 2033 gohci.sleeping = 0; in usb_lowlevel_init()
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | gen-errors.rst | 24 device is sleeping and ioctl is performed to query statistics. It
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-arch.rst | 63 sleeping idle functions.
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | Kconfig | 121 mode, avoiding any kind of sleeping behaviour for selected 161 mode, avoiding any kind of sleeping behaviour for selected
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | sleep.S | 66 @ Intel PXA270 Specification Update notes problems sleeping
|