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