Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dremote_time.c142 bt_params_find(uint64_t local_ts) in bt_params_find() argument
151 if (local_ts >= bt_params_hist[idx].base_local_ts) { in bt_params_find()
/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c2797 uint32_t *local_ts = NULL; in load_threadstate() local
2805 local_ts = (uint32_t *)kalloc_data(local_ts_size, Z_WAITOK); in load_threadstate()
2806 if (local_ts == NULL) { in load_threadstate()
2809 memcpy(local_ts, ts, local_ts_size); in load_threadstate()
2810 ts = local_ts; in load_threadstate()
2836 result->threadstate = local_ts; in load_threadstate()
2841 if (local_ts) { in load_threadstate()
2842 kfree_data(local_ts, local_ts_size); in load_threadstate()