Home
last modified time | relevance | path

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

/xnu-11215.1.10/libkern/c++/
H A DOSSymbol.cpp157 smr_hash_init(&_hash, MIN_SIZE); in OSSymbolPool()
/xnu-11215.1.10/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 Dcoalition.c2307 smr_hash_init(&coalition_hash, COALITION_HASH_SIZE_MIN); in coalitions_init()
H A Dsmr.c2300 smr_hash_init(struct smr_hash *smrh, size_t size) in smr_hash_init() function
/xnu-11215.1.10/libkern/os/
H A Dlog.c309 smr_hash_init(&os_log_cache, OS_LOG_SUBSYSTEM_MAX_CNT / 4); in oslog_init()
/xnu-11215.1.10/bsd/kern/
H A Dkern_proc.c275 smr_hash_init(&pid_hash, maxproc / 4); in procinit()
276 smr_hash_init(&pgrp_hash, maxproc / 4); in procinit()