Home
last modified time | relevance | path

Searched defs:watch_id (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_debug.c362 static int kfd_dbg_get_dev_watch_id(struct kfd_process_device *pdd, int *watch_id) in kfd_dbg_get_dev_watch_id()
387 static void kfd_dbg_clear_dev_watch_id(struct kfd_process_device *pdd, int watch_id) in kfd_dbg_clear_dev_watch_id()
400 static bool kfd_dbg_owns_dev_watch_id(struct kfd_process_device *pdd, int watch_id) in kfd_dbg_owns_dev_watch_id()
414 uint32_t watch_id) in kfd_dbg_trap_clear_dev_address_watch()
446 uint32_t *watch_id, in kfd_dbg_trap_set_dev_address_watch()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v12.c319 uint32_t watch_id, in kgd_gfx_v12_set_address_watch()
359 uint32_t watch_id) in kgd_gfx_v12_clear_address_watch()
Damdgpu_amdkfd_gc_9_4_3.c465 uint32_t watch_id, in kgd_gfx_v9_4_3_set_address_watch()
507 uint32_t watch_id) in kgd_gfx_v9_4_3_clear_address_watch()
Damdgpu_amdkfd_aldebaran.c127 uint32_t watch_id, in kgd_gfx_aldebaran_set_address_watch()
Damdgpu_amdkfd_gfx_v11.c744 uint32_t watch_id, in kgd_gfx_v11_set_address_watch()
784 uint32_t watch_id) in kgd_gfx_v11_clear_address_watch()
Damdgpu_amdkfd_gfx_v10.c888 uint32_t watch_id, in kgd_gfx_v10_set_address_watch()
985 uint32_t watch_id) in kgd_gfx_v10_clear_address_watch()
Damdgpu_amdkfd_gfx_v9.c821 uint32_t watch_id, in kgd_gfx_v9_set_address_watch()
880 uint32_t watch_id) in kgd_gfx_v9_clear_address_watch()
/linux-6.12.1/samples/watch_queue/
Dwatch_test.c32 static long keyctl_watch_key(int key, int watch_fd, int watch_id) in keyctl_watch_key()
/linux-6.12.1/security/keys/
Dinternal.h353 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key()
Dkeyctl.c1773 long keyctl_watch_key(key_serial_t id, int watch_queue_fd, int watch_id) in keyctl_watch_key()