OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 17:09:57 GMT 2025