Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/c++/
H A DOSSymbol.cpp157 smr_hash_init(&_hash, MIN_SIZE); in OSSymbolPool()
/xnu-10063.141.1/osfmk/kern/
H A Dtest_lock.c227 smr_hash_init(h, 4); in smr_hash_basic_test()
H A Dsmr_hash.h428 extern void smr_hash_init(
H A Dcoalition.c2112 smr_hash_init(&coalition_hash, COALITION_HASH_SIZE_MIN); in coalitions_init()
H A Dsmr.c2279 smr_hash_init(struct smr_hash *smrh, size_t size) in smr_hash_init() function
/xnu-10063.141.1/libkern/os/
H A Dlog.c309 smr_hash_init(&os_log_cache, OS_LOG_SUBSYSTEM_MAX_CNT / 4); in oslog_init()
/xnu-10063.141.1/bsd/kern/
H A Dkern_proc.c264 smr_hash_init(&pid_hash, maxproc / 4); in procinit()
265 smr_hash_init(&pgrp_hash, maxproc / 4); in procinit()