prepProvideBuffer

Note: Available from Linux 5.7

  1. SubmissionEntry prepProvideBuffer(SubmissionEntry entry, ubyte[N] buf, ushort bgid, int bid)
    nothrow @nogc ref @safe
    SubmissionEntry
    prepProvideBuffer
    (
    size_t N
    )
    (
    return ref SubmissionEntry entry
    ,
    ref ubyte[N] buf
    ,
    ushort bgid
    ,
    int bid
    )
  2. SubmissionEntry prepProvideBuffer(SubmissionEntry entry, ubyte[] buf, ushort bgid, int bid)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

buf ubyte[N]

buffers to provide

bgid ushort

buffers group id

bid int

starting buffer id

Meta