Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dsmr_hash.h405 struct smr_hash { struct
429 struct smr_hash *smrh, argument
443 struct smr_hash *smrh);
464 smr_hash_array_decode(const struct smr_hash *smrh) in smr_hash_array_decode()
490 smr_hash_size(const struct smr_hash *smrh) in smr_hash_size()
537 const struct smr_hash *__h = (smrh); \
626 struct smr_hash *__h = (smrh); \
676 struct smr_hash *__h = (smrh); \
758 const struct smr_hash *smrh, in smr_hash_serialized_should_shrink()
783 const struct smr_hash *smrh, in smr_hash_serialized_should_grow()
[all …]
H A Dsmr.c777 smr_hash_init(struct smr_hash *smrh, size_t size) in smr_hash_init()
791 *smrh = (struct smr_hash){ in smr_hash_init()
797 smr_hash_destroy(struct smr_hash *smrh) in smr_hash_destroy()
802 *smrh = (struct smr_hash){ }; in smr_hash_destroy()
807 struct smr_hash *smrh,
831 struct smr_hash *smrh, in __smr_hash_shrink_and_unlock()
890 struct smr_hash *smrh, in __smr_hash_grow_and_unlock()
H A Dtest_lock.c191 struct smr_hash h_buf; in smr_hash_basic_test()
194 struct smr_hash *h = &h_buf; in smr_hash_basic_test()
H A DMakefile126 smr_hash.h \
H A Dcoalition.c99 static struct smr_hash coalition_hash;
/xnu-8796.121.2/libkern/c++/
H A DOSSymbol.cpp116 struct smr_hash _hash;
/xnu-8796.121.2/bsd/kern/
H A Dkern_proc.c156 static struct smr_hash pid_hash;
157 static struct smr_hash pgrp_hash;