Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog.c75 struct os_log_s { struct
80 struct os_log_s _os_log_default; argument
81 struct os_log_s _os_log_replay;
457 os_log_valid(const struct os_log_s *log) in os_log_valid()
487 const os_log_t log = __container_of(link, struct os_log_s, ol_hash_link); in os_log_hash()
494 const os_log_t h = __container_of(link, struct os_log_s, ol_hash_link); in os_log_equ()
504 SMRH_TRAITS_DEFINE(os_log_cache_traits, struct os_log_s, ol_hash_link,
536 os_log_t new = kalloc_type(struct os_log_s, Z_WAITOK_ZERO); in os_log_allocate()
588 kfree_type(struct os_log_s, log); in os_log_create_impl()
597 kfree_type(struct os_log_s, log); in os_log_create_impl()
[all …]
H A Dlog.h80 typedef struct os_log_s *os_log_t;
99 struct os_log_s _os_log_default;