Home
last modified time | relevance | path

Searched refs:poll_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/hyperv/vmbus/
Dvmbus_chan.c1288 int poll_flags; in vmbus_chan_pollcfg_task() local
1303 poll_flags = C_DIRECT_EXEC; in vmbus_chan_pollcfg_task()
1305 poll_flags |= C_HARDCLOCK; in vmbus_chan_pollcfg_task()
1306 chan->ch_poll_flags = poll_flags; in vmbus_chan_pollcfg_task()
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
Dvchiq_core.h299 atomic_t poll_flags; member
Dvchiq_core.c539 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()
/freebsd-12-stable/usr.bin/truss/
Dsyscalls.c689 static struct xlat poll_flags[] = { variable
1946 xlookup_bits(poll_flags, pfd[i].events)); in print_arg()