Searched refs:set_head (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | advancing_front.h | 70 void set_head(Node* node); 92 inline void AdvancingFront::set_head(Node* node) in set_head() function
|
| H A D | sweep_context.h | 59 void set_head(Point* p1); 164 inline void SweepContext::set_head(Point* p1) in set_head() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | pci_impl.h | 41 int (*set_head)(struct pci_pbm_info *pbm, unsigned long msiqid, member
|
| H A D | pci_msi.c | 47 err = ops->set_head(pbm, msiqid, head); in sparc64_msiq_interrupt()
|
| H A D | pci_fire.c | 310 .set_head = pci_fire_set_head,
|
| H A D | pci_sun4v.c | 1152 .set_head = pci_sun4v_set_head,
|