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

/freebsd-11-stable/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-11-stable/sys/dev/bxe/
H A Decore_sp.c2841 int next_bin; /* Needed for RESTORE flow with aprox match */ member in union:ecore_pending_mcast_cmd::__anon9426
2918 new_cmd->data.next_bin = 0;
3159 cmd_pos->data.next_bin = o->hdl_restore(sc, o, cmd_pos->data.next_bin,
3162 if (cmd_pos->data.next_bin < 0)
3167 cmd_pos->data.next_bin++;

Completed in 214 milliseconds