Searched refs:tune (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtuneable.h35 typedef struct tune { struct
50 extern tune_t tune;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c473 * The integers tune_* are done this way so that the tune
475 * file. The tune data structure is initialized in param_init();
478 tune_t tune; variable
649 * Set each individual element of struct tune to be the
654 tune.t_gpgslo = tune_t_gpgslo;
655 tune.t_fsflushr = tune_t_fsflushr;
656 tune.t_minarmem = tune_t_minarmem;
657 tune.t_minasmem = tune_t_minasmem;
658 tune.t_flckrec = tune_t_flckrec;
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c94 struct tune tune; variable in typeref:struct:tune
369 tu = setup("tune");
410 MEMREAD(tune);
413 tune.t_gpgslo);
415 tune.t_fsflushr);
417 "deadlock (MINARMEM)\n", tune.t_minarmem);
419 "(MINASMEM)\n", tune.t_minasmem);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c786 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) argument
789 switch (tune->type) {
791 (void) memcpy((int *)tune->value,
792 buf, tune->nbytes);
796 (void) memcpy((caddr_t)tune->value,
797 buf, tune->nbytes);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c786 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) argument
789 switch (tune->type) {
791 (void) memcpy((int *)tune->value,
792 buf, tune->nbytes);
796 (void) memcpy((caddr_t)tune->value,
797 buf, tune->nbytes);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c568 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) argument
571 switch (tune->type) {
574 (void) memcpy((int *)tune->value,
575 buf, tune->nbytes);
579 (void) memcpy((caddr_t)tune->value,
580 buf, tune->nbytes);
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c147 nscan = (last_total_pages * (tune.t_fsflushr))/v.v_autoup;
387 icount = v.v_autoup / tune.t_fsflushr;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c418 p_min = tune.t_minarmem + 100;
428 * But we also insist that it be greater than tune.t_minarmem;
3913 while (availrmem < tune.t_minarmem + npages) {
5711 while (availrmem < tune.t_minarmem + npages + epages &&
5721 deficit = tune.t_minarmem + npages + epages - availrmem;
5730 if (adjust && (availrmem >= tune.t_minarmem + npages + epages)) {
H A Dseg_spt.c1049 if (availrmem < tune.t_minarmem + claim_availrmem) {
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c877 fsflushcnt = tune.t_fsflushr;
H A Dkmem.c3632 spgcnt_t rmem = availrmem - tune.t_minarmem;
3649 spgcnt_t pmem = availrmem - tune.t_minarmem;
H A Dmem_config.c1555 if ((availrmem - (tune.t_minarmem + mem_delete_additional_pages))

Completed in 97 milliseconds