Home
last modified time | relevance | path

Searched refs:LIST_LMIN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/tipc/
H A Dtrace.h50 #define LIST_LMIN (SKB_LMIN * 3) macro
171 __dynamic_array(char, buf, (more) ? LIST_LMAX : LIST_LMIN)
H A Dtrace.c169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN; in tipc_list_dump()