/titanic_41/usr/src/uts/common/sys/ |
H A D | lgrp.h | 226 typedef struct lgrp { struct 228 lgrp_id_t lgrp_id; /* which lgroup */ argument 229 int lgrp_latency; argument 230 lgrp_handle_t lgrp_plathand; /* handle for platform calls */ argument 231 struct lgrp *lgrp_parent; /* parent lgroup */ argument 232 uint_t lgrp_reserved1; /* filler */ argument 233 uint_t lgrp_childcnt; /* number of children lgroups */ argument 234 klgrpset_t lgrp_children; /* children lgroups */ argument 235 klgrpset_t lgrp_leaves; /* (direct decendant) leaf lgroups */ argument 241 klgrpset_t lgrp_set[LGRP_RSRC_COUNT]; argument [all …]
|
H A D | lgrp_user.h | 95 lgrp_id_t lgrp; /* lgroup */ member
|
/titanic_41/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 85 lgrp_affinity_get(idtype_t idtype, id_t id, lgrp_id_t lgrp) in lgrp_affinity_get() 100 lgrp_affinity_set(idtype_t idtype, id_t id, lgrp_id_t lgrp, in lgrp_affinity_set() 213 prune_child(lgrp_snapshot_header_t *snap, lgrp_id_t lgrp) in prune_child() 243 prune_cpus(lgrp_snapshot_header_t *snap, lgrp_id_t lgrp, processorid_t *cpus, in prune_cpus() 611 lgrp_parents(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *parents, in lgrp_parents() 688 lgrp_children(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *children, in lgrp_children() 762 lgrp_cpus_hier(lgrp_snapshot_header_t *snap, lgrp_id_t lgrp, in lgrp_cpus_hier() 834 lgrp_cpus(lgrp_cookie_t cookie, lgrp_id_t lgrp, processorid_t *cpuids, in lgrp_cpus() 911 lgrp_mem_size(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_mem_size_flag_t type, in lgrp_mem_size() 1021 lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *lgrps, in lgrp_resources()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 119 lgrp_rsets_delete(lgrp_t *lgrp, lgrp_id_t lgrpid, int follow_parent) in lgrp_rsets_delete() 203 lgrp_rsets_replace(klgrpset_t *rset, int latency, lgrp_t *lgrp, int shift) in lgrp_rsets_replace() 482 lgrp_t *lgrp; in lgrp_collapse_dups() local 718 lgrp_t *lgrp; in lgrp_split() local 807 lgrp_topo_height(lgrp_t *lgrp) in lgrp_topo_height() 1196 lgrp_t *lgrp; in lgrp_leaf_add() local 1253 lgrp_t *lgrp; in lgrp_leaf_delete() local 1345 lgrp_t *lgrp; in lgrp_topo_flatten() local 1464 lgrp_t *lgrp; in lgrp_topo_update() local 1538 lgrp_print(lgrp_t *lgrp) in lgrp_print() [all …]
|
H A D | lgrp.c | 539 lgrp_t *lgrp; in lgrp_latency_change() local 801 lgrp_t *lgrp; in lgrp_cpu_init() local 915 lgrp_destroy(lgrp_t *lgrp) in lgrp_destroy() 1080 lgrp_t *lgrp; in lgrp_cpu_fini() local 1107 lgrp_t *lgrp; in lgrp_mnode_update() local 1334 lgrp_t *lgrp; in lgrp_mem_init() local 1422 lgrp_t *lgrp = lgrp_table[i]; in lgrp_mem_fini() local 1492 lgrp_t *lgrp; in lgrp_mem_fini() local 1514 lgrp_t *lgrp; in lgrp_hand_to_lgrp() local 1541 lgrp_t *lgrp; in lgrp_home_lgrp() local [all …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 90 #define LGRP_RESOURCES(c, lgrp, type) \ argument 101 #define LGRP_RESOURCES(c, lgrp, type) { \ argument 214 lgrp_id_t lgrp; variable
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 104 lgrp_t lgrp; in lgrp_cpulist_walk_init() local 225 lgrp(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in lgrp() function 227 lgrp_t lgrp; in lgrp() local 481 lgrp_t lgrp; in lgrp_walk_step_common() local 540 lgrp_t lgrp; in lgrp_parents_walk_step() local 690 lgrp_t lgrp; in lgrp_rsrc_walk_init() local
|
H A D | gcore.c | 1016 mdb_lpl_t lgrp; in gcore_prgetlwpsinfo() local
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 62 lgrp_t *lgrp; in meminfo() local 321 lgrp_affinity_get_thread(proc_t *p, id_t lwpid, lgrp_id_t lgrp) in lgrp_affinity_get_thread() 375 lgrp_id_t lgrp; in lgrp_affinity_get() local 568 lgrp_affinity_set_thread(kthread_t *t, lgrp_id_t lgrp, lgrp_affinity_t aff, in lgrp_affinity_set_thread() 634 lgrp_affinity_set_proc(proc_t *p, lgrp_id_t lgrp, lgrp_affinity_t aff, in lgrp_affinity_set_proc() 691 lgrp_id_t lgrp; in lgrp_affinity_set() local 1413 lgrp_t *lgrp; in lgrp_snapshot() local
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | sched.d | 79 inline lgrp_id_t lgrp = curcpu->cpu_lgrp; variable
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | cmt.c | 509 cmt_lgrp_t *lgrp; in pg_cmt_cpu_init() local 775 cmt_lgrp_t *lgrp; in pg_cmt_cpu_fini() local 1216 cmt_lgrp_t *lgrp; in pg_cmt_find_lgrp() local 1235 cmt_lgrp_t *lgrp; in pg_cmt_lgrp_create() local 1747 lgrp_handle_t lgrp; in pg_cmt_lineage_validate() local
|
/titanic_41/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 176 #define LGRP_VALID(lgrp) (lgrps_bitmap[lgrp] != 0) argument 665 lgrp_id_t lgrp) in Plgrp_affinity_get() 732 lgrp_id_t lgrp, lgrp_affinity_t aff) in Plgrp_affinity_set() 858 lgrp_id_t lgrp) in Plgrp_home_set()
|
/titanic_41/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 692 lgrp_id_t lgrp; in look_map() local 830 lgrp_id_t lgrp; in look_smap() local 1276 lgrp2str(lgrp_id_t lgrp) in lgrp2str() 1569 lgrp_id_t lgrp; /* Lgroup of the region start */ in get_contiguous_region() local 1614 lgrp_id_t lgrp = LGRP_NONE; in addr_to_lgrp() local
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | lgrpplat.c | 346 lgrp_t *lgrp; in lgrp_plat_alloc() local
|
/titanic_41/usr/src/cmd/pools/poold/libjlgrp/ |
H A D | jlgrp.c | 111 jobject lgrp; in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1root() local
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sam.c | 318 smb_group_t lgrp; in smb_sam_usr_groups() local
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_page.c | 1771 lgrp_t *lgrp; in page_create_get_something() local 2003 lgrp_t *lgrp; in page_alloc_pages() local 2144 lgrp_t *lgrp; in page_create_va_large() local 2272 lgrp_t *lgrp; in page_create_va() local 4760 lgrp_t *lgrp) in do_page_relocate() 4982 lgrp_t *lgrp) in page_relocate()
|
H A D | vm_pagelist.c | 3733 caddr_t vaddr, size_t size, uint_t flags, struct lgrp *lgrp) in page_get_freelist() 3884 caddr_t vaddr, uint_t flags, struct lgrp *lgrp) in page_get_cachelist() 4148 lgrp_t *lgrp; in page_get_replacement_page() local
|
H A D | vm_anon.c | 2857 lgrp_t *lgrp; in anon_map_createpages() local
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | lgrpplat.c | 743 lgrp_t *lgrp; in lgrp_plat_alloc() local
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 3280 size_t size, uint_t flags, ddi_dma_attr_t *dma_attr, lgrp_t *lgrp) in page_get_anylist()
|