Searched refs:_done (Results 1 – 5 of 5) sorted by relevance
156 _done: bool161 self._done = False172 self._done = True187 if self._done:195 return not self._done
196 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _plist; } }
775 if (!sh_pfc_ ## type ## _done) { \776 sh_pfc_ ## type ## _done = true; \
760 void (*_done)(struct ibmvfc_event *evt); member
1578 evt->_done(evt); in ibmvfc_locked_done()1599 evt->_done = done; in ibmvfc_init_event()