Home
last modified time | relevance | path

Searched refs:is_pending (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrproperty.c113 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()
H A Drrproviderproperty.c112 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()
H A Drandrstr.h104 Bool is_pending; member
/OK3568_Linux_fs/kernel/drivers/xen/events/
H A Devents_internal.h23 bool (*is_pending)(evtchn_port_t port); member
83 return evtchn_ops->is_pending(port); in test_evtchn()
H A Devents_fifo.c419 .is_pending = evtchn_fifo_is_pending,
H A Devents_2l.c372 .is_pending = evtchn_2l_is_pending,
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dcompaction-times.py135 if head.is_pending():
144 if head.is_pending():
194 def is_pending(self): member in chead