Home
last modified time | relevance | path

Searched refs:set_head (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/
Dmalloc.c1871 #define set_head(p, s) ((p)->size = (s)) macro
3041 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3042 set_head(remainder, remainder_size | PREV_INUSE); in _int_malloc()
3130 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3131 set_head(remainder, remainder_size | PREV_INUSE); in _int_malloc()
3219 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3220 set_head(remainder, remainder_size | PREV_INUSE); in _int_malloc()
3252 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3253 set_head(remainder, remainder_size | PREV_INUSE); in _int_malloc()
3368 set_head(p, size | PREV_INUSE); in _int_free()
[all …]
Darena.c237 set_head(top(a), (((char*)h + h->size) - ptr) | PREV_INUSE); in cvmx_new_arena()
/freebsd-10-stable/sys/netipx/
Dipx_usrreq.c415 goto set_head; in ipx_ctloutput()
419 goto set_head; in ipx_ctloutput()
423 goto set_head; in ipx_ctloutput()
427 set_head: in ipx_ctloutput()
Dspx_usrreq.c957 goto set_head; in spx_ctloutput()
961 set_head: in spx_ctloutput()