Home
last modified time | relevance | path

Searched refs:to_wait (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_breadcrumbs.c296 static inline struct intel_wait *to_wait(struct rb_node *node) in to_wait() function
329 b->irq_wait = to_wait(next); in __intel_breadcrumbs_next()
337 wake_up_process(to_wait(next)->tsk); in __intel_breadcrumbs_next()
379 if (wait->seqno == to_wait(parent)->seqno) { in __intel_engine_add_wait()
385 if (wait->tsk->prio > to_wait(parent)->tsk->prio) { in __intel_engine_add_wait()
392 to_wait(parent)->seqno)) { in __intel_engine_add_wait()
394 if (i915_seqno_passed(seqno, to_wait(parent)->seqno)) in __intel_engine_add_wait()
433 struct intel_wait *crumb = to_wait(completed); in __intel_engine_add_wait()
465 return rb && to_wait(rb)->tsk->prio <= priority; in chain_wakeup()
513 while (i915_seqno_passed(seqno, to_wait(next)->seqno)) { in __intel_engine_remove_wait()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dravenscar-thread.c192 beneath->to_wait (beneath, base_ptid, status, 0); in ravenscar_wait()
364 ravenscar_ops.to_wait = ravenscar_wait; in init_ravenscar_thread_ops()
H A Dbsd-uthread.c357 ptid = beneath->to_wait (beneath, ptid, status, options); in bsd_uthread_wait()
531 t->to_wait = bsd_uthread_wait; in bsd_uthread_target()
H A Drecord-full.c958 tmp_to_wait = t->to_wait; in record_full_open()
2069 record_full_ops.to_wait = record_full_wait; in init_record_full_ops()
2304 record_full_core_ops.to_wait = record_full_wait; in init_record_full_core_ops()
H A Dinf-ptrace.c686 t->to_wait = inf_ptrace_wait; in inf_ptrace_target()
H A Dtarget.h430 ptid_t (*to_wait) (struct target_ops *, member
H A Dtarget.c2644 if (t->to_wait != NULL) in target_wait()
2646 ptid_t retval = (*t->to_wait) (t, ptid, status, options); in target_wait()
H A Dremote.c11338 remote_ops.to_wait = remote_wait; in init_remote_ops()