Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif_infiniband.c312 bool addref; in infiniband_output() local
316 addref = false; in infiniband_output()
335 addref = 1; in infiniband_output()
374 addref ? &lle : NULL); in infiniband_output()
375 if (addref && lle != NULL) in infiniband_output()
H A Dif_ethersubr.c297 int addref = 0; in ether_output() local
317 addref = 1; in ether_output()
352 addref ? &lle : NULL); in ether_output()
353 if (addref && lle != NULL) in ether_output()
/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c4566 bool addref) in pmap_allocpte_getpml4() argument
4593 if (allocated && !addref) in pmap_allocpte_getpml4()
4595 else if (!allocated && addref) in pmap_allocpte_getpml4()
4603 bool addref) in pmap_allocpte_getpdp() argument
4634 if (allocated && !addref) in pmap_allocpte_getpdp()
4636 else if (!allocated && addref) in pmap_allocpte_getpdp()