HomeSort by: relevance | last modified time | path
    Searched refs:ISNS_BUF_SIZE (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libisns/
isns.c 96 rval = isns_add_buffer_pool(ISNS_BUF_SIZE, ISNS_BUF_COUNT);
isns_pdu.h 55 #define ISNS_BUF_SIZE 1024
isns_task.c 46 static struct iovec write_buf[2 + (ISNS_MAX_PDU_PAYLOAD / ISNS_BUF_SIZE) +
47 ((ISNS_MAX_PDU_PAYLOAD % ISNS_BUF_SIZE) != 0)];
isns_thread.c 48 static struct iovec read_buf[2 + (ISNS_MAX_PDU_PAYLOAD / ISNS_BUF_SIZE) +
49 ((ISNS_MAX_PDU_PAYLOAD % ISNS_BUF_SIZE) != 0)];
isns_pdu.c 287 buf_size = ISNS_BUF_SIZE;
784 buf_p = isns_new_buffer(/* CONSTCOND */(int)MAX(ISNS_BUF_SIZE,

Completed in 16 milliseconds