Home
last modified time | relevance | path

Searched refs:smr_hash_init (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dtest_lock.c236 smr_hash_init(h, 4); in smr_hash_basic_test()
H A Dsmr_hash.h452 extern void smr_hash_init(
H A Dsmr.c2300 smr_hash_init(struct smr_hash *smrh, size_t size) in smr_hash_init() function
H A Dcoalition.c2321 smr_hash_init(&coalition_hash, COALITION_HASH_SIZE_MIN); in coalitions_init()
/xnu-12377.41.6/libkern/c++/
H A DOSSymbol.cpp157 smr_hash_init(&_hash, MIN_SIZE); in OSSymbolPool()
/xnu-12377.41.6/libkern/os/
H A Dlog.c309 smr_hash_init(&os_log_cache, OS_LOG_SUBSYSTEM_MAX_CNT / 4); in oslog_init()
/xnu-12377.41.6/bsd/kern/
H A Dkern_proc.c282 smr_hash_init(&pid_hash, maxproc / 4); in procinit()
283 smr_hash_init(&pgrp_hash, maxproc / 4); in procinit()