Home
last modified time | relevance | path

Searched defs:next_bin (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1934 #define next_bin(b) ((mbinptr)((char*)(b) + (sizeof(mchunkptr)<<1))) macro
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2249 int next_bin; /* Needed for RESTORE flow with aprox match */ member