Searched refs:alloc_watch_ids (Results 1 – 2 of 2) sorted by relevance
392 if ((pdd->dev->alloc_watch_ids >> i) & 0x1) in kfd_dbg_get_dev_watch_id()395 pdd->alloc_watch_ids |= 0x1 << i; in kfd_dbg_get_dev_watch_id()396 pdd->dev->alloc_watch_ids |= 0x1 << i; in kfd_dbg_get_dev_watch_id()412 if (pdd->alloc_watch_ids & BIT(watch_id)) { in kfd_dbg_clear_dev_watch_id()413 pdd->alloc_watch_ids &= ~BIT(watch_id); in kfd_dbg_clear_dev_watch_id()414 pdd->dev->alloc_watch_ids &= ~BIT(watch_id); in kfd_dbg_clear_dev_watch_id()425 owns_watch_id = pdd->alloc_watch_ids & BIT(watch_id); in kfd_dbg_owns_dev_watch_id()
321 uint32_t alloc_watch_ids; member851 uint32_t alloc_watch_ids; member