Searched refs:set_head (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/common/ |
H A D | dlmalloc.c | 467 #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 D | dlmalloc.src | 1386 #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 D | pci_impl.h | 40 int (*set_head)(struct pci_pbm_info *pbm, unsigned long msiqid, member
|
H A D | pci_fire.c | 311 .set_head = pci_fire_set_head,
|
H A D | pci_msi.c | 49 err = ops->set_head(pbm, msiqid, head); in sparc64_msiq_interrupt()
|
H A D | pci_sun4v.c | 1151 .set_head = pci_sun4v_set_head,
|