Searched refs:next_bin (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1934 #define next_bin(b) ((mbinptr)((char*)(b) + (sizeof(mchunkptr)<<1))) macro
3173 bin = next_bin(bin);
3184 bin = next_bin(bin);
/freebsd-10.1-release/sys/dev/bxe/
H A Decore_sp.c2669 int next_bin; /* Needed for RESTORE flow with aprox match */ member in union:ecore_pending_mcast_cmd::__anon7889
2746 new_cmd->data.next_bin = 0;
2987 cmd_pos->data.next_bin = o->hdl_restore(sc, o, cmd_pos->data.next_bin,
2990 if (cmd_pos->data.next_bin < 0)
2995 cmd_pos->data.next_bin++;

Completed in 129 milliseconds