Searched defs:live (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c60 u32 old, live; local
65 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id));
66 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old);
68 if (!host1x_syncpt_check_max(sp, live))
73 return live;
/drivers/isdn/hardware/eicon/
H A Dmi_pc.h87 dword volatile live; member in struct:mp_load
/drivers/usb/host/
H A Dehci-sched.c649 /* qh->qh_next still "live" to HC */
2384 bool modified, live; local
2394 live = true;
2397 live = false;
2422 if (frame == now_frame && live) {
2464 && live
H A Doxu210hp-hcd.c1485 /* init as live, toggle clear, advance to dummy */
2030 /* qh->qh_next still "live" to HC */
2278 /* don't scan past the live uframe */
2298 int live; local
2300 live = HC_IS_RUNNING(oxu_to_hcd(oxu)->state);
H A Dfotg210-hcd.c2997 /* init as live, toggle clear, advance to dummy */
3749 /* qh->qh_next still "live" to HC */
4810 bool modified, live; local
4820 live = true;
4823 live = false;
4848 if (frame == now_frame && live) {
H A Dfusbh200-hcd.c2945 /* init as live, toggle clear, advance to dummy */
3689 /* qh->qh_next still "live" to HC */
4744 bool modified, live; local
4754 live = true;
4757 live = false;
4782 if (frame == now_frame && live) {
/drivers/infiniband/core/
H A Duverbs_cmd.c74 * - In addition, each object has a "live" flag. If this flag is not
78 * operation will set the live flag to 0 and then drop the rwsem;
80 * live flag is 0, and then drop the rwsem and its reference to
93 uobj->live = 0;
173 if (!uobj->live) {
191 if (!uobj->live) {
557 uobj->live = 1;
591 uobj->live = 0;
800 obj->uobject.live = 1;
840 int live; local
[all...]

Completed in 198 milliseconds