Home
last modified time | relevance | path

Searched refs:mtail (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_mwx.c2131 struct mbuf *m, *m0 = NULL, *mtail = NULL; in mwx_dma_rx_dequeue() local
2162 m0 = mtail = m; in mwx_dma_rx_dequeue()
2165 mtail->m_next = m; in mwx_dma_rx_dequeue()
2166 mtail = m; in mwx_dma_rx_dequeue()
2176 mtail = NULL; in mwx_dma_rx_dequeue()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi503 -mtail-call}
8356 @item -mtail-call
8358 @opindex mtail-call
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3728 def mtail_call : Flag<["-"], "mtail-call">, Group<m_wasm_Features_Group>;