Searched refs:hibernate (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A D60_wpa_supplicant11 suspend|hibernate)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h179 kmp_uint32 hibernate; local
290 hibernate = 0;
292 hibernate = this_thr->th.th_team_bt_intervals;
294 hibernate = this_thr->th.th_team_bt_intervals;
301 if (hibernate != 0)
302 hibernate++;
305 hibernate += TCR_4(__kmp_global.g.g_time.dt.t_value);
306 KF_TRACE(20, ("__kmp_wait_sleep: T#%d now=%d, hibernate=%d, intervals=%d\n",
307 th_gtid, __kmp_global.g.g_time.dt.t_value, hibernate,
308 hibernate
[all...]
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c42 volatile int hibernate; member in struct:queue_pair_list
157 atomic_store_int(&qp_list->hibernate, 0);
359 atomic_store_int(&qp_guest_endpoints.hibernate, 0);
595 if ((atomic_load_int(&qp_guest_endpoints.hibernate) == 1) &&
598 * While guest OS is in hibernate state, creating non-local

Completed in 77 milliseconds