Home
last modified time | relevance | path

Searched refs:sleep_flag (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1065 int sleep_flag, log_error; in plat_send_ecc_mailbox_msg() local
1094 sleep_flag = KM_NOSLEEP; in plat_send_ecc_mailbox_msg()
1100 sleep_flag = KM_NOSLEEP; in plat_send_ecc_mailbox_msg()
1106 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1112 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1119 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1125 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1133 sleep_flag); in plat_send_ecc_mailbox_msg()
1147 msgp->ecc_req.msg_buf = (caddr_t)kmem_zalloc(msg_size, sleep_flag); in plat_send_ecc_mailbox_msg()
1191 sleep_flag); in plat_send_ecc_mailbox_msg()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1053 int sleep_flag, log_error; in plat_send_ecc_mailbox_msg() local
1081 sleep_flag = KM_NOSLEEP; in plat_send_ecc_mailbox_msg()
1087 sleep_flag = KM_NOSLEEP; in plat_send_ecc_mailbox_msg()
1093 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1099 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1106 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1112 sleep_flag = KM_SLEEP; in plat_send_ecc_mailbox_msg()
1120 sleep_flag); in plat_send_ecc_mailbox_msg()
1134 msgp->ecc_req.msg_buf = (caddr_t)kmem_zalloc(msg_size, sleep_flag); in plat_send_ecc_mailbox_msg()
1177 sleep_flag); in plat_send_ecc_mailbox_msg()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c65 size_t *length, boolean_t sleep_flag);
1353 boolean_t sleep_flag; in ibmf_saa_impl_send_request() local
1418 sleep_flag = B_TRUE; in ibmf_saa_impl_send_request()
1422 sleep_flag = B_FALSE; in ibmf_saa_impl_send_request()
1498 (sleep_flag == B_TRUE)) { in ibmf_saa_impl_send_request()
1517 (sleep_flag == B_TRUE)) { in ibmf_saa_impl_send_request()
1602 } else if (sleep_flag == B_TRUE) { in ibmf_saa_impl_send_request()
1620 &trans_info->si_trans_length, sleep_flag); in ibmf_saa_impl_send_request()
1699 if (sleep_flag == B_TRUE) { in ibmf_saa_impl_init_msg()
3208 size_t *length, boolean_t sleep_flag) in ibmf_saa_impl_prepare_response() argument
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h256 int sleep_flag; member
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c1869 int sleep_flag) in ddi_log_sysevent() argument
1881 if (sleep_flag == DDI_SLEEP && servicing_interrupt()) { in ddi_log_sysevent()
1894 (sleep_flag == DDI_SLEEP) ? KM_SLEEP : KM_NOSLEEP); in ddi_log_sysevent()
1903 se_flag = (sleep_flag == DDI_SLEEP) ? SE_SLEEP : SE_NOSLEEP; in ddi_log_sysevent()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c989 ud_bump_ext_count(struct ud_inode *ip, int32_t sleep_flag) in ud_bump_ext_count() argument
996 ASSERT(sleep_flag == KM_SLEEP); in ud_bump_ext_count()
1005 ip->i_ext_count, sleep_flag); in ud_bump_ext_count()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c432 int sleep_flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP); in ibcm_handle_get_path() local
443 path_tq = kmem_alloc(len, sleep_flag); in ibcm_handle_get_path()
4120 int sleep_flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP); in ibcm_get_ip_path() local
4130 path_tq = kmem_zalloc(len, sleep_flag); in ibcm_get_ip_path()
4169 sleep_flag = ((func == NULL) ? TQ_SLEEP : TQ_NOSLEEP); in ibcm_get_ip_path()
4171 sleep_flag); in ibcm_get_ip_path()
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c556 ctrl->sleep_flag = CV_WAKEUP; in oplmsu_open()
630 ctrl->sleep_flag = CV_SLEEP; in oplmsu_close()
641 while (ctrl->sleep_flag != CV_WAKEUP) { in oplmsu_close()
H A Doplmsu_cmn_func.c1026 if (ctrl->sleep_flag == CV_SLEEP) { in oplmsu_cmn_wakeup()
1027 ctrl->sleep_flag = CV_WAKEUP; in oplmsu_cmn_wakeup()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h2177 int sleep_flag);