| /freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
| H A 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),
|
| /freebsd/usr.sbin/jail/ |
| H A D | command.c | 79 static struct cfjails sleeping = TAILQ_HEAD_INITIALIZER(sleeping); variable 234 if (!TAILQ_EMPTY(&sleeping)) { in next_proc() 237 if ((j = TAILQ_FIRST(&sleeping)) && j->timeout.tv_sec) { in next_proc() 265 j = TAILQ_FIRST(&sleeping); in next_proc() 858 requeue(j, &sleeping); in add_proc() 862 TAILQ_FOREACH(tj, &sleeping, tq) { in add_proc() 872 TAILQ_INSERT_TAIL(&sleeping, j, tq); in add_proc() 873 j->queue = &sleeping; in add_proc()
|
| /freebsd/stand/kshim/ |
| H A D | bsd_kernel.c | 345 cv->sleeping = 0; in cv_init() 367 if (cv->sleeping) in cv_timedwait() 370 cv->sleeping = 1; in cv_timedwait() 372 while (cv->sleeping) { in cv_timedwait() 393 if (cv->sleeping) { in cv_timedwait() 394 cv->sleeping = 0; in cv_timedwait() 403 cv->sleeping = 0; in cv_signal() 409 cv->sleeping = 0; in cv_broadcast()
|
| H A D | bsd_kernel.h | 330 int sleeping; member
|
| /freebsd/sys/x86/acpica/ |
| H A D | acpi_apm.c | 430 int sleeping; in apmreadfilt() local 433 sleeping = clone->acpi_sc->acpi_next_stype != POWER_STYPE_AWAKE; in apmreadfilt() 434 return (sleeping); in apmreadfilt()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts_internal.h | 111 uint64_t sleeping; /* What the actual sleep was (if sleeping) */ member
|
| H A D | tcp_hpts.c | 469 hpts->sleeping = tv->tv_usec; in tcp_hpts_sleep() 1704 hpts->sleeping = 0; in tcp_hpts_thread() 1969 &hpts->sleeping, 0, in tcp_hptsi_create()
|
| H A D | tcp_hpts_test.c | 158 KTEST_LOG(ctx, " sleeping: %lu", hpts->sleeping); in dump_hpts_entry()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8916-motorola-common.dtsi | 61 syna,nosleep-mode = <1>; /* Allow sleeping */
|
| H A D | msm8916-longcheer-l8150.dts | 245 syna,nosleep-mode = <1>; /* Allow sleeping */
|
| H A D | msm8916-huawei-g7.dts | 187 syna,nosleep-mode = <1>; /* Allow sleeping */
|
| /freebsd/contrib/ntp/scripts/ntp-wait/ |
| H A D | ntp-wait-opts.def | 61 sleeping for
|
| H A D | invoke-ntp-wait.texi | 21 sleeping for
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_socket_wait.pod | 30 If sockets are not available it supports polling by succeeding after sleeping
|
| H A D | OSSL_CMP_exec_certreq.pod | 88 The enrollment session may be blocked (with polling and sleeping in between) 128 The revocation session may be blocked (with polling and sleeping in between) 134 The message exchange may be blocked (with polling and sleeping in between)
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sta.h | 425 bool sleeping; member
|
| H A D | mac80211.c | 3350 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() local 3370 if (mvmsta->sleeping != sleeping) { in iwl_mvm_sta_pm_notif() 3371 mvmsta->sleeping = sleeping; in iwl_mvm_sta_pm_notif() 3373 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE, in iwl_mvm_sta_pm_notif() 3375 ieee80211_sta_ps_transition(sta, sleeping); in iwl_mvm_sta_pm_notif() 3378 if (sleeping) { in iwl_mvm_sta_pm_notif()
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | channel.h | 125 unsigned int sleeping; member
|
| H A D | sound.c | 164 if (ch->inprog == 0 && ch->sleeping == 0 && in pcm_killchans()
|
| H A D | channel.c | 341 c->sleeping++; in chn_sleep() 343 c->sleeping--; in chn_sleep()
|
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 2799 unsigned int sleeping) in check_ring_db() argument 2825 unsigned int sleeping = 0; in process_responses() local 2908 sleeping |= flags & RSPD_GTS_MASK; in process_responses() 2976 if (sleeping) in process_responses() 2977 check_ring_db(adap, qs, sleeping); in process_responses()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi.c | 3422 int ret, sleeping; in acpi_AckSleepState() local 3447 sleeping = TRUE; in acpi_AckSleepState() 3452 sleeping = FALSE; in acpi_AckSleepState() 3458 if (sleeping) in acpi_AckSleepState() 3462 if (sleeping) { in acpi_AckSleepState()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 521 bool sleeping; member 972 (bus->sleeping ? "SLEEP" : "WAKE")); in brcmf_sdio_bus_sleep() 977 if (sleep == bus->sleeping) in brcmf_sdio_bus_sleep() 1011 bus->sleeping = sleep; in brcmf_sdio_bus_sleep()
|
| /freebsd/sys/net80211/ |
| H A D | DATAPATH_TRANSMIT.md | 143 upper layers that may have locks held, so sleeping is not an option.
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 2052 ieee80211_sta_ps_transition(struct ieee80211_sta *sta, bool sleeping) in ieee80211_sta_ps_transition() argument
|