Scroll to navigation

TO_FENCE_ARRAY(9) Device drivers infrastructure TO_FENCE_ARRAY(9)

NAME

to_fence_array - cast a fence to a fence_array

SYNOPSIS

struct fence_array * to_fence_array(struct fence * fence);

ARGUMENTS

fence
fence to cast to a fence_array

DESCRIPTION

Returns NULL if the fence is not a fence_array, or the fence_array otherwise.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.