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

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h299 atomic_t poll_flags; member in struct:vchiq_service_struct
H A Dvchiq_core.c539 value = atomic_read(&service->poll_flags);
540 } while (atomic_cmpxchg(&service->poll_flags, value,
1292 atomic_xchg(&service->poll_flags, 0);
2583 atomic_set(&service->poll_flags, 0);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1288 int poll_flags; local
1303 poll_flags = C_DIRECT_EXEC;
1305 poll_flags |= C_HARDCLOCK;
1306 chan->ch_poll_flags = poll_flags;
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c650 static struct xlat poll_flags[] = { variable in typeref:struct:xlat
1866 xlookup_bits(poll_flags, pfd[i].events));

Completed in 129 milliseconds