/illumos-gate/usr/src/uts/common/conf/ |
H A D | param.c | 463 tune_t tune; variable 633 tune.t_gpgslo = tune_t_gpgslo; in param_init() 634 tune.t_fsflushr = tune_t_fsflushr; in param_init() 635 tune.t_minarmem = tune_t_minarmem; in param_init() 636 tune.t_minasmem = tune_t_minasmem; in param_init() 637 tune.t_flckrec = tune_t_flckrec; in param_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tuneable.h | 33 typedef struct tune { struct 48 extern tune_t tune; argument
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 92 struct tune tune; variable 408 MEMREAD(tune); in main() 411 tune.t_gpgslo); in main() 413 tune.t_fsflushr); in main() 415 "deadlock (MINARMEM)\n", tune.t_minarmem); in main() 417 "(MINASMEM)\n", tune.t_minasmem); in main()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 407 tune(pgcnt_t initval, pgcnt_t initval_ceiling, pgcnt_t defval) in tune() function 529 lotsfree_max = tune(clockinit.ci_lotsfree_max, looppages, in setupclock() 531 lotsfree_min = tune(clockinit.ci_lotsfree_min, lotsfree_max, in setupclock() 534 lotsfree = tune(clockinit.ci_lotsfree, looppages, in setupclock() 537 desfree = tune(clockinit.ci_desfree, lotsfree, in setupclock() 540 minfree = tune(clockinit.ci_minfree, desfree, in setupclock() 543 throttlefree = tune(clockinit.ci_throttlefree, desfree, in setupclock() 546 pageout_reserve = tune(clockinit.ci_pageout_reserve, throttlefree, in setupclock()
|
H A D | clock.c | 881 fsflushcnt = tune.t_fsflushr; in clock()
|
H A D | kmem.c | 3605 spgcnt_t rmem = availrmem - tune.t_minarmem; in kmem_avail() 3622 spgcnt_t pmem = availrmem - tune.t_minarmem; in kmem_maxavail()
|
H A D | mem_config.c | 1556 if ((availrmem - (tune.t_minarmem + mem_delete_additional_pages)) in can_remove_pgs()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvsetup.c | 566 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) in copy_persistent_tuneable() argument 569 switch (tune->type) { in copy_persistent_tuneable() 572 (void) memcpy((int *)tune->value, in copy_persistent_tuneable() 573 buf, tune->nbytes); in copy_persistent_tuneable() 577 (void) memcpy((caddr_t)tune->value, in copy_persistent_tuneable() 578 buf, tune->nbytes); in copy_persistent_tuneable()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvsetup.c | 785 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) in copy_persistent_tuneable() argument 788 switch (tune->type) { in copy_persistent_tuneable() 790 (void) memcpy((int *)tune->value, in copy_persistent_tuneable() 791 buf, tune->nbytes); in copy_persistent_tuneable() 795 (void) memcpy((caddr_t)tune->value, in copy_persistent_tuneable() 796 buf, tune->nbytes); in copy_persistent_tuneable()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvsetup.c | 786 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) in copy_persistent_tuneable() argument 789 switch (tune->type) { in copy_persistent_tuneable() 791 (void) memcpy((int *)tune->value, in copy_persistent_tuneable() 792 buf, tune->nbytes); in copy_persistent_tuneable() 796 (void) memcpy((caddr_t)tune->value, in copy_persistent_tuneable() 797 buf, tune->nbytes); in copy_persistent_tuneable()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fsflush.c | 147 nscan = (last_total_pages * (tune.t_fsflushr))/v.v_autoup; in fsflush_do_pages() 387 icount = v.v_autoup / tune.t_fsflushr; in fsflush()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_page.c | 421 p_min = tune.t_minarmem + 100; in init_pages_pp_maximum() 3935 if (availrmem >= tune.t_minarmem + npages) { in page_xresv() 3961 if (availrmem >= tune.t_minarmem + npages) { in page_xresv() 5748 while (availrmem < tune.t_minarmem + npages + epages && in page_reclaim_mem() 5758 deficit = tune.t_minarmem + npages + epages - availrmem; in page_reclaim_mem() 5767 if (adjust && (availrmem >= tune.t_minarmem + npages + epages)) { in page_reclaim_mem()
|
H A D | seg_spt.c | 1197 if (availrmem < tune.t_minarmem + claim_availrmem) { in segspt_dismpagelock()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | RELEASE | 425 fine tune a few COMPILE error messages
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 23499 tune
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 23500 tune
|