Home
last modified time | relevance | path

Searched refs:buf_siz (Results 1 – 3 of 3) sorted by relevance

/trueos/lib/libdispatch/src/
HDio.c2127 op->buf_siz = op->length - op->total; in _dispatch_operation_perform()
2128 if (op->buf_siz > max_buf_siz) { in _dispatch_operation_perform()
2129 op->buf_siz = max_buf_siz; in _dispatch_operation_perform()
2132 op->buf_siz = max_buf_siz; in _dispatch_operation_perform()
2134 op->buf = valloc(op->buf_siz); in _dispatch_operation_perform()
2142 op->buf_siz = 0; in _dispatch_operation_perform()
2147 size_t siz = op->buf_siz + len; in _dispatch_operation_perform()
2148 if (!op->buf_siz || siz <= chunk_siz) { in _dispatch_operation_perform()
2149 op->buf_siz = siz; in _dispatch_operation_perform()
2153 if (op->buf_siz > max_buf_siz) { in _dispatch_operation_perform()
[all …]
HDio_internal.h158 size_t buf_siz, buf_len, undelivered, total; member
/trueos/sys/contrib/octeon-sdk/
HDcvmx-pko-defs.h1449 uint64_t buf_siz : 13; /**< Command buffer remaining size in words */ member
1457 uint64_t buf_siz : 13;
1476 uint64_t buf_siz : 13; /**< Command buffer remaining size in words */ member
1484 uint64_t buf_siz : 13;
1508 uint64_t buf_siz : 13; /**< Command buffer remaining size in words */ member
1512 uint64_t buf_siz : 13;
1521 uint64_t buf_siz : 13; /**< Command buffer remaining size in words */ member
1529 uint64_t buf_siz : 13;