Searched defs:schedule_node (Results 1 – 4 of 4) sorted by relevance
44 struct schedule_node { struct45 struct dag_node dag;46 struct list_head link;47 struct qinst *inst;52 uint32_t delay;57 uint32_t unblocked_time;
46 struct schedule_node { struct47 struct dag_node dag;48 struct list_head link;49 struct queued_qpu_inst *inst;52 uint32_t unblocked_time;81 struct schedule_node *last_r[6]; argument
46 struct schedule_node { struct47 struct dag_node dag;48 struct list_head link;49 struct qinst *inst;52 uint32_t unblocked_time;76 struct schedule_node *last_r[6]; argument
63 class schedule_node : public exec_node class959 schedule_node::schedule_node(backend_instruction *inst, in schedule_node() function in schedule_node