Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtest_lock.c228 smr_hash_init(h, 4); in smr_hash_basic_test()
H A Dsmr_hash.h428 extern void smr_hash_init(
H A Dsmr.c777 smr_hash_init(struct smr_hash *smrh, size_t size) in smr_hash_init() function
H A Dcoalition.c2029 smr_hash_init(&coalition_hash, COALITION_HASH_SIZE_MIN); in coalitions_init()
/xnu-8796.121.2/libkern/c++/
H A DOSSymbol.cpp159 smr_hash_init(&_hash, MIN_SIZE); in OSSymbolPool()
/xnu-8796.121.2/bsd/kern/
H A Dkern_proc.c261 smr_hash_init(&pid_hash, maxproc / 4); in procinit()
262 smr_hash_init(&pgrp_hash, maxproc / 4); in procinit()