Home
last modified time | relevance | path

Searched refs: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
3173 bin = next_bin(bin); in _int_malloc()
3184 bin = next_bin(bin); in _int_malloc()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2249 int next_bin; /* Needed for RESTORE flow with aprox match */ member
2325 new_cmd->data.next_bin = 0; in ecore_mcast_enqueue_cmd()
2571 cmd_pos->data.next_bin = o->hdl_restore(sc, o, cmd_pos->data.next_bin, in ecore_mcast_hdl_pending_restore_e2()
2574 if (cmd_pos->data.next_bin < 0) in ecore_mcast_hdl_pending_restore_e2()
2579 cmd_pos->data.next_bin++; in ecore_mcast_hdl_pending_restore_e2()