Searched defs:schedule_node (Results 1 – 8 of 8) sorted by relevance
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
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 qinst *inst;52 uint32_t unblocked_time;76 struct schedule_node *last_r[6]; argument
62 class schedule_node : public exec_node class
284 class schedule_node; variable17422 schedule_node::schedule_node() in schedule_node() function17425 schedule_node::schedule_node(const schedule_node &obj) in schedule_node() function17431 schedule_node::schedule_node(__isl_take isl_schedule_node *ptr) in schedule_node() function