OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kfd_locked
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device.c
41
*
kfd_locked
is used to lock the kfd driver during suspend or reset
45
static atomic_t
kfd_locked
= ATOMIC_INIT(0);
variable in typeref:typename:atomic_t
761
atomic_dec(&
kfd_locked
);
770
return (atomic_read(&
kfd_locked
) > 0);
779
if (atomic_inc_return(&
kfd_locked
) == 1)
798
count = atomic_dec_return(&
kfd_locked
);
kfd_device.c
41
*
kfd_locked
is used to lock the kfd driver during suspend or reset
45
static atomic_t
kfd_locked
= ATOMIC_INIT(0);
variable in typeref:typename:atomic_t
761
atomic_dec(&
kfd_locked
);
770
return (atomic_read(&
kfd_locked
) > 0);
779
if (atomic_inc_return(&
kfd_locked
) == 1)
798
count = atomic_dec_return(&
kfd_locked
);
Completed in 26 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025