OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c
2911
struct drm_i915_gem_exec_object *
exec_list
= NULL;
local
2938
exec_list
= kvmalloc_array(count, sizeof(*
exec_list
),
2942
if (
exec_list
== NULL || exec2_list == NULL) {
2945
kvfree(
exec_list
);
2949
err = copy_from_user(
exec_list
,
2951
sizeof(*
exec_list
) * count);
2955
kvfree(
exec_list
);
2961
exec2_list[i].handle =
exec_list
[i].handle;
2962
exec2_list[i].relocation_count =
exec_list
[i].relocation_count
[
all
...]
/src/external/bsd/atf/dist/atf-c/detail/
process_test.c
905
ATF_TC(
exec_list
);
variable
906
ATF_TC_HEAD(
exec_list
, tc)
910
ATF_TC_BODY(
exec_list
, tc)
1121
ATF_TP_ADD_TC(tp,
exec_list
);
Completed in 67 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026