Searched defs:wait_entry (Results 1 – 2 of 2) sorted by relevance
114 struct wait_entry { struct115 wait_imm imm;116 uint16_t events; /* use wait_event notion */117 uint8_t counters; /* use counter_type notion */118 bool wait_on_read : 1;119 bool logical : 1;120 uint8_t vmem_types : 4;122 wait_entry(wait_event event_, wait_imm imm_, bool logical_, bool wait_on_read_) in wait_entry() argument127 bool join(const wait_entry& other) in join()140 void remove_counter(counter_type counter) in remove_counter()
399 poll_wait_entry wait_entry; in poll() local