OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shared_alloc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_dma_resv.c
771
unsigned
shared_alloc
= 0, shared_count, i;
local
802
shared_alloc
= list->shared_max + 1;
803
shared = kcalloc(
shared_alloc
, sizeof(shared[0]),
812
shared = kcalloc(
shared_alloc
,
818
} else if (
shared_alloc
< list->shared_max + 1) {
824
shared_alloc
= list->shared_max + 1;
827
shared = kcalloc(
shared_alloc
, sizeof(shared[0]),
864
KASSERT(shared_count <=
shared_alloc
);
865
KASSERT(
shared_alloc
== 0 || shared_count <
shared_alloc
);
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026