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

/freebsd-10.0-release/sys/xen/evtchn/
H A Devtchn_dev.c54 static uint32_t bound_ports[32]; variable
205 if ( test_bit(kbuf[i], &bound_ports[0]) )
231 if ( !synch_test_and_set_bit((uintptr_t)arg, &bound_ports[0]) )
237 if ( synch_test_and_clear_bit((uintptr_t)arg, &bound_ports[0]) )
308 if ( synch_test_and_clear_bit(i, &bound_ports[0]) )

Completed in 54 milliseconds