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

/freebsd-11.0-release/sys/dev/hyperv/vmbus/
H A Dhv_connection.c252 vmbus_event_flags_proc(volatile u_long *event_flags, int flag_cnt) argument
256 for (f = 0; f < flag_cnt; ++f) {
369 int flag_cnt; local
371 flag_cnt = (chan->offer_msg.child_rel_id / VMBUS_EVTFLAG_LEN) + 1;
379 if (old_flag_cnt >= flag_cnt)
381 if (atomic_cmpset_int(flag_cnt_ptr, old_flag_cnt, flag_cnt)) {
384 "cpu%d flag_cnt to %d\n",
386 chan->target_cpu, flag_cnt);

Completed in 64 milliseconds