Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtracker.c114 LIST_ENTRY(tracker_hash_entry) entry_link; \
123 typedef struct tracker_hash_entry { struct
133 LIST_HEAD(trackerhashhead, tracker_hash_entry); argument
144 sizeof(struct tracker_hash_entry), ZC_NONE);
188 sizeof(struct tracker_hash_entry_short) : entry ? sizeof(struct tracker_hash_entry) : 0)
310 fill_hash_entry(struct tracker_hash_entry *entry, uuid_t appuuid, struct sockaddr *address) in fill_hash_entry()
357 tracker_entry_log(int log_level, char *log_msg, struct tracker_hash_entry *entry, uint32_t hash) in tracker_entry_log()
390 static inline struct tracker_hash_entry *
391 tracker_search_and_insert(struct tracker_db *db, struct tracker_hash_entry *matchentry, boolean_t i… in tracker_search_and_insert()
395 struct tracker_hash_entry *nextentry = NULL; in tracker_search_and_insert()
[all …]