Searched defs:sleep (Results 51 - 57 of 57) sorted by relevance

123

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4146 * callbacks may not sleep or acquire adaptive mutex locks.
10870 * case we have to sleep to keep from getting buried while holding
10941 int sleep; local
11072 sleep = ((sfmmup == KHATID) ? KM_NOSLEEP : KM_SLEEP);
11074 if ((hmeblkp = kmem_cache_alloc(sfmmu_cache, sleep)) == NULL) {
12798 * may sleep waiting for memory if sufficient memory is not
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c888 // wait one second to give the client a chance to go to sleep, and then start our ARP/NDP probing.
891 // If we don't wait for the client to go to sleep, then when the client sees our ARP Announcements there's a risk
1020 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
1024 // to sleep, then it is okay to start in Pending state as we will go back to NoTarget state if we don't have a target.
1507 // If this is a non-sleep proxy keepalive record, fetch the MAC address of the remote host.
1531 // Adding a record may affect whether or not we should sleep
2043 // DiscardDeregistrations is used on shutdown and sleep to discard (forcibly and immediately)
2214 // Right now we only send Neighbor Solicitations to verify whether the host we're proxying for has gone to sleep yet.
2330 // If there are no sleep proxie
6531 mDNSCoreMachineSleep(mDNS *const m, mDNSBool sleep) argument
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1442 uint32_t sleep; member in struct:iwn_general_stats
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2446 uint32_t sleep[5]; member in struct:iwh_powertable_cmd
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h3093 uint32_t sleep[5]; member in struct:iwk_powertable_cmd
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h2443 uint32_t sleep[5]; member in struct:iwp_powertable_cmd
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h8928 u8_t sleep /* Measure including a thread sleep */; member in struct:t_measure_pci_latency_ctrl
8936 u8_t sleep /* Measure including a thread sleep */; member in struct:t_measure_pci_latency_ctrl

Completed in 306 milliseconds

123