Home
last modified time | relevance | path

Searched refs:_done (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/kunit/
H A Dkunit_parser.py155 _done: bool
160 self._done = False
171 self._done = True
186 if self._done:
194 return not self._done
/linux/include/acpi/
H A Dacoutput.h196 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _…
/linux/drivers/pinctrl/renesas/
H A Dcore.c775 if (!sh_pfc_ ## type ## _done) { \
776 sh_pfc_ ## type ## _done = true; \
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h760 void (*_done)(struct ibmvfc_event *evt); member
H A Dibmvfc.c1578 evt->_done(evt); in ibmvfc_locked_done()
1599 evt->_done = done; in ibmvfc_init_event()