Home
last modified time | relevance | path

Searched refs:nheld (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_usrreq.c2509 int nheld; in tcp_default_ctloutput() local
2527 nheld = atop(round_page(((vm_offset_t)sbp) + in tcp_default_ctloutput()
2529 vm_page_t ma[nheld]; in tcp_default_ctloutput()
2533 nheld) < 0) { in tcp_default_ctloutput()
2548 vm_page_unhold_pages(ma, nheld); in tcp_default_ctloutput()
/freebsd/sys/kern/
H A Dsubr_witness.c2325 int i, nheld; in witness_list_locks() local
2327 nheld = 0; in witness_list_locks()
2331 nheld++; in witness_list_locks()
2333 return (nheld); in witness_list_locks()