Searched refs:is_pending (Results 1 – 7 of 7) sorted by relevance
113 prop->is_pending = FALSE; in RRCreateOutputProperty()183 if (pending && prop->is_pending) in RRChangeOutputProperty()259 if (pending && prop->is_pending) in RRChangeOutputProperty()262 if (!(pending && prop->is_pending)) in RRChangeOutputProperty()293 if (!property->is_pending) in RRPostPendingProperties()338 if (pending && prop->is_pending) in RRGetOutputProperty()391 if (prop->is_pending && !pending) { in RRConfigureOutputProperty()396 prop->is_pending = pending; in RRConfigureOutputProperty()484 .pending = prop->is_pending, in ProcRRQueryOutputProperty()
112 prop->is_pending = FALSE; in RRCreateProviderProperty()160 if (pending && prop->is_pending) in RRChangeProviderProperty()237 if (pending && prop->is_pending) in RRChangeProviderProperty()268 if (!property->is_pending) in RRPostProviderPendingProperties()313 if (pending && prop->is_pending) in RRGetProviderProperty()366 if (prop->is_pending && !pending) { in RRConfigureProviderProperty()371 prop->is_pending = pending; in RRConfigureProviderProperty()456 .pending = prop->is_pending, in ProcRRQueryProviderProperty()
104 Bool is_pending; member
23 bool (*is_pending)(evtchn_port_t port); member83 return evtchn_ops->is_pending(port); in test_evtchn()
419 .is_pending = evtchn_fifo_is_pending,
372 .is_pending = evtchn_2l_is_pending,
135 if head.is_pending():144 if head.is_pending():194 def is_pending(self): member in chead