/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_spectral.c | 315 HAL_BOOL asleep = ahp->ah_chip_full_sleep; in ar9300_configure_spectral_scan() local 318 if ((AR_SREV_WASP(ah) || AR_SREV_SCORPION(ah)) && asleep) { in ar9300_configure_spectral_scan() 398 if ((AR_SREV_WASP(ah) || AR_SREV_SCORPION(ah)) && asleep) { in ar9300_configure_spectral_scan() 416 HAL_BOOL asleep = ahp->ah_chip_full_sleep; in ar9300_get_spectral_params() local 425 if ((AR_SREV_WASP(ah) || AR_SREV_SCORPION(ah)) && asleep) { in ar9300_get_spectral_params() 468 if ((AR_SREV_WASP(ah) || AR_SREV_SCORPION(ah)) && asleep) { in ar9300_get_spectral_params() 495 HAL_BOOL asleep = ahp->ah_chip_full_sleep; in ar9300_start_spectral_scan() local 497 if ((AR_SREV_WASP(ah) || AR_SREV_SCORPION(ah)) && asleep) { in ar9300_start_spectral_scan() 522 if ((AR_SREV_WASP(ah) || AR_SREV_SCORPION(ah)) && asleep) { in ar9300_start_spectral_scan() 531 HAL_BOOL asleep = ahp->ah_chip_full_sleep; in ar9300_stop_spectral_scan() local [all …]
|
/freebsd/share/man/man9/ |
H A D | scheduler.9 | 234 If the process has been asleep for at least one run of 242 function is used to adjust the priority of a process that has been asleep. 245 event that the process was asleep.
|
H A D | ieee80211_proto.9 | 127 Asleep to save power (in station mode).
|
H A D | sleepqueue.9 | 341 even if the thread is asleep on a different wait channel.
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.h | 187 * When a station is asleep, the fw will set it as "asleep". All frames on 201 * station is asleep. This is done by %iwl_mvm_sta_modify_sleep_tx_count. 204 * needs to let the fw know that this station isn't asleep any more. This is 399 * even when that station is asleep. This is useful in case the queue
|
/freebsd/sys/kern/ |
H A D | subr_sleepqueue.c | 48 * callout that resumes a thread if it is asleep. A thread may also 49 * catch signals while it is asleep (aka an interruptible sleep). The 541 * Switches to another thread if we are still asleep on a sleep queue. 1027 * removed from the sleep queue and made runnable if it is still asleep. 1049 * See if the thread is asleep and get the wait in sleepq_timeout() 1084 * that the thread is asleep on that channel, if it is not, then in sleepq_remove() 1101 /* Thread is asleep on sleep queue sq, so wake it up. */ in sleepq_remove() 1153 /* Thread is asleep on sleep queue sq, so wake it up. */ in sleepq_abort()
|
H A D | kern_kthread.c | 429 * Resume a thread previously put asleep with kthread_suspend().
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | qcom,mpm.yaml | 16 monitors the interrupts when the system is asleep, wakes up the APSS when
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | sta.h | 227 * asleep. Used to synchronise PS-poll and u-APSD responses while ucode 307 * asleep. Used to synchronise PS-poll and u-APSD responses while ucode
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | pci.h | 139 * considered asleep it drains less power and driver is forbidden from
|
H A D | wmi-tlv.h | 2349 * @WMI_TLV_TX_PAUSE_ID_AP_PEER_PS: peer in AP mode is asleep. 2355 * @WMI_TLV_TX_PAUSE_ID_AP_PS: When all peers are asleep in AP mode. Only 2357 * @WMI_TLV_TX_PAUSE_ID_IBSS_PS: When all peers are asleep in IBSS mode. Only
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | chrono.cpp | 161 // also counts cycles when the system is asleep. Thus, it is the only
|
/freebsd/tools/sched/ |
H A D | schedgraph.d | 50 inline int TDI_SLEEPING = 0x0002; /* Actually asleep! (tricky). */
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | qcom,rpm-proc.yaml | 112 when the system is asleep.
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 148 is asleep. It then optionally resets the terminal (because the modes aren't
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnfsiod.c | 146 * If there are some asleep nfsiods that should in sysctl_iodmax()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416reg.h | 176 #define AR_SLP_CNT 0x8250 /* 32kHz cycles with mac asleep */ 333 #define AR_INTR_MAC_ASLEEP 0x00040000 /* mac is asleep */
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212reg.h | 44 #define AR_SPC_1 0x0060 /* MAC sleep performance (asleep cycles) */ 728 #define AR_PCICFG_SL_INTEN 0x00000800 /* enable interrupt line assertion when asleep */ 730 #define AR_PCICFG_SL_INPEN 0x00002000 /* Force asleep when an interrupt is pending */
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3_reg.h | 136 #define GICR_WAKER_CA (1 << 2) /* Children asleep */
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zthr.c | 339 * [1] The common case of the thread being asleep, at which in zthr_wakeup()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211reg.h | 656 #define AR_PCICFG_SL_INTEN 0x00000800 /* enable interrupt line assertion when asleep */ 658 #define AR_PCICFG_SL_INPEN 0x00002000 /* Force asleep when an interrupt is pending */
|
/freebsd/share/doc/papers/sysperf/ |
H A D | 4.t | 698 yet they lay asleep in the process table consuming
|
/freebsd/usr.sbin/inetd/ |
H A D | builtins.c | 691 * some seventy years Bell Labs was asleep.
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 1464 /* BAR TX whilst asleep; queue */ in ath_tx_should_swq_frame() 1477 "%s: %6D: Node is asleep; sending mgmt " in ath_tx_should_swq_frame() 2097 * Until things are better debugged - if this node is asleep in ath_tx_start() 2101 * the node (last) disappeared whilst asleep, the driver should in ath_tx_start() 6257 * Check if a node is asleep or not. 6300 "%s: %6D: node was already asleep!\n",
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_iwcm.c | 886 * thread asleep on the destroy_comp list vs. an object destroyed
|