Searched refs:_push (Results 1 – 2 of 2) sorted by relevance
50 static inline int name##_push(struct dpa_rbtree *tree, type *obj) \
17 #define PUSHPULL(_pull, _push) (((_pull) << 4) | ((_push) << 0)) argument