Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c467 #define set_head(p, s) ((p)->size = (s)) macro
976 set_head(p, size|IS_MMAPPED);
1039 set_head(p, (new_size - offset)|IS_MMAPPED);
1102 set_head(top, top_size | PREV_INUSE);
1134 set_head(top, top_size | PREV_INUSE);
1145 set_head(top, PREV_INUSE); /* will force null return from malloc */
1340 set_head(victim, nb | PREV_INUSE);
1342 set_head(remainder, remainder_size | PREV_INUSE);
1403 set_head(victim, nb | PREV_INUSE);
1406 set_head(remainder, remainder_size | PREV_INUSE);
[all …]
H A Ddlmalloc.src1386 #define set_head(p, s) ((p)->size = (s))
1841 set_head(p, size|IS_MMAPPED);
1904 set_head(p, (new_size - offset)|IS_MMAPPED);
1967 set_head(top, top_size | PREV_INUSE);
1999 set_head(top, top_size | PREV_INUSE);
2010 set_head(top, PREV_INUSE); /* will force null return from malloc */
2194 set_head(victim, nb | PREV_INUSE);
2196 set_head(remainder, remainder_size | PREV_INUSE);
2257 set_head(victim, nb | PREV_INUSE);
2260 set_head(remainder, remainder_size | PREV_INUSE);
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dpci_impl.h40 int (*set_head)(struct pci_pbm_info *pbm, unsigned long msiqid, member
H A Dpci_fire.c311 .set_head = pci_fire_set_head,
H A Dpci_msi.c49 err = ops->set_head(pbm, msiqid, head); in sparc64_msiq_interrupt()
H A Dpci_sun4v.c1151 .set_head = pci_sun4v_set_head,