Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/
H A Dmisc.py183 lt = kern.globals.timer_longterm
184 ltt = lt.threshold
190 if lt.escalates > 0:
191 ratio = lt.enqueues // lt.escalates
193 ratio = lt.enqueues
194 print('Longterm timer object: {:#018x}'.format(addressof(lt)))
195 print(' queue count : {:d}' .format(lt.queue.count))
196 print(' number of enqueues : {:d}' .format(lt.enqueues))
197 print(' number of dequeues : {:d}' .format(lt.dequeues))
198 print(' number of escalates : {:d}' .format(lt.escalates))
[all …]
/xnu-8796.141.3/bsd/net/
H A Dif_llatbl.c467 llentry_alloc(struct ifnet *ifp, struct lltable *lt, in llentry_alloc() argument
472 IF_AFDATA_RLOCK(ifp, lt->llt_af); in llentry_alloc()
473 la = lla_lookup(lt, LLE_EXCLUSIVE, (struct sockaddr *)dst); in llentry_alloc()
474 IF_AFDATA_RUNLOCK(ifp, lt->llt_af); in llentry_alloc()
483 la = lltable_alloc_entry(lt, 0, (struct sockaddr *)dst); in llentry_alloc()
487 IF_AFDATA_WLOCK(ifp, lt->llt_af); in llentry_alloc()
490 la_tmp = lla_lookup(lt, LLE_EXCLUSIVE, (struct sockaddr *)dst); in llentry_alloc()
492 lltable_link_entry(lt, la); in llentry_alloc()
494 IF_AFDATA_WUNLOCK(ifp, lt->llt_af); in llentry_alloc()
496 lltable_free_entry(lt, la); in llentry_alloc()
H A Dkpi_interface.c1669 ifnet_set_output_latencies(struct ifnet *ifp, struct if_latencies *lt, in ifnet_set_output_latencies() argument
1675 VERIFY(ifp != NULL && lt != NULL); in ifnet_set_output_latencies()
1684 if (lt->eff_lt != 0) { in ifnet_set_output_latencies()
1685 ifp->if_output_lt.eff_lt = lt->eff_lt; in ifnet_set_output_latencies()
1687 if (lt->max_lt != 0) { in ifnet_set_output_latencies()
1688 ifp->if_output_lt.max_lt = lt->max_lt; in ifnet_set_output_latencies()
1710 ifnet_set_input_latencies(struct ifnet *ifp, struct if_latencies *lt) in ifnet_set_input_latencies() argument
1714 VERIFY(ifp != NULL && lt != NULL); in ifnet_set_input_latencies()
1717 if (lt->eff_lt != 0) { in ifnet_set_input_latencies()
1718 ifp->if_input_lt.eff_lt = lt->eff_lt; in ifnet_set_input_latencies()
[all …]
/xnu-8796.141.3/bsd/netinet6/
H A Din6.c1020 struct in6_addrlifetime_64 lt; in in6ctl_alifetime() local
1022 bzero(&lt, sizeof(lt)); in in6ctl_alifetime()
1023 lt.ia6t_expire = ia6_lt.ia6t_expire; in in6ctl_alifetime()
1024 lt.ia6t_preferred = ia6_lt.ia6t_preferred; in in6ctl_alifetime()
1025 lt.ia6t_vltime = ia6_lt.ia6t_vltime; in in6ctl_alifetime()
1026 lt.ia6t_pltime = ia6_lt.ia6t_pltime; in in6ctl_alifetime()
1027 bcopy(&lt, &ifr->ifr_ifru.ifru_lifetime, sizeof(ifr->ifr_ifru.ifru_lifetime)); in in6ctl_alifetime()
1029 struct in6_addrlifetime_32 lt; in in6ctl_alifetime() local
1031 bzero(&lt, sizeof(lt)); in in6ctl_alifetime()
1032 lt.ia6t_expire = (uint32_t)ia6_lt.ia6t_expire; in in6ctl_alifetime()
[all …]
H A Dicmp6.c1965 struct in6_addrlifetime_i *lt; in ni6_store_addrs() local
2063 lt = &ifa6->ia6_lifetime; in ni6_store_addrs()
2064 if (lt->ia6ti_expire == 0) { in ni6_store_addrs()
2067 if (lt->ia6ti_expire > now) { in ni6_store_addrs()
2068 ltime = htonl((uint32_t)(lt->ia6ti_expire - now)); in ni6_store_addrs()
/xnu-8796.141.3/bsd/dev/arm64/
H A Dcpu_copy_in_cksum.s123 b.lt L64_bytes
148 b.lt L128_finishup
219 b.lt L32_bytes
238 b.lt L16_bytes
250 b.lt L8_bytes
H A Dcpu_in_cksum.s218 b.lt L_trailing_bytes
237 b.lt L2_bytes
279 b.lt L32_bytes
298 b.lt L64_finishup
/xnu-8796.141.3/osfmk/arm64/
H A Dlz4_encode_arm64.s82 b.lt L_done
90 b.lt L_trailing_literals
304 ccmp x9, x10, #9, lt // check if dst reached dst_end
341 b.lt L_trailing_literals_store_less_than_15_literals
H A DWKdmCompress_16k.s381 b.lt L_budgetExhausted
425 b.lt 1f // if num_tenbits_to_pack < 3, skip the following loop
581 b.lt L_done_search
H A DWKdmCompress_4k.s379 b.lt L_budgetExhausted
423 b.lt 1f // if num_tenbits_to_pack < 3, skip the following loop
579 b.lt L_done_search
H A Dcaches_asm.s151 b.lt 4f // No data cache at this level, skip to next level
H A DWKdmDecompress_16k.s301 b.lt L_WK_unpack_3_tenbits
H A DWKdmDecompress_4k.s301 b.lt L_WK_unpack_3_tenbits
H A Dmachine_routines_asm.s459 b.lt 2f
630 b.lt 2f
H A Dstart.s432 csel $5, $2, $5, lt
H A Dlocore.s453 b.lt . // Hang if below exception stack bottom
/xnu-8796.141.3/bsd/netkey/
H A Dkey.c3700 struct sadb_lifetime *lt; in key_spdexpire() local
3718 len = PFKEY_ALIGN8(sizeof(*lt)) * 2; in key_spdexpire()
3728 lt = mtod(m, struct sadb_lifetime *); in key_spdexpire()
3729 lt->sadb_lifetime_len = PFKEY_UNIT64(sizeof(struct sadb_lifetime)); in key_spdexpire()
3730 lt->sadb_lifetime_exttype = SADB_EXT_LIFETIME_CURRENT; in key_spdexpire()
3731 lt->sadb_lifetime_allocations = 0; in key_spdexpire()
3732 lt->sadb_lifetime_bytes = 0; in key_spdexpire()
3733 lt->sadb_lifetime_addtime = key_convert_continuous_time_ns(sp->created); in key_spdexpire()
3734 lt->sadb_lifetime_usetime = key_convert_continuous_time_ns(sp->lastused); in key_spdexpire()
3735 lt = (struct sadb_lifetime *)(void *)(mtod(m, caddr_t) + len / 2); in key_spdexpire()
[all …]