Home
last modified time | relevance | path

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

/trueos/sys/dev/hyperv/utilities/
HDhv_kvp.c647 uint64_t pending_cnt = 1; in hv_kvp_process_request() local
662 while ((pending_cnt>0) || ((ret == 0) && (recvlen > 0))) { in hv_kvp_process_request()
728 pending_cnt = kvp_globals.pending_reqs; in hv_kvp_process_request()
739 __func__, context, (unsigned long long)pending_cnt, ret, recvlen); in hv_kvp_process_request()
750 uint64_t pending_cnt = 0; in hv_kvp_callback() local
759 pending_cnt = kvp_globals.pending_reqs; in hv_kvp_callback()
761 if (pending_cnt == 1) { in hv_kvp_callback()
/trueos/sys/kern/
HDsubr_witness.c447 static u_int pending_cnt; variable
855 pending_locks[pending_cnt].wh_lock = lock; in witness_init()
856 pending_locks[pending_cnt++].wh_type = type; in witness_init()
857 if (pending_cnt > WITNESS_PENDLIST) in witness_init()