Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dadvancing_front.h70 void set_head(Node* node);
92 inline void AdvancingFront::set_head(Node* node) in set_head() function
H A Dsweep_context.h59 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 Dpci_impl.h41 int (*set_head)(struct pci_pbm_info *pbm, unsigned long msiqid, member
H A Dpci_msi.c47 err = ops->set_head(pbm, msiqid, head); in sparc64_msiq_interrupt()
H A Dpci_fire.c310 .set_head = pci_fire_set_head,
H A Dpci_sun4v.c1152 .set_head = pci_sun4v_set_head,