Searched refs:flag_cnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1396 int flag_cnt)
1400 for (f = 0; f < flag_cnt; ++f) {
1462 int flag_cnt; local
1464 flag_cnt = (chan->ch_id / VMBUS_EVTFLAG_LEN) + 1;
1471 if (old_flag_cnt >= flag_cnt)
1473 if (atomic_cmpset_int(flag_cnt_ptr, old_flag_cnt, flag_cnt)) {
1476 "chan%u update cpu%d flag_cnt to %d\n",
1477 chan->ch_id, chan->ch_cpuid, flag_cnt);
1395 vmbus_event_flags_proc(struct vmbus_softc *sc, volatile u_long *event_flags, int flag_cnt) argument

Completed in 54 milliseconds