Home
last modified time | relevance | path

Searched refs:alloc_watch_ids (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c392 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()
H A Dkfd_priv.h321 uint32_t alloc_watch_ids; member
851 uint32_t alloc_watch_ids; member