Home
last modified time | relevance | path

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

/src/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.c289 int addref = 0; in ether_output() local
309 addref = 1; in ether_output()
344 addref ? &lle : NULL); in ether_output()
345 if (addref && lle != NULL) in ether_output()
/src/sys/amd64/amd64/
H A Dpmap.c4468 bool addref) in pmap_allocpte_getpml4() argument
4495 if (allocated && !addref) in pmap_allocpte_getpml4()
4497 else if (!allocated && addref) in pmap_allocpte_getpml4()
4505 bool addref) in pmap_allocpte_getpdp() argument
4536 if (allocated && !addref) in pmap_allocpte_getpdp()
4538 else if (!allocated && addref) in pmap_allocpte_getpdp()