Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_infiniband.c348 bool addref; in infiniband_output() local
352 addref = false; in infiniband_output()
381 addref = 1; in infiniband_output()
420 addref ? &lle : NULL); in infiniband_output()
421 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.c4583 bool addref) in pmap_allocpte_getpml4() argument
4610 if (allocated && !addref) in pmap_allocpte_getpml4()
4612 else if (!allocated && addref) in pmap_allocpte_getpml4()
4620 bool addref) in pmap_allocpte_getpdp() argument
4651 if (allocated && !addref) in pmap_allocpte_getpdp()
4653 else if (!allocated && addref) in pmap_allocpte_getpdp()