Home
last modified time | relevance | path

Searched refs:rctl_ops_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h189 } rctl_ops_t; typedef
211 extern rctl_ops_t rctl_default_ops;
212 extern rctl_ops_t rctl_absolute_ops;
238 rctl_ops_t *rcd_ops; /* callback operations */
267 rctl_qty_t, rctl_ops_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dproject.c450 static rctl_ops_t project_cpu_shares_ops = {
487 static rctl_ops_t project_cpu_cap_ops = {
544 static rctl_ops_t project_lwps_ops = {
601 static rctl_ops_t project_procs_ops = {
651 static rctl_ops_t project_tasks_ops = {
685 static rctl_ops_t project_shmmax_ops = {
719 static rctl_ops_t project_shmmni_ops = {
753 static rctl_ops_t project_semmni_ops = {
787 static rctl_ops_t project_msgmni_ops = {
834 static rctl_ops_t project_locked_mem_ops = {
[all …]
H A Drctl_proc.c81 static rctl_ops_t proc_cpu_time_ops = {
106 static rctl_ops_t proc_filesize_ops = {
159 static rctl_ops_t proc_stack_ops = {
183 static rctl_ops_t proc_nofile_ops = {
207 static rctl_ops_t proc_vmem_ops = {
H A Dtask.c911 static rctl_ops_t task_lwps_ops = {
918 static rctl_ops_t task_procs_ops = {
925 static rctl_ops_t task_cpu_time_ops = {
H A Dzone.c1336 static rctl_ops_t zone_cpu_shares_ops = {
1373 static rctl_ops_t zone_cpu_cap_ops = {
1428 static rctl_ops_t zone_lwps_ops = {
1483 static rctl_ops_t zone_procs_ops = {
1512 static rctl_ops_t zone_shmmax_ops = {
1541 static rctl_ops_t zone_shmmni_ops = {
1570 static rctl_ops_t zone_semmni_ops = {
1599 static rctl_ops_t zone_msgmni_ops = {
1648 static rctl_ops_t zone_locked_mem_ops = {
1699 static rctl_ops_t zone_max_swap_ops = {
[all …]
H A Drctl.c237 rctl_ops_t rctl_default_ops = {
257 rctl_ops_t rctl_absolute_ops = {
2329 rctl_ops_t *ops) in rctl_register()