Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_infiniband.c311 bool addref; in infiniband_output() local
315 addref = false; in infiniband_output()
334 addref = 1; in infiniband_output()
373 addref ? &lle : NULL); in infiniband_output()
374 if (addref && lle != NULL) in infiniband_output()
H A Dif_ethersubr.c295 int addref = 0; in ether_output() local
315 addref = 1; in ether_output()
350 addref ? &lle : NULL); in ether_output()
351 if (addref && lle != NULL) in ether_output()
/freebsd/sys/amd64/amd64/
H A Dpmap.c4560 bool addref) in pmap_allocpte_getpml4() argument
4587 if (allocated && !addref) in pmap_allocpte_getpml4()
4589 else if (!allocated && addref) in pmap_allocpte_getpml4()
4597 bool addref) in pmap_allocpte_getpdp() argument
4628 if (allocated && !addref) in pmap_allocpte_getpdp()
4630 else if (!allocated && addref) in pmap_allocpte_getpdp()