Searched refs:DF_DESCMALLOCED (Results 1 – 2 of 2) sorted by relevance
2056 if (dev->desc && (dev->flags & DF_DESCMALLOCED)) { in device_set_desc_internal()2058 dev->flags &= ~DF_DESCMALLOCED; in device_set_desc_internal()2063 dev->flags |= DF_DESCMALLOCED; in device_set_desc_internal()5347 (dev->flags&DF_DESCMALLOCED? "descmalloced,":""), in print_device_short()
101 #define DF_DESCMALLOCED 0x08 /* description was malloced */ macro