Searched refs:temp_entry (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | tracker.c | 795 struct tracker_hash_entry *temp_entry = NULL; in tracker_dump() local 840 LIST_FOREACH_SAFE(entry, hash, entry_link, temp_entry) { in tracker_dump() 899 LIST_FOREACH_SAFE(entry, hash, entry_link, temp_entry) { in tracker_dump() 1055 struct tracker_hash_entry *temp_entry = NULL; in tracker_entry_expire() local 1071 LIST_FOREACH_SAFE(entry, hash, entry_link, temp_entry) { in tracker_entry_expire()
|
| H A D | socket_flows.c | 476 struct soflow_hash_entry *temp_entry = NULL; in soflow_db_free() local 487 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_db_free() 1378 struct soflow_hash_entry *temp_entry = NULL; in soflow_gc_cleanup() local 1403 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_gc_cleanup() 1520 struct soflow_hash_entry *temp_entry = NULL; in soflow_db_apply() local 1537 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_db_apply()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 623 struct open_vnode *entry, *temp_entry; in release_open_vnodes() local 625 LIST_FOREACH_SAFE(entry, &open_vnodes_hashtbl[i], chain, temp_entry) { in release_open_vnodes()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map.c | 6142 vm_map_entry_t temp_entry; in vm_map_inherit() local 6163 if (vm_map_lookup_entry(map, start, &temp_entry)) { in vm_map_inherit() 6164 entry = temp_entry; in vm_map_inherit() 6166 temp_entry = temp_entry->vme_next; in vm_map_inherit() 6167 entry = temp_entry; in vm_map_inherit() 6183 entry = temp_entry; in vm_map_inherit() 16331 vm_map_entry_t temp_entry; in vm_map_behavior_set() local 16363 if (vm_map_range_check(map, start, end, &temp_entry)) { in vm_map_behavior_set() 16364 entry = temp_entry; in vm_map_behavior_set()
|