Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2512 int nheld; in tcp_default_ctloutput() local
2530 nheld = atop(round_page(((vm_offset_t)sbp) + in tcp_default_ctloutput()
2532 vm_page_t ma[nheld]; in tcp_default_ctloutput()
2536 nheld) < 0) { in tcp_default_ctloutput()
2551 vm_page_unhold_pages(ma, nheld); in tcp_default_ctloutput()
/f-stack/freebsd/kern/
H A Dsubr_witness.c2324 int i, nheld; in witness_list_locks() local
2326 nheld = 0; in witness_list_locks()
2330 nheld++; in witness_list_locks()
2332 return (nheld); in witness_list_locks()