Home
last modified time | relevance | path

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

/xnu-10002.1.13/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.c2108 smr_hash_init(&coalition_hash, COALITION_HASH_SIZE_MIN); in coalitions_init()
H A Dsmr.c2274 smr_hash_init(struct smr_hash *smrh, size_t size) in smr_hash_init() function
/xnu-10002.1.13/libkern/c++/
H A DOSSymbol.cpp157 smr_hash_init(&_hash, MIN_SIZE); in OSSymbolPool()
/xnu-10002.1.13/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()