Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dproc_uuid_policy.c296 struct proc_uuid_policy_hashhead deletehead = LIST_HEAD_INITIALIZER(deletehead); in proc_uuid_policy_clear() local
315 LIST_INSERT_HEAD(&deletehead, searchentry, entries); in proc_uuid_policy_clear()
328 LIST_FOREACH_SAFE(searchentry, &deletehead, entries, tmpentry) { in proc_uuid_policy_clear()