/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 357 htable_put_reserve(htable_t *ht) in htable_put_reserve() 375 htable_t *ht = NULL; in htable_get_reserve() local 396 htable_t *ht; in htable_initial_reserve() local 416 htable_t *ht; in htable_adjust_reserve() local 440 htable_t *higher, *ht; in htable_steal_active() local 572 htable_t *ht; in htable_steal() local 738 htable_t *ht; in htable_reap() local 785 htable_t *ht = NULL; in htable_alloc() local 979 htable_free(htable_t *ht) in htable_free() 1040 htable_t *ht; in htable_purge_hat() local [all …]
|
H A D | htable.h | 136 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \ argument 139 #define HTABLE_LAST_PAGE(ht) \ argument 150 #define HTABLE_NUM_PTES(ht) \ argument 153 #define HTABLE_LAST_PAGE(ht) ((ht)->ht_vaddr - MMU_PAGESIZE + \ argument 303 #define HTABLE_LOCK_INC(ht) atomic_inc_32(&(ht)->ht_lock_cnt) argument 304 #define HTABLE_LOCK_DEC(ht) atomic_dec_32(&(ht)->ht_lock_cnt) argument
|
H A D | hat_i86.c | 456 htable_t *ht; /* top level htable */ in hat_alloc() local 609 htable_t *ht; in hat_cpu_alloc() local 1273 htable_t *ht; in hat_init_finish() local 1655 htable_t *ht = NULL; in hat_swapout() local 1806 htable_t *ht, in hati_pte_map() 1935 htable_t *ht; in hati_load_common() local 2023 htable_t *ht; in hat_kmap_load() local 2390 htable_t *ht = NULL; in hat_unlock() local 2670 htable_t *ht, in hat_pte_unmap() 2775 htable_t *ht; in hat_kmap_unload() local [all …]
|
H A D | hment.c | 487 hment_walk(page_t *pp, htable_t **ht, uint_t *entry, hment_t *prev) in hment_walk() 525 hment_remove(page_t *pp, htable_t *ht, uint_t entry) in hment_remove() 723 htable_t *ht; in hment_steal() local
|
H A D | i86_mmu.c | 117 htable_t *ht; in hat_kmap_init() local
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | hashtable.h | 34 struct ht { struct 35 struct ht_entry * ht_entries; argument 36 ssize_t ht_nentries; argument 37 pthread_rwlock_t ht_rwlock; argument
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SSrvDereg.java | 80 Hashtable ht = new Hashtable(); in initialize() local
|
H A D | ServiceStoreInMemory.java | 132 private Hashtable ht = new Hashtable(); // for collecting attributes. field in ServiceStoreInMemory.AttributeBVCollector 922 InMemoryEvaluator(Hashtable ht, in InMemoryEvaluator() 1782 Hashtable ht = new Hashtable(); in deleteAttributes() local 2051 Hashtable ht = new Hashtable(); in findServices() local 2100 Hashtable ht = new Hashtable(); in findAttributes() local 2906 Hashtable ht, in findMatchingAttributes() 2951 Hashtable ht, in saveValueIfMatch() 3103 Hashtable ht = new Hashtable(); in mergeOldRecordIntoNew() local
|
H A D | ServiceStoreFactory.java | 329 Hashtable ht = new Hashtable(); in deserialize() local
|
H A D | DATable.java | 375 Hashtable ht = new Hashtable(); in validateScopes() local
|
H A D | UARequester.java | 359 Hashtable ht = new Hashtable(); in findAttributes() local
|
H A D | ServiceTable.java | 1100 Hashtable ht = in findAttributes() local 1539 Hashtable ht = in makeSAAdvert() local
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libmlsvc/ |
H A D | smb_ht.c | 43 HT_HANDLE *ht; in smb_ht_walk_init() local
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 545 htable_t *ht; in do_va2pa() local 698 htable_t *ht; in do_report_maps() local 832 htable_t *ht; in do_ptable_dcmd() local 959 htable_t *ht; in do_htables_dcmd() local
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_hash.c | 108 did_hash_destroy(did_hash_t *ht) in did_hash_destroy()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_lease.c | 155 smb_hash_t *ht = sr->sr_server->sv_lease_ht; in smb2_lease_create() local 245 smb_hash_t *ht = sv->sv_lease_ht; in lease_lookup() local
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | hash.h | 41 } *ht; member
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_ht.c | 89 HT_HANDLE *ht; in ht_create_table() local
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 391 int fd, retries, ht, stat; in _nss_files_XY_hash() local
|
/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | cpustat.c | 433 hrtime_t ht, htdelta, restdelta; in gtick() local
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 1437 lgrp_topo_ht_limit_set(int ht) in lgrp_topo_ht_limit_set()
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 3749 struct s_x1node **ht; /* Hash table for lookups */ member 3910 struct s_x2node **ht; /* Hash table for lookups */ member 4116 struct s_x3node **ht; /* Hash table for lookups */ member 4263 struct s_x4node **ht; /* Hash table for lookups */ member
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 1713 struct ieee80211_ie_htinfo *ht = in ieee80211_ht_update_beacon() local
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_init.c | 2030 bmic_host_wellness_time_t *ht; in update_time() local
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 508 vn_htable_t ht; in memstat() local
|