Searched refs:CISTPLF_IGNORE_TUPLE (Results 1 – 2 of 2) sorted by relevance
766 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()775 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()782 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()791 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()799 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()808 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()816 (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()823 (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()1126 gtp->flags |= CISTPLF_IGNORE_TUPLE; in cis_list_create()
279 #define CISTPLF_IGNORE_TUPLE 0x000000100 /* ignore this tuple */ macro