Home
last modified time | relevance | path

Searched refs:mnew (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/vm/
HDvm_page.h482 vm_page_t vm_page_replace(vm_page_t mnew, vm_object_t object,
688 vm_page_replace_checked(vm_page_t mnew, vm_object_t object, vm_pindex_t pindex, in vm_page_replace_checked() argument
693 mret = vm_page_replace(mnew, object, pindex); in vm_page_replace_checked()
HDvm_page.c1446 vm_page_replace(vm_page_t mnew, vm_object_t object, vm_pindex_t pindex) in vm_page_replace() argument
1451 KASSERT(mnew->object == NULL, in vm_page_replace()
1460 mnew->object = object; in vm_page_replace()
1461 mnew->pindex = pindex; in vm_page_replace()
1462 mold = vm_radix_replace(&object->rtree, mnew); in vm_page_replace()
1467 TAILQ_INSERT_AFTER(&object->memq, mold, mnew, listq); in vm_page_replace()
1477 if (pmap_page_is_write_mapped(mnew)) in vm_page_replace()
/NextBSD/sys/dev/ipw/
HDif_ipw.c1152 struct mbuf *mnew, *m; in ipw_rx_data_intr() local
1171 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in ipw_rx_data_intr()
1172 if (mnew == NULL) { in ipw_rx_data_intr()
1180 error = bus_dmamap_load(sc->rxbuf_dmat, sbuf->map, mtod(mnew, void *), in ipw_rx_data_intr()
1183 m_freem(mnew); in ipw_rx_data_intr()
1203 sbuf->m = mnew; in ipw_rx_data_intr()
1548 struct mbuf *mnew; in ipw_tx_start() local
1602 mnew = m_defrag(m0, M_NOWAIT); in ipw_tx_start()
1603 if (mnew == NULL) { in ipw_tx_start()
1609 m0 = mnew; in ipw_tx_start()
/NextBSD/sys/dev/ral/
HDrt2661.c967 struct mbuf *mnew, *m; in rt2661_rx_intr() local
1006 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in rt2661_rx_intr()
1007 if (mnew == NULL) { in rt2661_rx_intr()
1017 mtod(mnew, void *), MCLBYTES, rt2661_dma_map_addr, in rt2661_rx_intr()
1020 m_freem(mnew); in rt2661_rx_intr()
1040 data->m = mnew; in rt2661_rx_intr()
1439 struct mbuf *mnew; in rt2661_tx_data() local
1506 mnew = m_defrag(m0, M_NOWAIT); in rt2661_tx_data()
1507 if (mnew == NULL) { in rt2661_tx_data()
1513 m0 = mnew; in rt2661_tx_data()
HDrt2560.c1095 struct mbuf *mnew, *m; in rt2560_decryption_intr() local
1132 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in rt2560_decryption_intr()
1133 if (mnew == NULL) { in rt2560_decryption_intr()
1143 mtod(mnew, void *), MCLBYTES, rt2560_dma_map_addr, in rt2560_decryption_intr()
1146 m_freem(mnew); in rt2560_decryption_intr()
1166 data->m = mnew; in rt2560_decryption_intr()
1748 struct mbuf *mnew; in rt2560_tx_data() local
1809 mnew = m_defrag(m0, M_NOWAIT); in rt2560_tx_data()
1810 if (mnew == NULL) { in rt2560_tx_data()
1816 m0 = mnew; in rt2560_tx_data()
/NextBSD/sys/dev/rt/
HDif_rt.c1790 struct mbuf *m, *mnew; in rt_rx_eof() local
1833 mnew = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, in rt_rx_eof()
1835 if (mnew == NULL) { in rt_rx_eof()
1841 mnew->m_len = mnew->m_pkthdr.len = MJUMPAGESIZE; in rt_rx_eof()
1844 ring->spare_dma_map, mnew, segs, &nsegs, BUS_DMA_NOWAIT); in rt_rx_eof()
1851 m_freem(mnew); in rt_rx_eof()
1876 data->m = mnew; in rt_rx_eof()
/NextBSD/sys/dev/iwi/
HDif_iwi.c1173 struct mbuf *mnew, *m; in iwi_frame_intr() local
1206 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in iwi_frame_intr()
1207 if (mnew == NULL) { in iwi_frame_intr()
1215 mtod(mnew, void *), MCLBYTES, iwi_dma_map_addr, &data->physaddr, in iwi_frame_intr()
1218 m_freem(mnew); in iwi_frame_intr()
1238 data->m = mnew; in iwi_frame_intr()
1771 struct mbuf *mnew; in iwi_tx_start() local
1867 mnew = m_defrag(m0, M_NOWAIT); in iwi_tx_start()
1868 if (mnew == NULL) { in iwi_tx_start()
1874 m0 = mnew; in iwi_tx_start()
/NextBSD/contrib/unbound/validator/
HDautotrust.c2021 time_t mold, mnew; in set_next_probe() local
2047 mnew = wait_probe_time(env->anchors); in set_next_probe()
2052 if(mold != mnew) { in set_next_probe()
2066 time_t mold, mnew; in autr_tp_remove() local
2092 mnew = wait_probe_time(env->anchors); in autr_tp_remove()
2107 if(mold != mnew) { in autr_tp_remove()
/NextBSD/sys/dev/malo/
HDif_malo.c1957 struct mbuf *m, *mnew; in malo_rx_proc() local
2048 mnew = malo_getrxmbuf(sc, bf); in malo_rx_proc()
2049 if (mnew == NULL) { in malo_rx_proc()
2058 bf->bf_m = mnew; in malo_rx_proc()
/NextBSD/sys/dev/usb/wlan/
HDif_uath.c2462 struct mbuf *m = data->m, *mnew, *mp; in uath_data_rxeof() local
2532 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in uath_data_rxeof()
2533 if (mnew == NULL) { in uath_data_rxeof()
2543 data->m = mnew; in uath_data_rxeof()
2544 data->buf = mtod(mnew, uint8_t *); in uath_data_rxeof()
HDif_urtw.c3916 struct mbuf *m, *mnew; in urtw_rxeof() local
3959 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in urtw_rxeof()
3960 if (mnew == NULL) { in urtw_rxeof()
3966 data->m = mnew; in urtw_rxeof()
3967 data->buf = mtod(mnew, uint8_t *); in urtw_rxeof()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.opt87 mnew-mnemonics
/NextBSD/sys/dev/rtwn/
HDif_rtwn.c1703 struct mbuf *mnew; in rtwn_tx() local
1705 mnew = m_defrag(m, M_NOWAIT); in rtwn_tx()
1706 if (mnew == NULL) { in rtwn_tx()
1712 m = mnew; in rtwn_tx()
/NextBSD/contrib/gcc/doc/
HDinvoke.texi654 -mnew-mnemonics -mold-mnemonics @gol
11317 @item -mnew-mnemonics
11319 @opindex mnew-mnemonics
11322 @option{-mnew-mnemonics}, GCC uses the assembler mnemonics defined for
11331 should normally not specify either @option{-mnew-mnemonics} or
11368 @option{-mnew-mnemonics}, @option{-mpopcntb}, @option{-mpower},