Searched refs:set_head (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/ |
| D | malloc.c | 1871 #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 …]
|
| D | arena.c | 237 set_head(top(a), (((char*)h + h->size) - ptr) | PREV_INUSE); in cvmx_new_arena()
|
| /freebsd-10-stable/sys/netipx/ |
| D | ipx_usrreq.c | 415 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()
|
| D | spx_usrreq.c | 957 goto set_head; in spx_ctloutput() 961 set_head: in spx_ctloutput()
|