OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_of_longs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device.c
964
unsigned int
num_of_longs
;
local in function:kfd_gtt_sa_init
976
num_of_longs
= (kfd->gtt_sa_num_of_chunks + BITS_PER_LONG - 1) /
979
kfd->gtt_sa_bitmap = kcalloc(
num_of_longs
, sizeof(long), GFP_KERNEL);
kfd_device.c
964
unsigned int
num_of_longs
;
local in function:kfd_gtt_sa_init
976
num_of_longs
= (kfd->gtt_sa_num_of_chunks + BITS_PER_LONG - 1) /
979
kfd->gtt_sa_bitmap = kcalloc(
num_of_longs
, sizeof(long), GFP_KERNEL);
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025