Home
last modified time | relevance | path

Searched refs:smrq_serialized_remove (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/libkern/c++/
H A DOSSymbol.cpp308 smrq_serialized_remove(&_huge_head, &sym->hashlink); in removeSymbol()
/xnu-8796.121.2/osfmk/kern/
H A Dsmr.h444 #define smrq_serialized_remove(head, elem) ({ \ macro
H A Dsmr_hash.h682 smrq_serialized_remove(__hd, __link); \
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cache.c3087 smrq_serialized_remove((NCHHASH(ncp->nc_dvp, ncp->nc_hashval)), &ncp->nc_hash); in cache_delete()