Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/
Dmalloc.c1934 #define next_bin(b) ((mbinptr)((char*)(b) + (sizeof(mchunkptr)<<1))) macro
3173 bin = next_bin(bin); in _int_malloc()
3184 bin = next_bin(bin); in _int_malloc()
/freebsd-12-stable/sys/dev/bxe/
Decore_sp.c2843 int next_bin; /* Needed for RESTORE flow with aprox match */ member
2920 new_cmd->data.next_bin = 0; in ecore_mcast_enqueue_cmd()
3161 cmd_pos->data.next_bin = o->hdl_restore(sc, o, cmd_pos->data.next_bin, in ecore_mcast_hdl_pending_restore_e2()
3164 if (cmd_pos->data.next_bin < 0) in ecore_mcast_hdl_pending_restore_e2()
3169 cmd_pos->data.next_bin++; in ecore_mcast_hdl_pending_restore_e2()