Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_infiniband.c302 bool addref; in infiniband_output() local
306 addref = false; in infiniband_output()
325 addref = 1; in infiniband_output()
364 addref ? &lle : NULL); in infiniband_output()
365 if (addref && lle != NULL) in infiniband_output()
H A Dif_ethersubr.c294 int addref = 0; in ether_output() local
314 addref = 1; in ether_output()
349 addref ? &lle : NULL); in ether_output()
350 if (addref && lle != NULL) in ether_output()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c4283 bool addref) in pmap_allocpte_getpml4() argument
4310 if (allocated && !addref) in pmap_allocpte_getpml4()
4312 else if (!allocated && addref) in pmap_allocpte_getpml4()
4320 bool addref) in pmap_allocpte_getpdp() argument
4351 if (allocated && !addref) in pmap_allocpte_getpdp()
4353 else if (!allocated && addref) in pmap_allocpte_getpdp()