Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H 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),
/freebsd/usr.sbin/jail/
H A Dcommand.c79 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()
834 requeue(j, &sleeping); in add_proc()
838 TAILQ_FOREACH(tj, &sleeping, tq) { in add_proc()
848 TAILQ_INSERT_TAIL(&sleeping, j, tq); in add_proc()
849 j->queue = &sleeping; in add_proc()
/freebsd/stand/kshim/
H A Dbsd_kernel.c347 cv->sleeping = 0; in cv_init()
369 if (cv->sleeping) in cv_timedwait()
372 cv->sleeping = 1; in cv_timedwait()
374 while (cv->sleeping) { in cv_timedwait()
395 if (cv->sleeping) { in cv_timedwait()
396 cv->sleeping = 0; in cv_timedwait()
405 cv->sleeping = 0; in cv_signal()
411 cv->sleeping = 0; in cv_broadcast()
H A Dbsd_kernel.h329 int sleeping; member
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c432 int sleeping; in apmreadfilt() local
436 sleeping = clone->acpi_sc->acpi_next_sstate ? 1 : 0; in apmreadfilt()
438 return (sleeping); in apmreadfilt()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dsyna,rmi4.yaml69 If set the device will run at full power without sleeping. nosleep
71 nosleep (allow sleeping), and 2 will enable nosleep (disabling
/freebsd/sys/netinet/
H A Dtcp_hpts.c182 uint64_t sleeping; /* What the actual sleep was (if sleeping) */ member
1600 hpts->sleeping = tv.tv_usec; in __tcp_run_hpts()
1683 hpts->sleeping = 0; in tcp_hpts_thread()
1763 hpts->sleeping = tv.tv_usec; in tcp_hpts_thread()
1941 &hpts->sleeping, 0, in tcp_hpts_mod_load()
2000 hpts->sleeping = tv.tv_usec; in tcp_hpts_mod_load()
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts.def61 sleeping for
H A Dinvoke-ntp-wait.texi21 sleeping for
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod30 If sockets are not available it supports polling by succeeding after sleeping
H A DOSSL_CMP_exec_certreq.pod74 The enrollment session may be blocked by sleeping until the addressed
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dqcom,scm.yaml93 protocol to handle sleeping SCM calls.
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h434 bool sleeping; member
H A Dmac80211.c3263 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() local
3283 if (mvmsta->sleeping != sleeping) { in iwl_mvm_sta_pm_notif()
3284 mvmsta->sleeping = sleeping; in iwl_mvm_sta_pm_notif()
3286 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE, in iwl_mvm_sta_pm_notif()
3288 ieee80211_sta_ps_transition(sta, sleeping); in iwl_mvm_sta_pm_notif()
3291 if (sleeping) { in iwl_mvm_sta_pm_notif()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-longcheer-l8150.dts245 syna,nosleep-mode = <1>; /* Allow sleeping */
H A Dmsm8916-huawei-g7.dts187 syna,nosleep-mode = <1>; /* Allow sleeping */
/freebsd/sys/dev/acpica/
H A Dacpi.c3230 int ret, sleeping; in acpi_AckSleepState() local
3256 sleeping = TRUE; in acpi_AckSleepState()
3261 sleeping = FALSE; in acpi_AckSleepState()
3267 if (sleeping) in acpi_AckSleepState()
3271 if (sleeping) { in acpi_AckSleepState()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c2805 unsigned int sleeping) in check_ring_db() argument
2831 unsigned int sleeping = 0; in process_responses() local
2914 sleeping |= flags & RSPD_GTS_MASK; in process_responses()
2982 if (sleeping) in process_responses()
2983 check_ring_db(adap, qs, sleeping); in process_responses()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h2175 ieee80211_sta_ps_transition(struct ieee80211_sta *sta, bool sleeping) in ieee80211_sta_ps_transition() argument
/freebsd/contrib/libpcap/
H A DCHANGES372 Have pcap_breakloop() forcibly break out of a sleeping
428 Have pcap_breakloop() forcibly break out of a sleeping
/freebsd/share/dict/
H A Dweb2a36850 never-sleeping
55450 sleeping bag
55451 sleeping car
55453 sleeping disease
55454 sleeping draught
55456 sleeping porch
55457 sleeping rent
55459 sleeping suit
55460 sleeping table
56784 soft-sleeping
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog503 o test: replace sleeping with syncing pair in main/fork (16d220c Azat Khuzhin)
/freebsd/contrib/libevent/
H A DChangeLog503 o test: replace sleeping with syncing pair in main/fork (16d220c Azat Khuzhin)
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt15264 Removed extra "clear all GPEs" when sleeping/waking.
15738 When sleeping, clear the wake status only if SleepState is not S5.
18447 sleeping states (e.g. S1, S3), although the lack of a centralized
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES4968 Increase sleeping time exponentially after too many "bad" commands
7230 rejecting all commands), start sleeping after MAXBADCOMMAND

12