/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_nicmon.c | 184 static uint32_t throttle; in smbd_nicmon_needscan() local 201 if ((throttle % SMBD_NICMON_THROTTLE) == 0) { in smbd_nicmon_needscan() 206 ++throttle; in smbd_nicmon_needscan() 255 static uint32_t throttle; in smbd_nicmon_daemon() local 286 if ((throttle % SMBD_NICMON_THROTTLE) == 0) in smbd_nicmon_daemon() 289 ++throttle; in smbd_nicmon_daemon()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_node.c | 1036 uint32_t throttle; in emlxs_node_throttle_set() local 1039 throttle = (ndlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE)? in emlxs_node_throttle_set() 1047 throttle = (uint32_t)ddi_prop_get_int(DDI_DEV_T_ANY, in emlxs_node_throttle_set() 1048 (void *)hba->dip, DDI_PROP_DONTPASS, prop, throttle); in emlxs_node_throttle_set() 1055 throttle = (uint32_t)ddi_prop_get_int(DDI_DEV_T_ANY, in emlxs_node_throttle_set() 1056 (void *)hba->dip, DDI_PROP_DONTPASS, prop, throttle); in emlxs_node_throttle_set() 1059 throttle = MIN(throttle, MAX_NODE_THROTTLE); in emlxs_node_throttle_set() 1061 ndlp->io_throttle = throttle; in emlxs_node_throttle_set()
|
H A D | emlxs_sli3.c | 2796 int32_t throttle; in emlxs_sli3_issue_iocb_cmd() local 2805 throttle = 0; in emlxs_sli3_issue_iocb_cmd() 2848 throttle = hba->io_throttle - hba->io_active; in emlxs_sli3_issue_iocb_cmd() 2849 if (throttle <= 0) { in emlxs_sli3_issue_iocb_cmd() 3016 throttle = hba->io_throttle - hba->io_active; in emlxs_sli3_issue_iocb_cmd() 3017 if (throttle <= 0) { in emlxs_sli3_issue_iocb_cmd() 3123 if (throttle <= 0) { in emlxs_sli3_issue_iocb_cmd()
|
H A D | emlxs_solaris.c | 4956 desc->throttle = MIN(desc->throttle, MAX_NODE_THROTTLE); in emlxs_fca_port_manage() 4961 scope, desc->throttle); in emlxs_fca_port_manage() 4969 node->io_throttle = desc->throttle; in emlxs_fca_port_manage() 4995 node->io_throttle = desc->throttle; in emlxs_fca_port_manage() 5022 node->io_throttle = desc->throttle; in emlxs_fca_port_manage() 5100 desc[j].throttle = node->io_throttle; in emlxs_fca_port_manage() 5108 desc[j].throttle); in emlxs_fca_port_manage()
|
H A D | emlxs_sli4.c | 2837 int32_t throttle; in emlxs_sli4_issue_iocb_cmd() local 2859 throttle = 0; in emlxs_sli4_issue_iocb_cmd() 2892 throttle = hba->io_throttle - hba->io_active; in emlxs_sli4_issue_iocb_cmd() 2893 if (throttle <= 0) { in emlxs_sli4_issue_iocb_cmd() 3101 throttle = hba->io_throttle - hba->io_active; in emlxs_sli4_issue_iocb_cmd() 3102 if (throttle <= 0) { in emlxs_sli4_issue_iocb_cmd() 3128 if (throttle <= 0) { in emlxs_sli4_issue_iocb_cmd()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | qlc.conf | 80 execution-throttle=32;
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 623 int throttle, nslots, i; in wq_init() local 644 throttle = atoi(getenv("CTFMERGE_INPUT_THROTTLE")); in wq_init() 646 throttle = MERGE_INPUT_THROTTLE_LEN; in wq_init() 647 wq->wq_ithrottle = throttle * wq->wq_nthreads; in wq_init()
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_tdaemon.c | 999 int throttle; in _sd_direct_test() local 1012 throttle = (seed & 0xff00000)>>20; in _sd_direct_test() 1042 rec_size, recs, throttle, ckd_hd, ckd_doz); in _sd_direct_test() 1083 while ((iosent - (tiodone + tioerr)) > throttle) in _sd_direct_test()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcio.h | 166 uint32_t throttle; member
|
/titanic_41/usr/src/uts/i86pc/io/fipe/ |
H A D | fipe_pm.c | 295 fipe_mc_change(int throttle) in fipe_mc_change() argument 306 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTLOW, throttle); in fipe_mc_change() 1365 fipe_enable(int throttle, cpu_idle_check_wakeup_t check_func, void* check_arg) in fipe_enable() argument 1402 fipe_mc_change(throttle) != 0) { in fipe_enable()
|
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac.h | 188 int throttle[AAC_CMDQ_NUM]; /* hold IO cmds for the device */ member
|
H A D | aac.c | 1254 if (dvp->throttle[q] == AAC_THROTTLE_DRAIN && in aac_end_io() 4537 int throttle) in aac_set_throttle() argument 4545 dvp->throttle[q] = throttle; in aac_set_throttle() 5886 if (dvp->ncmds[q] < dvp->throttle[q]) { in aac_bind_io()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 16722 short throttle; local 16724 throttle = un->un_throttle + 16727 (throttle < un->un_saved_throttle) ? 16728 throttle : un->un_saved_throttle;
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 22856 throttle
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 22855 throttle
|