Searched refs:RB_FLAG_MASK (Results 1 – 1 of 1) sorted by relevance
1198 #define RB_FLAG_MASK 3UL macro 1210 return (struct list_head *)(val & ~RB_FLAG_MASK); in rb_list_head() 1228 if ((val & ~RB_FLAG_MASK) != (unsigned long)&page->list) in rb_is_head_page() 1231 return val & RB_FLAG_MASK; in rb_is_head_page() 1286 *ptr &= ~RB_FLAG_MASK; in rb_list_head_clear() 1315 val &= ~RB_FLAG_MASK; in rb_head_page_set() 1321 if ((ret & ~RB_FLAG_MASK) != val) in rb_head_page_set() 1324 return ret & RB_FLAG_MASK; in rb_head_page_set() 1412 val = *ptr & ~RB_FLAG_MASK; in rb_head_page_replace() 1487 RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK); in rb_check_bpage() [all...]