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