Home
last modified time | relevance | path

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

/system/ulib/zircon/
A Dalternates.ld11 * entry points without some reference chain from an exported symbol.
/system/dev/usb/xhci/
A Dxhci-trb.cpp112 uint32_t chain = control & TRB_CHAIN; in xhci_increment_ring() local
121 control = (control & ~(TRB_CHAIN | TRB_C)) | chain | ring->pcs; in xhci_increment_ring()
/system/core/bootsvc/
A DTESTING3 to execute its test suite instead of the usual boot chain. The expected output
/system/ulib/trace-engine/
A Dengine.cpp254 trace_site_t* chain = chain_head; in flush_site_cache() local
255 while (chain != &g_site_cache_sentinel) { in flush_site_cache()
256 trace_site_atomic_state_t* state_ptr = get_trace_site_state_as_atomic(chain); in flush_site_cache()
260 chain = get_trace_site_successor(curr_state); in flush_site_cache()

Completed in 6 milliseconds