Searched refs:chain (Results 1 – 4 of 4) sorted by relevance
11 * entry points without some reference chain from an exported symbol.
112 uint32_t chain = control & TRB_CHAIN; in xhci_increment_ring() local121 control = (control & ~(TRB_CHAIN | TRB_C)) | chain | ring->pcs; in xhci_increment_ring()
3 to execute its test suite instead of the usual boot chain. The expected output
254 trace_site_t* chain = chain_head; in flush_site_cache() local255 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