Searched refs:poll_flags (Results 1 – 4 of 4) sorted by relevance
1430 int poll_flags; in vmbus_chan_pollcfg_task() local1445 poll_flags = C_DIRECT_EXEC; in vmbus_chan_pollcfg_task()1447 poll_flags |= C_HARDCLOCK; in vmbus_chan_pollcfg_task()1448 chan->ch_poll_flags = poll_flags; in vmbus_chan_pollcfg_task()
299 atomic_t poll_flags; member
539 value = atomic_read(&service->poll_flags); in request_poll()540 } while (atomic_cmpxchg(&service->poll_flags, value, in request_poll()1292 atomic_xchg(&service->poll_flags, 0); in poll_services()2583 atomic_set(&service->poll_flags, 0); in vchiq_add_service_internal()
733 static struct xlat poll_flags[] = { variable2094 xlookup_bits(poll_flags, pfd[i].events)); in print_arg()