Searched defs:throttle (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_nicmon.c184 static uint32_t throttle; local
201 if ((throttle % SMBD_NICMON_THROTTLE) == 0) {
206 ++throttle;
255 static uint32_t throttle; local
286 if ((throttle % SMBD_NICMON_THROTTLE) == 0)
289 ++throttle;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c1036 uint32_t throttle; local
1039 throttle = (ndlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE)?
1047 throttle = (uint32_t)ddi_prop_get_int(DDI_DEV_T_ANY,
1048 (void *)hba->dip, DDI_PROP_DONTPASS, prop, throttle);
1055 throttle = (uint32_t)ddi_prop_get_int(DDI_DEV_T_ANY,
1056 (void *)hba->dip, DDI_PROP_DONTPASS, prop, throttle);
1059 throttle = MIN(throttle, MAX_NODE_THROTTLE);
1061 ndlp->io_throttle = throttle;
H A Demlxs_sli3.c935 /* Set the io throttle */
2796 int32_t throttle; local
2805 throttle = 0;
2848 throttle = hba->io_throttle - hba->io_active;
2849 if (throttle <= 0) {
2850 /* Hitting adapter throttle limit */
3016 throttle = hba->io_throttle - hba->io_active;
3017 if (throttle <= 0) {
3123 if (throttle <= 0) {
H A Demlxs_sli4.c1088 /* Set the io throttle */
2837 int32_t throttle; local
2859 throttle = 0;
2892 throttle = hba->io_throttle - hba->io_active;
2893 if (throttle <= 0) {
2894 /* Hitting adapter throttle limit */
3101 throttle = hba->io_throttle - hba->io_active;
3102 if (throttle <= 0) {
3128 if (throttle <= 0) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c548 debug(2, "Throttling input (len = %d, throttle = %d)\n",
623 int throttle, nslots, i; local
644 throttle = atoi(getenv("CTFMERGE_INPUT_THROTTLE"));
646 throttle = MERGE_INPUT_THROTTLE_LEN;
647 wq->wq_ithrottle = throttle * wq->wq_nthreads;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h166 uint32_t throttle; member in struct:emlxs_throttle_desc
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c999 int throttle; local
1012 throttle = (seed & 0xff00000)>>20;
1041 "!Test 100: %d recsize %d recs %d throttle %d hd %d doz\n",
1042 rec_size, recs, throttle, ckd_hd, ckd_doz);
1083 while ((iosent - (tiodone + tioerr)) > throttle)
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c295 fipe_mc_change(int throttle) argument
306 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTLOW, throttle);
450 * generate enough memory traffic to trigger memory controller thermal throttle
1365 fipe_enable(int throttle, cpu_idle_check_wakeup_t check_func, void* check_arg) argument
1402 fipe_mc_change(throttle) != 0) {
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h188 int throttle[AAC_CMDQ_NUM]; /* hold IO cmds for the device */ member in struct:aac_device
466 uint32_t time_throttle; /* next time to restore throttle */
H A Daac.c1254 if (dvp->throttle[q] == AAC_THROTTLE_DRAIN &&
4373 * If both ASYNC and SYNC bus throttle are held,
4537 int throttle)
4545 dvp->throttle[q] = throttle;
5886 if (dvp->ncmds[q] < dvp->throttle[q]) {
4536 aac_set_throttle(struct aac_softstate *softs, struct aac_device *dvp, int q, int throttle) argument
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c269 * Timer value used to reset the throttle after it has been reduced
593 * This is the table of disks which need throttle adjustment (or, perhaps
4193 if (strcasecmp(name, "throttle-max") == 0) {
4200 "throttle set to %d\n", un->un_throttle);
4203 if (strcasecmp(name, "throttle-min") == 0) {
4210 "min throttle set to %d\n", un->un_min_throttle);
4248 * Validate the throttle values.
4312 "sd_get_tunables_from_conf: throttle = %d\n",
4721 /* Support for user throttle configuration */
4727 "sd_set_vers1_properties: throttle se
16722 short throttle; local
[all...]

Completed in 115 milliseconds